From 84b36082c65003488fa6aac1fada92d0aef26797 Mon Sep 17 00:00:00 2001 From: ialidzhikov Date: Fri, 18 Oct 2019 22:04:05 +0300 Subject: [PATCH] Add note about addon-manager image location Signed-off-by: ialidzhikov --- cluster/addons/addon-manager/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cluster/addons/addon-manager/README.md b/cluster/addons/addon-manager/README.md index 34a0bb45a25..9a8dbe46b2d 100644 --- a/cluster/addons/addon-manager/README.md +++ b/cluster/addons/addon-manager/README.md @@ -23,6 +23,10 @@ treated as "reconcile class addons" for now. - Resources under `$ADDON_PATH` need to have either one of these two labels. Otherwise it will be omitted. +#### Images + +addon-manager images are pushed to `k8s.gcr.io`. As addon-manager is built for multiple architectures, there is an image per architecture in the format - `k8s.gcr.io/kube-addon-manager-$(ARCH):$(VERSION)`. The list of existing images and version can be found in gcr.io/google-containers/. + #### How to release The `addon-manager` is built for multiple architectures.