Merge pull request #41408 from fabiand/addonManagerReadme

Automatic merge from submit-queue

addonManager: Add note about labeling

The cluster manager is only picking up addons if they are labeled correctly.

This PR is about updating the readme to reflect this.
This commit is contained in:
Kubernetes Submit Queue 2017-02-14 09:11:33 -08:00 committed by GitHub
commit 436fa5c9d1

View File

@ -4,6 +4,7 @@ The `addon-manager` periodically `kubectl apply`s the Kubernetes manifest in the
and handles any added / updated / deleted addon.
It supports all types of resource.
The requirement is to label them with `kubernetes.io/cluster-service: "true"`.
The `addon-manager` is built for multiple architectures.