mirror of https://github.com/kubernetes/kops.git
Merge pull request #9022 from acaire/feature-spotinst-controller-v1.0.58
Feature spotinst controller v1.0.58
This commit is contained in:
commit
84687b8394
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
---
|
||||
|
|
|
|||
|
|
@ -135,4 +135,3 @@ spec:
|
|||
tolerations:
|
||||
- key: node-role.kubernetes.io/master
|
||||
effect: NoSchedule
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue