mirror of https://github.com/kubernetes/kops.git
feat(spot/addon): bump ocean-controller to 1.0.70
This commit is contained in:
parent
09bf333433
commit
f5cb758d55
|
|
@ -41870,7 +41870,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: spotinst-kubernetes-cluster-controller
|
- name: spotinst-kubernetes-cluster-controller
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
image: spotinst/kubernetes-cluster-controller:1.0.69
|
image: spotinst/kubernetes-cluster-controller:1.0.70
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthcheck
|
path: /healthcheck
|
||||||
|
|
@ -41956,6 +41956,7 @@ spec:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
serviceAccountName: spotinst-kubernetes-cluster-controller
|
serviceAccountName: spotinst-kubernetes-cluster-controller
|
||||||
|
dnsPolicy: Default
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: node.kubernetes.io/not-ready
|
- key: node.kubernetes.io/not-ready
|
||||||
effect: NoExecute
|
effect: NoExecute
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: spotinst-kubernetes-cluster-controller
|
- name: spotinst-kubernetes-cluster-controller
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
image: spotinst/kubernetes-cluster-controller:1.0.69
|
image: spotinst/kubernetes-cluster-controller:1.0.70
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthcheck
|
path: /healthcheck
|
||||||
|
|
@ -285,6 +285,7 @@ spec:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
serviceAccountName: spotinst-kubernetes-cluster-controller
|
serviceAccountName: spotinst-kubernetes-cluster-controller
|
||||||
|
dnsPolicy: Default
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: node.kubernetes.io/not-ready
|
- key: node.kubernetes.io/not-ready
|
||||||
effect: NoExecute
|
effect: NoExecute
|
||||||
|
|
|
||||||
|
|
@ -645,7 +645,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
|
||||||
{
|
{
|
||||||
id := "v1.14.0"
|
id := "v1.14.0"
|
||||||
location := key + "/" + id + ".yaml"
|
location := key + "/" + id + ".yaml"
|
||||||
version := "1.0.69"
|
version := "1.0.70"
|
||||||
|
|
||||||
addons.Spec.Addons = append(addons.Spec.Addons, &channelsapi.AddonSpec{
|
addons.Spec.Addons = append(addons.Spec.Addons, &channelsapi.AddonSpec{
|
||||||
Name: fi.String(key),
|
Name: fi.String(key),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue