Merge pull request #34980 from MrHohn/addon-manager-readme

Automatic merge from submit-queue

Updated addon manager READMEs

Updates addon-manager's README. Based on the pre-condition that the addon manager keeps current "reconciled" pattern instead of "fire-once".

@mikedanese
This commit is contained in:
Kubernetes Submit Queue
2016-10-20 11:35:53 -07:00
committed by GitHub
2 changed files with 41 additions and 54 deletions

View File

@@ -1,10 +1,9 @@
### addon-manager
The `addon-manager` periodically checks for Kubernetes manifest changes in the `/etc/kubernetes/addons` directory,
and when there's a new or changed addon, the `addon-manager` automatically `kubectl create`s it.
The `addon-manager` periodically `kubectl apply`s the Kubernetes manifest in the `/etc/kubernetes/addons` directory,
and handles any added / updated / deleted addon.
It supports `ReplicationControllers`, `Deployments`, `DaemonSets`, `ConfigMaps`, `Services`, `PersistentVolumes` and
`PersistentVolumeClaims`.
It supports all types of resource.
The `addon-manager` is built for multiple architectures.