Merge pull request #9846 from spotinst/feat-spot-controller-1.0.64

Spotinst: Upgrade the Spot Cluster Controller to version 1.0.64
This commit is contained in:
Kubernetes Prow Robot 2020-08-31 12:08:44 -07:00 committed by GitHub
commit 26859b45fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 3 deletions

View File

@ -19377,7 +19377,7 @@ spec:
containers:
- name: spotinst-kubernetes-cluster-controller
imagePullPolicy: Always
image: spotinst/kubernetes-cluster-controller:1.0.63
image: spotinst/kubernetes-cluster-controller:1.0.64
livenessProbe:
httpGet:
path: /healthcheck
@ -19387,6 +19387,15 @@ spec:
timeoutSeconds: 2
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /healthcheck
port: 4401
initialDelaySeconds: 20
periodSeconds: 20
timeoutSeconds: 2
successThreshold: 1
failureThreshold: 3
env:
- name: SPOTINST_TOKEN
valueFrom:

View File

@ -171,7 +171,7 @@ spec:
containers:
- name: spotinst-kubernetes-cluster-controller
imagePullPolicy: Always
image: spotinst/kubernetes-cluster-controller:1.0.63
image: spotinst/kubernetes-cluster-controller:1.0.64
livenessProbe:
httpGet:
path: /healthcheck
@ -181,6 +181,15 @@ spec:
timeoutSeconds: 2
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /healthcheck
port: 4401
initialDelaySeconds: 20
periodSeconds: 20
timeoutSeconds: 2
successThreshold: 1
failureThreshold: 3
env:
- name: SPOTINST_TOKEN
valueFrom:

View File

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