mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Bumps addon-manager to v6.4-alpha.3 and updates template files
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
### Version 6.4-alpha.3 (Fri February 24 2017 Zihong Zheng <zihongz@google.com>)
|
||||
- Support 'ensure exist' class addon and use addon-manager specific label.
|
||||
|
||||
### Version 6.4-alpha.2 (Wed February 16 2017 Zihong Zheng <zihongz@google.com>)
|
||||
- Update kubectl to v1.6.0-alpha.2 to use HPA in autoscaling/v1 instead of extensions/v1beta1.
|
||||
|
||||
|
@@ -15,7 +15,10 @@
|
||||
IMAGE=gcr.io/google-containers/kube-addon-manager
|
||||
ARCH?=amd64
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
VERSION=v6.4-alpha.2
|
||||
VERSION=v6.4-alpha.3
|
||||
# TODO: Current Addon Manager is built with kubectl on head
|
||||
# (GitCommit:"17375fc59fff39135af63bd1750bb07c36ef873b").
|
||||
# Should use next released kubectl once available.
|
||||
KUBECTL_VERSION?=v1.6.0-alpha.2
|
||||
|
||||
ifeq ($(ARCH),amd64)
|
||||
|
Reference in New Issue
Block a user