Merge pull request #9022 from acaire/feature-spotinst-controller-v1.0.58

Feature spotinst controller v1.0.58
This commit is contained in:
Kubernetes Prow Robot 2020-05-03 06:58:26 -07:00 committed by GitHub
commit 84687b8394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 7 deletions

View File

@ -16410,7 +16410,7 @@ spec:
containers:
- name: spotinst-kubernetes-cluster-controller
imagePullPolicy: Always
image: spotinst/kubernetes-cluster-controller:1.0.57
image: spotinst/kubernetes-cluster-controller:1.0.58
livenessProbe:
httpGet:
path: /healthcheck
@ -16484,7 +16484,6 @@ spec:
tolerationSeconds: 150
- key: node-role.kubernetes.io/master
operator: Exists
---
`)
func cloudupResourcesAddonsSpotinstKubernetesClusterControllerAddonsK8sIoV1140YamlTemplateBytes() ([]byte, error) {
@ -16639,7 +16638,6 @@ spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
---
`)
func cloudupResourcesAddonsSpotinstKubernetesClusterControllerAddonsK8sIoV190YamlTemplateBytes() ([]byte, error) {

View File

@ -168,7 +168,7 @@ spec:
containers:
- name: spotinst-kubernetes-cluster-controller
imagePullPolicy: Always
image: spotinst/kubernetes-cluster-controller:1.0.57
image: spotinst/kubernetes-cluster-controller:1.0.58
livenessProbe:
httpGet:
path: /healthcheck
@ -242,4 +242,3 @@ spec:
tolerationSeconds: 150
- key: node-role.kubernetes.io/master
operator: Exists
---

View File

@ -135,4 +135,3 @@ spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
---

View File

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