mirror of https://github.com/kubernetes/kops.git
feat(spot): upgrade the controller (v1.0.62)
This commit is contained in:
parent
f8f9eb1ffb
commit
a9f5ef8b9a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue