From f6ee79b2ec240a761c0356d3abb8d035b1e993b7 Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Tue, 14 Feb 2017 15:43:47 +0100 Subject: [PATCH] addonManager: Add note about labeling The cluster manager is only picking up addons if they are labeled correctly. --- cluster/addons/addon-manager/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/addons/addon-manager/README.md b/cluster/addons/addon-manager/README.md index 5cbf21ec5e1..e2fb4413b77 100644 --- a/cluster/addons/addon-manager/README.md +++ b/cluster/addons/addon-manager/README.md @@ -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.