Skip to content

Commit 6c97bae

Browse files
authored
Merge pull request kubernetes#84092 from ialidzhikov/ehn/addon-manager-images
Add note about addon-manager image location
2 parents 2b79d28 + 84b3608 commit 6c97bae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cluster/addons/addon-manager/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ treated as "reconcile class addons" for now.
2323
- Resources under `$ADDON_PATH` need to have either one of these two labels.
2424
Otherwise it will be omitted.
2525

26+
#### Images
27+
28+
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/.
29+
2630
#### How to release
2731

2832
The `addon-manager` is built for multiple architectures.

0 commit comments

Comments
 (0)