feat(spot): upgrade the controller (v1.0.62)

This commit is contained in:
liranp 2020-07-28 11:08:45 +03:00
parent f8f9eb1ffb
commit a9f5ef8b9a
No known key found for this signature in database
GPG Key ID: D5F03857002C1A93
3 changed files with 9 additions and 3 deletions

View File

@ -19159,6 +19159,9 @@ rules:
- apiGroups: ["autoscaling"]
resources: ["horizontalpodautoscalers"]
verbs: ["get", "list"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["get", "list"]
- nonResourceURLs: ["/version/", "/version"]
verbs: ["get"]
# ----------------------------------------------------------------------------
@ -19272,7 +19275,7 @@ spec:
containers:
- name: spotinst-kubernetes-cluster-controller
imagePullPolicy: Always
image: spotinst/kubernetes-cluster-controller:1.0.61
image: spotinst/kubernetes-cluster-controller:1.0.62
livenessProbe:
httpGet:
path: /healthcheck

View File

@ -55,6 +55,9 @@ rules:
- apiGroups: ["autoscaling"]
resources: ["horizontalpodautoscalers"]
verbs: ["get", "list"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["get", "list"]
- nonResourceURLs: ["/version/", "/version"]
verbs: ["get"]
# ----------------------------------------------------------------------------
@ -168,7 +171,7 @@ spec:
containers:
- name: spotinst-kubernetes-cluster-controller
imagePullPolicy: Always
image: spotinst/kubernetes-cluster-controller:1.0.61
image: spotinst/kubernetes-cluster-controller:1.0.62
livenessProbe:
httpGet:
path: /healthcheck

View File

@ -551,7 +551,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
{
id := "v1.14.0"
location := key + "/" + id + ".yaml"
version := "1.0.61"
version := "1.0.62"
addons.Spec.Addons = append(addons.Spec.Addons, &channelsapi.AddonSpec{
Name: fi.String(key),