diff --git a/Makefile b/Makefile index 08b8655b7a469..490ae00e8e912 100644 --- a/Makefile +++ b/Makefile @@ -66,16 +66,16 @@ GITSHA := $(shell cd ${KOPS_ROOT}; git describe --always) # We lock the versions of our controllers also # We need to keep in sync with: # pkg/model/components/etcdmanager/model.go -KOPS_UTILS_CP_TAG=1.30.0 +KOPS_UTILS_CP_TAG=1.30.1 KOPS_UTILS_CP_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_KOPS_UTILS_CP_TAG | awk '{print $$2}') # upup/models/cloudup/resources/addons/dns-controller/ -DNS_CONTROLLER_TAG=1.30.0 +DNS_CONTROLLER_TAG=1.30.1 DNS_CONTROLLER_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_DNS_CONTROLLER_TAG | awk '{print $$2}') # upup/models/cloudup/resources/addons/kops-controller.addons.k8s.io/ -KOPS_CONTROLLER_TAG=1.30.0 +KOPS_CONTROLLER_TAG=1.30.1 KOPS_CONTROLLER_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_KOPS_CONTROLLER_TAG | awk '{print $$2}') # pkg/model/components/kubeapiserver/model.go -KUBE_APISERVER_HEALTHCHECK_TAG=1.30.0 +KUBE_APISERVER_HEALTHCHECK_TAG=1.30.1 KUBE_APISERVER_HEALTHCHECK_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_KUBE_APISERVER_HEALTHCHECK_TAG | awk '{print $$2}') CGO_ENABLED=0 diff --git a/kops-version.go b/kops-version.go index cc90092112baf..5b286697dcd8e 100644 --- a/kops-version.go +++ b/kops-version.go @@ -21,8 +21,8 @@ var Version = KOPS_RELEASE_VERSION // These constants are parsed by build tooling - be careful about changing the formats const ( - KOPS_RELEASE_VERSION = "1.30.0" - KOPS_CI_VERSION = "1.30.1" + KOPS_RELEASE_VERSION = "1.30.1" + KOPS_CI_VERSION = "1.30.2" ) // GitVersion should be replaced by the makefile diff --git a/pkg/model/components/etcdmanager/model.go b/pkg/model/components/etcdmanager/model.go index bc9abcae1fb3a..7b5d4601aa99f 100644 --- a/pkg/model/components/etcdmanager/model.go +++ b/pkg/model/components/etcdmanager/model.go @@ -208,7 +208,7 @@ spec: emptyDir: {} ` -const kopsUtilsImage = "registry.k8s.io/kops/kops-utils-cp:1.30.0" +const kopsUtilsImage = "registry.k8s.io/kops/kops-utils-cp:1.30.1" // buildPod creates the pod spec, based on the EtcdClusterSpec func (b *EtcdManagerBuilder) buildPod(etcdCluster kops.EtcdClusterSpec, instanceGroupName string) (*v1.Pod, error) { diff --git a/pkg/model/components/etcdmanager/tests/interval/tasks.yaml b/pkg/model/components/etcdmanager/tests/interval/tasks.yaml index 89a52ddd9762f..fd052c837c17a 100644 --- a/pkg/model/components/etcdmanager/tests/interval/tasks.yaml +++ b/pkg/model/components/etcdmanager/tests/interval/tasks.yaml @@ -113,7 +113,7 @@ Contents: | - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -150,7 +150,7 @@ Contents: | - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -169,7 +169,7 @@ Contents: | - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: @@ -254,7 +254,7 @@ Contents: | - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -291,7 +291,7 @@ Contents: | - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -310,7 +310,7 @@ Contents: | - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/pkg/model/components/etcdmanager/tests/minimal/tasks.yaml b/pkg/model/components/etcdmanager/tests/minimal/tasks.yaml index 01e3975ac937d..ad1d07c354dfc 100644 --- a/pkg/model/components/etcdmanager/tests/minimal/tasks.yaml +++ b/pkg/model/components/etcdmanager/tests/minimal/tasks.yaml @@ -112,7 +112,7 @@ Contents: | - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -149,7 +149,7 @@ Contents: | - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -168,7 +168,7 @@ Contents: | - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: @@ -252,7 +252,7 @@ Contents: | - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -289,7 +289,7 @@ Contents: | - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -308,7 +308,7 @@ Contents: | - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/pkg/model/components/etcdmanager/tests/overwrite_settings/tasks.yaml b/pkg/model/components/etcdmanager/tests/overwrite_settings/tasks.yaml index bb10a3bf01ed2..8ed5dd5a80f6c 100644 --- a/pkg/model/components/etcdmanager/tests/overwrite_settings/tasks.yaml +++ b/pkg/model/components/etcdmanager/tests/overwrite_settings/tasks.yaml @@ -115,7 +115,7 @@ Contents: | - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -152,7 +152,7 @@ Contents: | - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -171,7 +171,7 @@ Contents: | - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: @@ -258,7 +258,7 @@ Contents: | - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -295,7 +295,7 @@ Contents: | - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -314,7 +314,7 @@ Contents: | - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/pkg/model/components/etcdmanager/tests/proxy/tasks.yaml b/pkg/model/components/etcdmanager/tests/proxy/tasks.yaml index 4765832ca0421..d9ea0988268c0 100644 --- a/pkg/model/components/etcdmanager/tests/proxy/tasks.yaml +++ b/pkg/model/components/etcdmanager/tests/proxy/tasks.yaml @@ -121,7 +121,7 @@ Contents: | - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -158,7 +158,7 @@ Contents: | - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -177,7 +177,7 @@ Contents: | - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: @@ -270,7 +270,7 @@ Contents: | - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -307,7 +307,7 @@ Contents: | - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -326,7 +326,7 @@ Contents: | - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/pkg/model/components/kubeapiserver/model.go b/pkg/model/components/kubeapiserver/model.go index b0b8a56493ad2..7581545eec9ed 100644 --- a/pkg/model/components/kubeapiserver/model.go +++ b/pkg/model/components/kubeapiserver/model.go @@ -79,7 +79,7 @@ kind: Pod spec: containers: - name: healthcheck - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: # The sidecar serves a healthcheck on the same port, diff --git a/pkg/model/components/kubeapiserver/tests/minimal/tasks.yaml b/pkg/model/components/kubeapiserver/tests/minimal/tasks.yaml index ab63c116ffbd4..42c791f5e6046 100644 --- a/pkg/model/components/kubeapiserver/tests/minimal/tasks.yaml +++ b/pkg/model/components/kubeapiserver/tests/minimal/tasks.yaml @@ -10,7 +10,7 @@ Contents: | - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/pkg/nodemodel/wellknownassets/kopsassets_test.go b/pkg/nodemodel/wellknownassets/kopsassets_test.go index bc2ecdbf7493a..3b6e6d2225b11 100644 --- a/pkg/nodemodel/wellknownassets/kopsassets_test.go +++ b/pkg/nodemodel/wellknownassets/kopsassets_test.go @@ -36,15 +36,15 @@ func Test_BuildMirroredAsset(t *testing.T) { { url: "https://artifacts.k8s.io/binaries/kops/%s/linux/amd64/nodeup", expected: []string{ - "https://artifacts.k8s.io/binaries/kops/1.30.0/linux/amd64/nodeup", - "https://github.com/kubernetes/kops/releases/download/v1.30.0/nodeup-linux-amd64", + "https://artifacts.k8s.io/binaries/kops/1.30.1/linux/amd64/nodeup", + "https://github.com/kubernetes/kops/releases/download/v1.30.1/nodeup-linux-amd64", }, }, { url: "https://artifacts.k8s.io/binaries/kops/%s/linux/arm64/nodeup", expected: []string{ - "https://artifacts.k8s.io/binaries/kops/1.30.0/linux/arm64/nodeup", - "https://github.com/kubernetes/kops/releases/download/v1.30.0/nodeup-linux-arm64", + "https://artifacts.k8s.io/binaries/kops/1.30.1/linux/arm64/nodeup", + "https://github.com/kubernetes/kops/releases/download/v1.30.1/nodeup-linux-arm64", }, }, } diff --git a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-bootstrap_content b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-bootstrap_content index f4625b8fd0023..19d80cd21a13b 100644 --- a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: e536be27f105a4b93a4357ccb9850f0c88427a7343ace0096f7f3c74f223ca8c + manifestHash: 22c2a1bb65865b7e2b6fbfd10e06c1bdc4eadc4605e895fd791a7ec933eaeecb name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index d0ac363739341..658593cac0e5f 100644 --- a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 9301fba6aacea..373c762a3bd1c 100644 --- a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 59ffc7ff7b1fd..d16637195cc70 100644 --- a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 0b9a0f85b93fc..361918e1c0be5 100644 --- a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -51,7 +51,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -88,7 +88,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -107,7 +107,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index cf0a7877b4517..4f43a40803337 100644 --- a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -51,7 +51,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -88,7 +88,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -107,7 +107,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 7cdce3eca04a1..93dbc692e2100 100644 --- a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 8c5adce46f0f72132f2842aba69505ea73d810840dccccf4bf1e94e860524d3c + manifestHash: 61ff74ab4c0fbe333a58c0e73cd1959b6b5a71f679d79be11ccc0831c1f4c2ac name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index e9088e2590454..d45b2db64959f 100644 --- a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index b172418fb6b45..ecb2708456fb6 100644 --- a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: c0e357844a3abe167b8a0acda1f91630da1e73901a5dd7b2ff142464b6ced859 + manifestHash: dc1a62ebe582d80d6c666e54608f9ea0bf0bf8ce544dd500e96fe99aea4e3208 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index d2e6801666aaa..d0e8318def4aa 100644 --- a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-bootstrap_content b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-bootstrap_content index b6de0d00063a1..12031bd54645d 100644 --- a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 665ddc2e3a886214cd27b97608ba381efa90e542d421d7a0a4119e5074e50e41 + manifestHash: dfee928d6b413af34ec9f7b1f23aa74f4ba72f3d1fb3fd577bbbbca99a13cb61 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index c2e3df1d7f2ec..f1199083e7b70 100644 --- a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index c22f08b597d5c..929b846d37447 100644 --- a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index fd32cc2063cc0..0785c995578f6 100644 --- a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-bootstrap_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-bootstrap_content index 57c882bdfb5fe..53081951a92de 100644 --- a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f4b14c4e9a8abd9a4268c8f64159fba150a5fcf0f386a7578261d96b9219b0b4 + manifestHash: 96c8d9f702182143567af4ac3123401f2401e9f4def2d2c17b25518c0eae9485 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index ea26d92c4904d..03d492c08baba 100644 --- a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 83b9a76872277..841b51a6f1316 100644 --- a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 06610f3dadf24..85410e5e3fff4 100644 --- a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-bootstrap_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-bootstrap_content index e5259dc687167..3b1d73a2139c9 100644 --- a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: ae93c189225657f940f86f6d988ce1f00f02bb94fec0a9fc94e2c150d9552268 + manifestHash: 82fa0780372661879341dd5abe56e3f3b2884cea56500c8ffc22c8cd584dcc41 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 13ec49dce5bdc..753c3e55e7f97 100644 --- a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 23a68692d1f09..5a6dd07dafaba 100644 --- a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 17e4078fc7959..ec7d2db81235a 100644 --- a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-bootstrap_content b/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-bootstrap_content index 417a6014821de..480b73cad4478 100644 --- a/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 9c99d3b0fe1d8733fe2533a685563c0c9ae33e93115e83f71f98392926220dba + manifestHash: fd23a7745c3a87aac16f1f6883d1144dddd77afaf6c7acebac33704703080d20 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 02ae25b7c6479..0fec4c9ed97d7 100644 --- a/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 5b9076b73e40a..1afa5d5320212 100644 --- a/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 79eabb1261e3e..b4d4cad8f8ba5 100644 --- a/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-bootstrap_content b/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-bootstrap_content index dad7a6564c7bd..16726be297ccc 100644 --- a/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: c959d2c38b2544760d03eee58b6ebbcb9e4ed0b848ee9bd3ebf60471231392a6 + manifestHash: b9c6ff73225b4adc0a97b62f7fa2382eaf7508df754cd2895cd1381fcaaebb06 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 7f90d204be11e..a8270b7a1fb10 100644 --- a/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index d6a58579b37f8..80dc8ed7e26ab 100644 --- a/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index ab2831faf3cb6..756b03e5c13ff 100644 --- a/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-bootstrap_content b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-bootstrap_content index 84231b31360d6..7070c3283e5c8 100644 --- a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 7b2f1a3dde3c39a5108cc1c424d026d28319ab3301aac925f9c8e6f334600287 + manifestHash: d9e9ec2a28f651e0199ae17f618402f864e2650d18019c8eacf82f82db0862d0 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index c75ad95e03e7a..84199db6e4da6 100644 --- a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 43a0d05f7d343..f7ca876fcea4b 100644 --- a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 951cf680c6200..3960c7434f981 100644 --- a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-bootstrap_content b/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-bootstrap_content index 84231b31360d6..7070c3283e5c8 100644 --- a/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 7b2f1a3dde3c39a5108cc1c424d026d28319ab3301aac925f9c8e6f334600287 + manifestHash: d9e9ec2a28f651e0199ae17f618402f864e2650d18019c8eacf82f82db0862d0 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index c75ad95e03e7a..84199db6e4da6 100644 --- a/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 43a0d05f7d343..f7ca876fcea4b 100644 --- a/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 951cf680c6200..3960c7434f981 100644 --- a/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-bootstrap_content b/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-bootstrap_content index c3e9749fd8853..622a78d845219 100644 --- a/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 5619abb9f1ba5a35b443d28800ffad0f876802f56c367dbd3624ae628019c48d + manifestHash: 73ae05b6f4fdac8bef9e1cb34d8b7830afd7aa22cfb367e6dd85a4da8766a149 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 27189f6a47551..376872b56e60f 100644 --- a/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index fd2fc03adec32..35ebbb3fe7744 100644 --- a/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 151e4037153ac..6c1fbde591a6f 100644 --- a/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-bootstrap_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-bootstrap_content index 3d50ae5410058..03bffd31aff4f 100644 --- a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 25f45c423488e3916cfef94fe5857b7d5a183a41c8b528dd4de10dcd7553ccf6 + manifestHash: f0159f52da139f168043de1497bd76f51214635954f0d188beaa910351ab213f name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index a86568988f8ff..cc16887cd5ccd 100644 --- a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 9f6883f00bfbe..041385a52ff0c 100644 --- a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content index 9f6883f00bfbe..041385a52ff0c 100644 --- a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content +++ b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content index 9f6883f00bfbe..041385a52ff0c 100644 --- a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content +++ b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 7826cf3c663e1..81474948f4557 100644 --- a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content index 7826cf3c663e1..81474948f4557 100644 --- a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content +++ b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content index 7826cf3c663e1..81474948f4557 100644 --- a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content +++ b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-bootstrap_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-bootstrap_content index 338a5a746d1ec..996ea42de7041 100644 --- a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: cfb40e3cd9ef37086b3f9c7e8d8c225be14f242abffe371624bde15c3496bf22 + manifestHash: 0d1573799f42bf5958a872a1aba362eb2942c340d6865f6506cd42e3a0ee76d7 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index cfeba38ef49e7..f3d587d8c8336 100644 --- a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 473c566e99eae..c5c755f7d5c28 100644 --- a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content index 473c566e99eae..c5c755f7d5c28 100644 --- a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content +++ b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content index 473c566e99eae..c5c755f7d5c28 100644 --- a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content +++ b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 7acadd53494d8..c7188b5cf5461 100644 --- a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content index 7acadd53494d8..c7188b5cf5461 100644 --- a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content +++ b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content index 7acadd53494d8..c7188b5cf5461 100644 --- a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content +++ b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/external_dns/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/external_dns/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 7da24bd3f6b5a..0f475c79dcf75 100644 --- a/tests/integration/update_cluster/external_dns/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/external_dns/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: diff --git a/tests/integration/update_cluster/external_dns/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/external_dns/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/external_dns/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/external_dns/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 4def2887c6f64..f8bd67247208f 100644 --- a/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: diff --git a/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-bootstrap_content b/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-bootstrap_content index 16c50bf41a36c..e20e18ff01668 100644 --- a/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 63ff84049b955ca888f9b0c2a287e9a93a746b7f83fa2f6e40024c436b958149 + manifestHash: 8df1defed8ae3d0c3593367a6bad27e05c16456b3cce22ac0f476ad52e0030ed name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 8d4fa974ab40e..3a1b9b691586c 100644 --- a/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index f6cdc7a83b83f..446deafe3764f 100644 --- a/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index e4a628b7de632..09c4eb15eed2c 100644 --- a/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-bootstrap_content b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-bootstrap_content index c34b7c7ff1826..cc4d4b71e0be4 100644 --- a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: e1f5d675032a0e861b0b1bd3a738f7e2345fa0cdd2fd23d7b992610824228d8a + manifestHash: 2cd275c5e4e6d004604b7bed739a3ed6cc38ad85ad0e55d6b31a2cc78800974f name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index b5c98fe862cea..a1b50c90b3368 100644 --- a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 47add035e7ebc..ca077f739a167 100644 --- a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 6346519f6a3f7..5336173de81b8 100644 --- a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-bootstrap_content b/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-bootstrap_content index 4692d4513c08a..4239fc8c493c4 100644 --- a/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 13efff1f36d38f7057d0b581ba1660fc2ef3e030a1ea45f8245784152f5fbf8b + manifestHash: 3089620b98312dedf8449b2608fd5a569e66b4c94fce22aea0627ee05ea821a5 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 1032382af672c..41787d8c430a2 100644 --- a/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index d59e73b480e42..3aad3b231406d 100644 --- a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content index d59e73b480e42..3aad3b231406d 100644 --- a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content +++ b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content index d59e73b480e42..3aad3b231406d 100644 --- a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content +++ b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 256c9b5ba2d01..35f83605c5515 100644 --- a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content index 256c9b5ba2d01..35f83605c5515 100644 --- a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content +++ b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content index 256c9b5ba2d01..35f83605c5515 100644 --- a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content +++ b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-bootstrap_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-bootstrap_content index 00765257fe823..1706dd1a2c11e 100644 --- a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: a1e81b6ffbc9c20813781b749281fa8181c6254e0e9a419dafa944cb2264a00a + manifestHash: 812da1e7fa55f9928e9fba0c110d3a0a301fd1fbdb0ce7d264067a7cc26fc8b0 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: e8730bb3d2adb18fe3984f089c942cd9de010c1bf5cce6b0ffe46dd4880b86df + manifestHash: bedf8b97f30ce3428755891bb4adc20d2699e6c46a08e55241d62dac7fb55ad4 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 551f63018bbe7..8c77fec2de1a8 100644 --- a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 3bd51d4046052..b2908feb7567c 100644 --- a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index 2697fb9588164..dfcdd71e250fb 100644 --- a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content +++ b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-b_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-b_content index 2697fb9588164..dfcdd71e250fb 100644 --- a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-b_content +++ b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-b_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-c_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-c_content index 2697fb9588164..dfcdd71e250fb 100644 --- a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-c_content +++ b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-c_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content index df6c8b3b933f0..aca7fbb3f89be 100644 --- a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content +++ b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-b_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-b_content index df6c8b3b933f0..aca7fbb3f89be 100644 --- a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-b_content +++ b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-b_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-c_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-c_content index df6c8b3b933f0..aca7fbb3f89be 100644 --- a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-c_content +++ b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-c_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index e6df7d3606cfe..db4deb6060790 100644 --- a/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index af5e225695e06..a50204ee72173 100644 --- a/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: c0e357844a3abe167b8a0acda1f91630da1e73901a5dd7b2ff142464b6ced859 + manifestHash: dc1a62ebe582d80d6c666e54608f9ea0bf0bf8ce544dd500e96fe99aea4e3208 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index d2e6801666aaa..d0e8318def4aa 100644 --- a/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index d38a0a7df6601..fd3a2481a5b0c 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: c0e357844a3abe167b8a0acda1f91630da1e73901a5dd7b2ff142464b6ced859 + manifestHash: dc1a62ebe582d80d6c666e54608f9ea0bf0bf8ce544dd500e96fe99aea4e3208 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index d2e6801666aaa..d0e8318def4aa 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 00484a5c87779..29a5f4be9a21e 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: c0e357844a3abe167b8a0acda1f91630da1e73901a5dd7b2ff142464b6ced859 + manifestHash: dc1a62ebe582d80d6c666e54608f9ea0bf0bf8ce544dd500e96fe99aea4e3208 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index d2e6801666aaa..d0e8318def4aa 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 5cd6bbeb99ab8..f37271c4ca9ed 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: c0e357844a3abe167b8a0acda1f91630da1e73901a5dd7b2ff142464b6ced859 + manifestHash: dc1a62ebe582d80d6c666e54608f9ea0bf0bf8ce544dd500e96fe99aea4e3208 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index d2e6801666aaa..d0e8318def4aa 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 2cf0df45cb9bd..6da7b33f99e61 100644 --- a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index 2ff69c7fc3115..1eb446586ecee 100644 --- a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content +++ b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content index d78be5f7d1f07..c150942f01609 100644 --- a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content +++ b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 06c1034bdfbd9..a600f43adea6c 100644 --- a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 7444052e8d5bfdd609e99a71edc08a8333f95ca21668c52419ad4738cc603564 + manifestHash: da03bf1313999dba6fb5a07dc1646eede896dc570bf62a07f2400fc4585f8e22 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: e8730bb3d2adb18fe3984f089c942cd9de010c1bf5cce6b0ffe46dd4880b86df + manifestHash: bedf8b97f30ce3428755891bb4adc20d2699e6c46a08e55241d62dac7fb55ad4 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 551f63018bbe7..8c77fec2de1a8 100644 --- a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 8e23568da24d6..06434efd74a52 100644 --- a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index ffd11a7d2f005..6d4da716070d4 100644 --- a/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index fc12c12535cec..6393a58c099af 100644 --- a/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons/data/aws_s3_object_many-addons.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons/data/aws_s3_object_many-addons.example.com-addons-bootstrap_content index 1416faec172b0..bda32c6935e07 100644 --- a/tests/integration/update_cluster/many-addons/data/aws_s3_object_many-addons.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/many-addons/data/aws_s3_object_many-addons.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 67eb6825663d342f2c21bebb54f08a3775cafe55c2283e8ac40f5284e538edad + manifestHash: ca1b2c0ca3578acc75bff29f5e5e060e237187294d7c1a7d696def37d5016a45 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/many-addons/data/aws_s3_object_many-addons.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/many-addons/data/aws_s3_object_many-addons.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/many-addons/data/aws_s3_object_many-addons.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/many-addons/data/aws_s3_object_many-addons.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons/data/aws_s3_object_many-addons.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/many-addons/data/aws_s3_object_many-addons.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 2c8da0e3053cc..2547a0a345607 100644 --- a/tests/integration/update_cluster/many-addons/data/aws_s3_object_many-addons.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/many-addons/data/aws_s3_object_many-addons.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 89afc4a7439e1..ddc82d10f8fcd 100644 --- a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 61a3c2ea656b1..ac1bbc7d3d451 100644 --- a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 76de63a208ebc..ef4df27b65ff2 100644 --- a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 47697f0dd9efae9a97d146c24e1aa972fd32c4d7a730ea12ab7915e5ceb716fb + manifestHash: 7fa901d826786527a009dd9969f884f4a1087117b2678716282479b665a9da0d name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 732cbf94b4ad1..c4ba35444c49e 100644 --- a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 89afc4a7439e1..ddc82d10f8fcd 100644 --- a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 61a3c2ea656b1..ac1bbc7d3d451 100644 --- a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 0510c6189079a..f48e5e511a8c6 100644 --- a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 47697f0dd9efae9a97d146c24e1aa972fd32c4d7a730ea12ab7915e5ceb716fb + manifestHash: 7fa901d826786527a009dd9969f884f4a1087117b2678716282479b665a9da0d name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 732cbf94b4ad1..c4ba35444c49e 100644 --- a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 89afc4a7439e1..ddc82d10f8fcd 100644 --- a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 61a3c2ea656b1..ac1bbc7d3d451 100644 --- a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 76906d5c56c7b..402089754f743 100644 --- a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 47697f0dd9efae9a97d146c24e1aa972fd32c4d7a730ea12ab7915e5ceb716fb + manifestHash: 7fa901d826786527a009dd9969f884f4a1087117b2678716282479b665a9da0d name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 732cbf94b4ad1..c4ba35444c49e 100644 --- a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 89afc4a7439e1..ddc82d10f8fcd 100644 --- a/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 61a3c2ea656b1..ac1bbc7d3d451 100644 --- a/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 60a7bdf23584b..34b0033b04481 100644 --- a/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 47697f0dd9efae9a97d146c24e1aa972fd32c4d7a730ea12ab7915e5ceb716fb + manifestHash: 7fa901d826786527a009dd9969f884f4a1087117b2678716282479b665a9da0d name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 732cbf94b4ad1..c4ba35444c49e 100644 --- a/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-1.28/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 89afc4a7439e1..ddc82d10f8fcd 100644 --- a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 61a3c2ea656b1..ac1bbc7d3d451 100644 --- a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 11b9056a74dd3..b230a619a2d8e 100644 --- a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 47697f0dd9efae9a97d146c24e1aa972fd32c4d7a730ea12ab7915e5ceb716fb + manifestHash: 7fa901d826786527a009dd9969f884f4a1087117b2678716282479b665a9da0d name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 732cbf94b4ad1..c4ba35444c49e 100644 --- a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 89afc4a7439e1..ddc82d10f8fcd 100644 --- a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 61a3c2ea656b1..ac1bbc7d3d451 100644 --- a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 3758a415b7627..dddda220829bb 100644 --- a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 47697f0dd9efae9a97d146c24e1aa972fd32c4d7a730ea12ab7915e5ceb716fb + manifestHash: 7fa901d826786527a009dd9969f884f4a1087117b2678716282479b665a9da0d name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 732cbf94b4ad1..c4ba35444c49e 100644 --- a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 085c752386018..7b01ba7f64af6 100644 --- a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c20bc3d7a31a4..6cf323577e379 100644 --- a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_minimal-aws.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_minimal-aws.example.com-addons-bootstrap_content index cbb9904bd74e4..7cb844f6d8737 100644 --- a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_minimal-aws.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_minimal-aws.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 3a0ec95195c9a4ba1ba3bf41eee6b9845f3c9e55d2c1b66d8bab47eacc203eee + manifestHash: f04ff70cdf135572008e54adf3ff06ec0f2ed127f5d680b52b1eec8438762016 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_minimal-aws.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_minimal-aws.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_minimal-aws.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_minimal-aws.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_minimal-aws.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_minimal-aws.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 294c6bf37b5f3..ebf4ab2c1b4e3 100644 --- a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_minimal-aws.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_minimal-aws.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 89afc4a7439e1..ddc82d10f8fcd 100644 --- a/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 61a3c2ea656b1..ac1bbc7d3d451 100644 --- a/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index e98077cdfc55a..97e6e4a436105 100644 --- a/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 47697f0dd9efae9a97d146c24e1aa972fd32c4d7a730ea12ab7915e5ceb716fb + manifestHash: 7fa901d826786527a009dd9969f884f4a1087117b2678716282479b665a9da0d name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: diff --git a/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 732cbf94b4ad1..c4ba35444c49e 100644 --- a/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 0611c0fe872e7..58274b5e7b135 100644 --- a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -51,7 +51,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -88,7 +88,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -107,7 +107,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 247b5c76dfc6d..557b94728f4f9 100644 --- a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-bootstrap_content index 261bca7849986..2eae839b418a9 100644 --- a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 882ecd5cba808aa05e7e9b0a2e89a72ba4842f63f3cde8b9445c5afd13483114 + manifestHash: 7c56001bb66529b98bd994cbf3d571204f4a790e52a1ddafb71d3edbbfb5d416 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index adf2ab0547bf9..49333efc7a1a6 100644 --- a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 34539fa4f0486..6e2438440ac5a 100644 --- a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 0cfd827093b12..371d1e43e3a79 100644 --- a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 161b85fd24f27..bc14c721b21a6 100644 --- a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content index 4d9744bf0419a..223df2188ebda 100644 --- a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f81ec0c5eaa0dd7fc7b71b1c6a8866bbc992336d68da80adefefd4d500094cca + manifestHash: 4d81f0f688ca1e84c0a090930bec350a8a2a08a51b98e2dd655ab9c61de558cb name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 66a2d08a73b3d9e149ca25ab3c1be799cfc8e00623a0e968344a13b7ba703f6f + manifestHash: 71abb11192cfb96f9058fcce24880f39026fdbd2dc9ef8a9042b42a44b16e5b6 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 5d08e3eebb043..5ba5bba20ddd8 100644 --- a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 31084149b5251..5d4f4ba8d919a 100644 --- a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 0cfd827093b12..371d1e43e3a79 100644 --- a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 161b85fd24f27..bc14c721b21a6 100644 --- a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content index 69f5b244eeb3a..e7522d0e7a513 100644 --- a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f81ec0c5eaa0dd7fc7b71b1c6a8866bbc992336d68da80adefefd4d500094cca + manifestHash: 4d81f0f688ca1e84c0a090930bec350a8a2a08a51b98e2dd655ab9c61de558cb name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 66a2d08a73b3d9e149ca25ab3c1be799cfc8e00623a0e968344a13b7ba703f6f + manifestHash: 71abb11192cfb96f9058fcce24880f39026fdbd2dc9ef8a9042b42a44b16e5b6 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 5d08e3eebb043..5ba5bba20ddd8 100644 --- a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 31084149b5251..5d4f4ba8d919a 100644 --- a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 0cfd827093b12..371d1e43e3a79 100644 --- a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 161b85fd24f27..bc14c721b21a6 100644 --- a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content index 3ca87712dd489..97f89f549c904 100644 --- a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f81ec0c5eaa0dd7fc7b71b1c6a8866bbc992336d68da80adefefd4d500094cca + manifestHash: 4d81f0f688ca1e84c0a090930bec350a8a2a08a51b98e2dd655ab9c61de558cb name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 66a2d08a73b3d9e149ca25ab3c1be799cfc8e00623a0e968344a13b7ba703f6f + manifestHash: 71abb11192cfb96f9058fcce24880f39026fdbd2dc9ef8a9042b42a44b16e5b6 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 5d08e3eebb043..5ba5bba20ddd8 100644 --- a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 31084149b5251..5d4f4ba8d919a 100644 --- a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 0cfd827093b12..371d1e43e3a79 100644 --- a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 161b85fd24f27..bc14c721b21a6 100644 --- a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content index 3ca87712dd489..97f89f549c904 100644 --- a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f81ec0c5eaa0dd7fc7b71b1c6a8866bbc992336d68da80adefefd4d500094cca + manifestHash: 4d81f0f688ca1e84c0a090930bec350a8a2a08a51b98e2dd655ab9c61de558cb name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 66a2d08a73b3d9e149ca25ab3c1be799cfc8e00623a0e968344a13b7ba703f6f + manifestHash: 71abb11192cfb96f9058fcce24880f39026fdbd2dc9ef8a9042b42a44b16e5b6 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 5d08e3eebb043..5ba5bba20ddd8 100644 --- a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 31084149b5251..5d4f4ba8d919a 100644 --- a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 08b7c1f33c2aa..20e0155b0cdf3 100644 --- a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c9f33372c1601..0a3917657eb7e 100644 --- a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-bootstrap_content index b8fc97ec6d876..657ec4ef9d59c 100644 --- a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: d4ced7e0656362a25e6cd6acffee3176aeb22e26b7fb67280f1e571dd05fe3cb + manifestHash: 49446b8e87ff4a01fcbd99e7aa09fc8c30f4904d420d7543a9533bdaa9ac8212 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 19f167a87ac99..53cdd9dc3ac82 100644 --- a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 0d252816d1aca..38f7977976f46 100644 --- a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 799a33c5338d8..0e7af88cb191e 100644 --- a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-bootstrap_content index b368a884f4ba9..2838b9f37ad97 100644 --- a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: cc178c0c48ac900e4a7dd4b9d1a40a6e02e2eff2be53a4d053bfcfc5e9f07b8e + manifestHash: 9279378ee6dc17750bf84da9ba6dc0aab32c0e11296cb1ce522d8c981dd765da name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 0039a32d2a084..fc6a1781b3dc9 100644 --- a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index 433ee2b663c48..843eccbe64047 100644 --- a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content index 6968e054ace0a..5164f7e559825 100644 --- a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content index 08f45dc77204c..e471ba62805a2 100644 --- a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 5ff221247766db2b306dbdda3e211e396ee49d23c84fd575b7c844fe19ec5c17 + manifestHash: 22fa106f92d28aecafa26ccc6ffb137f1ccccae64253bd70f38c89397a210c85 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: e8730bb3d2adb18fe3984f089c942cd9de010c1bf5cce6b0ffe46dd4880b86df + manifestHash: bedf8b97f30ce3428755891bb4adc20d2699e6c46a08e55241d62dac7fb55ad4 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 551f63018bbe7..8c77fec2de1a8 100644 --- a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 0abef1b19a1c4..6f33cb4185552 100644 --- a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index 433ee2b663c48..843eccbe64047 100644 --- a/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content index 6968e054ace0a..5164f7e559825 100644 --- a/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content index 306b605302a22..44a0ce5237b55 100644 --- a/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 5ff221247766db2b306dbdda3e211e396ee49d23c84fd575b7c844fe19ec5c17 + manifestHash: 22fa106f92d28aecafa26ccc6ffb137f1ccccae64253bd70f38c89397a210c85 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: diff --git a/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_minimal-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_minimal-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 0abef1b19a1c4..6f33cb4185552 100644 --- a/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_minimal-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_minimal-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index 70cc60c8e00c8..5131bfd1a7124 100644 --- a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content index 679639d586641..450ad155a9836 100644 --- a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-bootstrap_content index c5a3957d56510..474160dfd8f4a 100644 --- a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: c476467a13666bff2bbda3a32176b1e4d3dca2a131e595831911cba44acc00ae + manifestHash: 9d9627d4c8c10ed2596409be7ee5e936d774e426a337263c38f10c978ea356a6 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: e8730bb3d2adb18fe3984f089c942cd9de010c1bf5cce6b0ffe46dd4880b86df + manifestHash: bedf8b97f30ce3428755891bb4adc20d2699e6c46a08e55241d62dac7fb55ad4 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 551f63018bbe7..8c77fec2de1a8 100644 --- a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 2ca057364299d..b9e0259eba61a 100644 --- a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index c16508342c628..8ad3acae72e7c 100644 --- a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content index 546b6cf8fe8d9..1ff1dfb6f182f 100644 --- a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-bootstrap_content index 7cac27a4f8a7a..ae9e749fe90c5 100644 --- a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 73ce14f96ac8117279b6d40b6b380f708e451b0f4bcdf5cd182b8b9a49ad4b8a + manifestHash: 7809d4dc9e4e78c95ce4c4e4dafa75e7974636474def7b58acfe8e44400a94de name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: e8730bb3d2adb18fe3984f089c942cd9de010c1bf5cce6b0ffe46dd4880b86df + manifestHash: bedf8b97f30ce3428755891bb4adc20d2699e6c46a08e55241d62dac7fb55ad4 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 551f63018bbe7..8c77fec2de1a8 100644 --- a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 026a279dfd4eb..81dc14ac6e1e4 100644 --- a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index c16508342c628..8ad3acae72e7c 100644 --- a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content index 546b6cf8fe8d9..1ff1dfb6f182f 100644 --- a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-bootstrap_content index 7cac27a4f8a7a..ae9e749fe90c5 100644 --- a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 73ce14f96ac8117279b6d40b6b380f708e451b0f4bcdf5cd182b8b9a49ad4b8a + manifestHash: 7809d4dc9e4e78c95ce4c4e4dafa75e7974636474def7b58acfe8e44400a94de name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: e8730bb3d2adb18fe3984f089c942cd9de010c1bf5cce6b0ffe46dd4880b86df + manifestHash: bedf8b97f30ce3428755891bb4adc20d2699e6c46a08e55241d62dac7fb55ad4 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 551f63018bbe7..8c77fec2de1a8 100644 --- a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 026a279dfd4eb..81dc14ac6e1e4 100644 --- a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index 1f04ed77f0761..2d7ccfb1fa024 100644 --- a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content index 63653215031ff..2891427697fdd 100644 --- a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-bootstrap_content index 50930c6a6a605..2a794df51247a 100644 --- a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: e6dbf63c3c9e4b9afd0178d56e3ed737ba3be1fa560c52953e78698ef4feec92 + manifestHash: 97a0f5cf2121a6607cbbed6ea1dfd437c3d7f1d620a974023ebf402c2d560e2c name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: e8730bb3d2adb18fe3984f089c942cd9de010c1bf5cce6b0ffe46dd4880b86df + manifestHash: bedf8b97f30ce3428755891bb4adc20d2699e6c46a08e55241d62dac7fb55ad4 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 551f63018bbe7..8c77fec2de1a8 100644 --- a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 27242ebbe317e..80b60ef1f13ed 100644 --- a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index a44fff48fd3b9..9ce95f4b6700e 100644 --- a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content index c54c623c3f8e4..16a2a28d304c5 100644 --- a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content +++ b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-etcdmanager-main-master-us-test1-a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-bootstrap_content index 7efa305e33161..6b875e5dc8195 100644 --- a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: cc347338c6474f43dc1ae0ca070704409a67c4dae6e6c69b9e3a8947abf7b6bb + manifestHash: 0de2fe44887cd2809ffd4ff2f432c8b71213fe720a060adb664242b9ba5860ce name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: e8730bb3d2adb18fe3984f089c942cd9de010c1bf5cce6b0ffe46dd4880b86df + manifestHash: bedf8b97f30ce3428755891bb4adc20d2699e6c46a08e55241d62dac7fb55ad4 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 551f63018bbe7..8c77fec2de1a8 100644 --- a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 89f083281a10b..3f60263b48ed9 100644 --- a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 214bc7a1488ab..422ce6da7cee4 100644 --- a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index b9232135e2983..9ad7b7e3aad85 100644 --- a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-bootstrap_content index 16075951aaa49..68fb2247cc85e 100644 --- a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 2286603abeec3c35966546a68ab32fdee617b7a0483e2f2b5a77c35345235617 + manifestHash: 1c684e9af2e71bcf469ccfc742ad9191ed5b1ddf36d1e4614ec274091ea95ab9 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 4fceb618c38a162bb8817115302ce13b23b0df82de9ebd2f386501e5493ffa25 + manifestHash: 71309a3a310eb5443c7bf2fceafe4467eeaed8a36e794cd111106d10711eb3a5 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 6bfe53eb32358..e16410d9ba7dd 100644 --- a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 6210a720e28d2..4ee24e66fdd18 100644 --- a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 214bc7a1488ab..422ce6da7cee4 100644 --- a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index b9232135e2983..9ad7b7e3aad85 100644 --- a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-bootstrap_content index d4a1506f724d7..85dc505ce3bfe 100644 --- a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 2286603abeec3c35966546a68ab32fdee617b7a0483e2f2b5a77c35345235617 + manifestHash: 1c684e9af2e71bcf469ccfc742ad9191ed5b1ddf36d1e4614ec274091ea95ab9 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: df1853276f419e58709a9d6f9dc87c85d7cab1d65c1676ac5b4bdb106e7a401f + manifestHash: 190526c31458cfd9efa2c294bb4bcb895b09e88b592461de2a5c838cce49ba8b name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 55b252b03c1fe..797d3349464f2 100644 --- a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -54,7 +54,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.k8s.local - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 6210a720e28d2..4ee24e66fdd18 100644 --- a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-etcdmanager-events-master-fsn1_content b/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-etcdmanager-events-master-fsn1_content index e9336d5f424cb..08f85fdbfed53 100644 --- a/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-etcdmanager-events-master-fsn1_content +++ b/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-etcdmanager-events-master-fsn1_content @@ -50,7 +50,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -87,7 +87,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -106,7 +106,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-etcdmanager-main-master-fsn1_content b/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-etcdmanager-main-master-fsn1_content index c3ce1728329bc..6fd64f4d514bd 100644 --- a/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-etcdmanager-main-master-fsn1_content +++ b/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-etcdmanager-main-master-fsn1_content @@ -50,7 +50,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -87,7 +87,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -106,7 +106,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 4dc280a9ebf21..ab6ed8c150207 100644 --- a/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 292a8734afb8974b92b9aa5c1561805001f3a56ce1f0f0c2b3cdb4c016b2b674 + manifestHash: 588f1b7fbe1f32f47efeb67e8b4347aaad095007da9b0b494f66b1a0a7b9d9d7 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: diff --git a/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index c2883185886ad..8f197ebe26f03 100644 --- a/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -65,7 +65,7 @@ spec: value: 127.0.0.1 - name: HCLOUD_TOKEN value: REDACTED - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-etcdmanager-events-control-plane-fr-par-1_content b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-etcdmanager-events-control-plane-fr-par-1_content index e9aab6cfcd5e5..ca9d7cf82d687 100644 --- a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-etcdmanager-events-control-plane-fr-par-1_content +++ b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-etcdmanager-events-control-plane-fr-par-1_content @@ -52,7 +52,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -89,7 +89,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -108,7 +108,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-etcdmanager-main-control-plane-fr-par-1_content b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-etcdmanager-main-control-plane-fr-par-1_content index fd97275251c90..38c7155d418e6 100644 --- a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-etcdmanager-main-control-plane-fr-par-1_content +++ b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-etcdmanager-main-control-plane-fr-par-1_content @@ -52,7 +52,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -89,7 +89,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -108,7 +108,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-bootstrap_content b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-bootstrap_content index 4573323bf040c..0d888722324b7 100644 --- a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 710dda435684dd6760e706cf93686b75486cdbffb4059692aa230343c24d7708 + manifestHash: e61d3d93b4677ca4fc065c084dfa13cd13cf67fefe77bb8fbb7728bf46694949 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 77856cf3b988b3b857320e1c4747463042328cf8ab595a69aeef91095b5a1ca3 + manifestHash: 7ada9934410f19715a254bb1f7aa6673e96db428dcd68654963bcd590eb2ce55 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 6df8e20d8c271..8ba3cdea8a1ff 100644 --- a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -54,7 +54,7 @@ spec: envFrom: - secretRef: name: scaleway-secret - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content index c2ec3473c8200..8b6cdcd99cbd3 100644 --- a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -69,7 +69,7 @@ spec: value: null - name: SCW_SECRET_KEY value: null - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 97152e720a737..878825cf984a1 100644 --- a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content index 97152e720a737..878825cf984a1 100644 --- a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content +++ b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content index 97152e720a737..878825cf984a1 100644 --- a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content +++ b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index e6bf76457e287..7eb90c099435a 100644 --- a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content index e6bf76457e287..7eb90c099435a 100644 --- a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content +++ b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content index e6bf76457e287..7eb90c099435a 100644 --- a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content +++ b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-bootstrap_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-bootstrap_content index 128759efc7d55..bae9bbb36b8bc 100644 --- a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: ea46a64af7de1f99304faf489a4a810ac524fb998a8ef9aa12d3b8de53014b12 + manifestHash: c2cda0de635f597a49365f555978fbd627559e9f361032ae33db925cda706ea3 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index b56522ae544af..394f2d8bb4926 100644 --- a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 97152e720a737..878825cf984a1 100644 --- a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content index 97152e720a737..878825cf984a1 100644 --- a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content +++ b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1b_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content index 97152e720a737..878825cf984a1 100644 --- a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content +++ b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1c_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index e6bf76457e287..7eb90c099435a 100644 --- a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content index e6bf76457e287..7eb90c099435a 100644 --- a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content +++ b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1b_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content index e6bf76457e287..7eb90c099435a 100644 --- a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content +++ b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1c_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-bootstrap_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-bootstrap_content index 128759efc7d55..bae9bbb36b8bc 100644 --- a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: ea46a64af7de1f99304faf489a4a810ac524fb998a8ef9aa12d3b8de53014b12 + manifestHash: c2cda0de635f597a49365f555978fbd627559e9f361032ae33db925cda706ea3 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index b56522ae544af..394f2d8bb4926 100644 --- a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index cc25e62bfe6a7..eabf4a686a189 100644 --- a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index af7d82cebf0b2..88e38c8395f1b 100644 --- a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-bootstrap_content b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-bootstrap_content index 57ea20d6f2465..10ffffe398d69 100644 --- a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: e11312b1d4ad243d52c0763f0a2e69f8dc09dd348342975dda7b1270da8e1941 + manifestHash: fd19c2ce8c935238badbabf6a7a259025e04ef62bab20173b58a82958a989aad name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 7ec36c37a45a679b2608490a527ce9fe08e5031f5c8037b6b37e43a1497d0c97 + manifestHash: 829f3cfa703877166de88bd13e964ff4bdc714dda9a5e1b25fdc62aaeab4ebca name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index cf2a79e91a194..b4db6c2212bcb 100644 --- a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.nthimdsprocessor.longcluste-e6uuer - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 27ab1608a398a..c55980707a589 100644 --- a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index cc25e62bfe6a7..eabf4a686a189 100644 --- a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index af7d82cebf0b2..88e38c8395f1b 100644 --- a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-bootstrap_content b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-bootstrap_content index 58e2d98e50b72..0ee2d0c4abcb5 100644 --- a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: e11312b1d4ad243d52c0763f0a2e69f8dc09dd348342975dda7b1270da8e1941 + manifestHash: fd19c2ce8c935238badbabf6a7a259025e04ef62bab20173b58a82958a989aad name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 27ab1608a398a..c55980707a589 100644 --- a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 8622b8e24ccab..099b7367bc567 100644 --- a/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index b6b5702c55c60..e8cf2343ad8f0 100644 --- a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index cb6a70968e508..4e5b70b370e1d 100644 --- a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-bootstrap_content b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-bootstrap_content index 5e427ffff8fb7..61fff7908f5e8 100644 --- a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f7297398404376c7aaad4713045afa83d497ef5cee3ffcb53455637a5f959ad9 + manifestHash: 4fc248e84f7ef94f9f7965909180d4d502ff0dc3d8053108d0e5d0fc0693783a name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index daf3f05bda959..f6c18a6db3b11 100644 --- a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index cce1d16c111db..fca1ab1e7aa06 100644 --- a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 95d22fe110af1..aff6b219fe685 100644 --- a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-bootstrap_content b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-bootstrap_content index 046330d50fe74..10bfabe6e8155 100644 --- a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 114c11d5039039c90d76e127dc0733ec8028d69f10a2fa5359a5c9b2aa1b94aa + manifestHash: 5a7b9f83ae705e0693e2ba3702546f72682a1387a447b872d8d10517ac8dbdb3 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 37e7b707c7040..b5826e90cac27 100644 --- a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index ba0045f088a76..c1a65df010653 100644 --- a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index bd2325ca7e10f..d288692c3327a 100644 --- a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-bootstrap_content index 43c174e08fbd5..6b7af3ba72cb4 100644 --- a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 31133ff3ad1c990b4e8c4d706be180ad18e5d7d75df42d12b7cdc7124fe33571 + manifestHash: c8808d6eec0d85a911f57e8e49795a0768736b7ab692ce502d7b02eab5cbfbd6 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index cbd8868854f7d..3e44267c7f1bc 100644 --- a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 61491b56afc7a..c96b14f46ba3e 100644 --- a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 1c804808df4a2..8a40a9ec166ab 100644 --- a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-bootstrap_content index ef9df7bfa25d7..758e21509d963 100644 --- a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 4c8971c2c49c4b24805a643dc448e339224dbdeb8af4df2fbdaa3edec5d53d73 + manifestHash: 8e8654ae032534caa9f5af5441161826977b9154206b1fbfb8215beb7d93bf5c name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index b7b0993d3ed0f..0f89c13945e63 100644 --- a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 3822d6ab86861..869c9c947e650 100644 --- a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index f5bd7f472793d..1a9c678867e7f 100644 --- a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content index 22ef2d2305e58..928b90281fcf5 100644 --- a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 0a6fb9c6a289038e9efa79b577e52f49ccc1494c6c6a19bd27a1f00387baca06 + manifestHash: 91c219f3239daf6932417afbab0af12aefdfba5b83e0d3534dd79667addc09a8 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index b13281374b7f5..b83b790927139 100644 --- a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 3822d6ab86861..869c9c947e650 100644 --- a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index f5bd7f472793d..1a9c678867e7f 100644 --- a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content index 90b8b2f055f23..88058d8843bdd 100644 --- a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 0a6fb9c6a289038e9efa79b577e52f49ccc1494c6c6a19bd27a1f00387baca06 + manifestHash: 91c219f3239daf6932417afbab0af12aefdfba5b83e0d3534dd79667addc09a8 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index b13281374b7f5..b83b790927139 100644 --- a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 3822d6ab86861..869c9c947e650 100644 --- a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index f5bd7f472793d..1a9c678867e7f 100644 --- a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content index ddbc53af80e78..65e5281ac475d 100644 --- a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 0a6fb9c6a289038e9efa79b577e52f49ccc1494c6c6a19bd27a1f00387baca06 + manifestHash: 91c219f3239daf6932417afbab0af12aefdfba5b83e0d3534dd79667addc09a8 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index b13281374b7f5..b83b790927139 100644 --- a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-cilium-master-us-test-1a_content b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-cilium-master-us-test-1a_content index 07ecb62e187f2..fc3b6cb36df8c 100644 --- a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-cilium-master-us-test-1a_content +++ b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-cilium-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index ae76374c35bad..2d7c24b929c49 100644 --- a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 01b962a3dc8a9..2528067456335 100644 --- a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-bootstrap_content index c893fe93b2d4e..5ef363cbcc480 100644 --- a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 336e4136bf3c73886464a0cc3e664b2bfb7b956f923327668de6cab66ce9b5fb + manifestHash: d8bdeebeaeec7f06cf6d664bf59fe3707d0bbd0370fcdf30e862c3b23ac08ec7 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 05fb4cc3b922d..dc81592fd2557 100644 --- a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 477e41e60b6b1..cae715f83a553 100644 --- a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 4ea694f38b5a9..1e84eadd933e8 100644 --- a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-bootstrap_content index 4ca4cb6585dcf..4ac31f38a137a 100644 --- a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 03747684bad07c7bdcdd5f679da1d3d0bd1524f45f31b7faf237347fcaeb53d5 + manifestHash: bd13eddb900b41ffa7bdea4d0765f28eaa63501b58c3225bc67e34e482bf5bee name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: b3a5367d39d402610c0221affca63b3e7de948fa5281fde06a89e6ae0e91eff6 + manifestHash: 42a177eaa7768b28fc37f43c645c68894edbe6dae57844b0449915e1b54c280d name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index a770f8517a086..bdbba7a73893d 100644 --- a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 7ef65b9cd2a41..d8b70f8bff747 100644 --- a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 7c0212b35c950..6edb8fb3d3fe0 100644 --- a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 940d3883bd97b..4cb87863fae31 100644 --- a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-bootstrap_content index fdd9b06cf21d2..79127c4e726dd 100644 --- a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 9d9d18f9ded3f40d7ba91359c046f05104bab8ae33f50470ce585c40225b37b5 + manifestHash: 315b76479090d02f4fdf0ee846fe4a8b81b1127b232cdc69d929926eabcf515d name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 246c696eae928710a7f609d792dbea3dd523a48bc333d58a102ad4ab15983d82 + manifestHash: adf706f2a702bd05c279529133ea1b881bc93f96287134c71e405c36a561fad5 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index a7b6b19f58f50..48ffcc4e7e1b1 100644 --- a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 9765dca63a880..bb08894c50d27 100644 --- a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 31dd2e1497c91..3912e578baf7f 100644 --- a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 51f569137aadf..0e1300795a327 100644 --- a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-bootstrap_content index 0045e2300515a..d346f96d8876b 100644 --- a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: d60cec7cb8f020f24c2da06c47b76df329ed3d4e1a58aaf30b73010d0bcd6a1f + manifestHash: 39ddbd83971c1832aa8a4d0eb4ae4baa91f77f4fcf1d7bc48ab4ebd3d00dce96 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 3b904be87a5f5..cdfaaa75675e3 100644 --- a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index a9cb6f02c9bdc..69ef6c5da3e7f 100644 --- a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 74e5768914ee2..a6273aaf87bd3 100644 --- a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-bootstrap_content index b0cfc02299498..9f805b61551e8 100644 --- a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 4f1e38153a1ef412f5a9f4ed106f148196be719e297e258d337e13deb3286ca1 + manifestHash: 2227d15b5c58dfc13b508168d00e3987dbc23606865c8afb77021fff98377272 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 3d99181961fb6..e03bf80aebc25 100644 --- a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 96ad2accc9b14..6030fbcf28d9f 100644 --- a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: c0e357844a3abe167b8a0acda1f91630da1e73901a5dd7b2ff142464b6ced859 + manifestHash: dc1a62ebe582d80d6c666e54608f9ea0bf0bf8ce544dd500e96fe99aea4e3208 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index d2e6801666aaa..d0e8318def4aa 100644 --- a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 0c3befc02653e..9c060834dcbf8 100644 --- a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index f46de769ab6c5..9e06639194838 100644 --- a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-bootstrap_content b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-bootstrap_content index e58f053922a55..1cd4e5a0e7b07 100644 --- a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 69b82f0f0f0cc729e8eabe00daf11fb09d5c62905314898354e6b46de9567320 + manifestHash: fc3e4e207c7e7e91094ab2329bfd1b487e9111510349be401e3188f7ad44a471 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 47f382533ef9f..598423764ae72 100644 --- a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 4fa9e1ec2c9cc..599789231bcaf 100644 --- a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 66a53627a8d7f..63d86095f173e 100644 --- a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-bootstrap_content b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-bootstrap_content index 46a9f4a135c7b..913d31fd28da7 100644 --- a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: e9869a4f52445dd794a432c5f32919a404302110eca27a6cc84d54cd2e590133 + manifestHash: 81541ddb659b670b0fe8cd102cb7bdc121a93ef5caad62b908a515bfde92a34f name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 8ac877b414fb3..937bce064d2c3 100644 --- a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 0cfd827093b12..371d1e43e3a79 100644 --- a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 161b85fd24f27..bc14c721b21a6 100644 --- a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -49,7 +49,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content index 3ca87712dd489..97f89f549c904 100644 --- a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f81ec0c5eaa0dd7fc7b71b1c6a8866bbc992336d68da80adefefd4d500094cca + manifestHash: 4d81f0f688ca1e84c0a090930bec350a8a2a08a51b98e2dd655ab9c61de558cb name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 66a2d08a73b3d9e149ca25ab3c1be799cfc8e00623a0e968344a13b7ba703f6f + manifestHash: 71abb11192cfb96f9058fcce24880f39026fdbd2dc9ef8a9042b42a44b16e5b6 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 5d08e3eebb043..5ba5bba20ddd8 100644 --- a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 31084149b5251..5d4f4ba8d919a 100644 --- a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index dafa0e939d398..4ec28425e316a 100644 --- a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index ee494c6179260..04c829fe15223 100644 --- a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-bootstrap_content b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-bootstrap_content index 310db8aa84e91..6e73f3d95f982 100644 --- a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: 19e0fe7cfcd61198922760c16e20a271e7716c94e3a4c9af56c195f3797dc099 + manifestHash: 4a631131cfa3ef5bba170b5960e2541552a78e60f8105f892f2d7377536011c0 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index bc86a665e194a..323f52dceaa36 100644 --- a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e3226a79d8b58..22a712b45000e 100644 --- a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c3e18ec9b5204..d57f6fe4b06df 100644 --- a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -48,7 +48,7 @@ spec: - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.30.0 + image: registry.k8s.io/kops/kops-utils-cp:1.30.1 name: init-etcd-symlinks-3-5-13 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 0e9db8d2a4f41..4528e1783720e 100644 --- a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content @@ -8,7 +8,7 @@ spec: - --ca-cert=/secrets/ca.crt - --client-cert=/secrets/client.crt - --client-key=/secrets/client.key - image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 34539fa4f0486..6e2438440ac5a 100644 --- a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-bootstrap_content @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: bf650406aea32901e16c26e8e1b53324816a012fca93a0edc335f4a00b451f40 + manifestHash: 85cd39a5fd7f55e75f6ab2dfb4f61c5220b9c0449482ceb279ccc307fea4ec84 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index b0249f8bacf9d..df7de39c91622 100644 --- a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f2da85278b44e..25834c7b8f850 100644 --- a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/amazonvpc-containerd/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/amazonvpc-containerd/manifest.yaml index 291787d9c39f0..9fbe144f42ba7 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/amazonvpc-containerd/manifest.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/amazonvpc-containerd/manifest.yaml @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f018e75ddb3037b42cfaf1d40e7922f4f38fba7ab8501d8ea9832e388b76fab4 + manifestHash: b00d1a0be6004b4ef34dfc8a2377455a604129ef458d33128347bbb95eaa9b89 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/amazonvpc/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/amazonvpc/manifest.yaml index 291787d9c39f0..9fbe144f42ba7 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/amazonvpc/manifest.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/amazonvpc/manifest.yaml @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f018e75ddb3037b42cfaf1d40e7922f4f38fba7ab8501d8ea9832e388b76fab4 + manifestHash: b00d1a0be6004b4ef34dfc8a2377455a604129ef458d33128347bbb95eaa9b89 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/awscloudcontroller/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/awscloudcontroller/manifest.yaml index f39157af7cb06..a1b1b38250034 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/awscloudcontroller/manifest.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/awscloudcontroller/manifest.yaml @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f018e75ddb3037b42cfaf1d40e7922f4f38fba7ab8501d8ea9832e388b76fab4 + manifestHash: b00d1a0be6004b4ef34dfc8a2377455a604129ef458d33128347bbb95eaa9b89 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/awsiamauthenticator/crd/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/awsiamauthenticator/crd/manifest.yaml index fc58910320be6..5970eb18e1130 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/awsiamauthenticator/crd/manifest.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/awsiamauthenticator/crd/manifest.yaml @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f018e75ddb3037b42cfaf1d40e7922f4f38fba7ab8501d8ea9832e388b76fab4 + manifestHash: b00d1a0be6004b4ef34dfc8a2377455a604129ef458d33128347bbb95eaa9b89 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/awsiamauthenticator/mappings/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/awsiamauthenticator/mappings/manifest.yaml index a22bf47e1e6b9..5ab99eeef91ad 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/awsiamauthenticator/mappings/manifest.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/awsiamauthenticator/mappings/manifest.yaml @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f018e75ddb3037b42cfaf1d40e7922f4f38fba7ab8501d8ea9832e388b76fab4 + manifestHash: b00d1a0be6004b4ef34dfc8a2377455a604129ef458d33128347bbb95eaa9b89 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/kops-controller.addons.k8s.io-k8s-1.16.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/kops-controller.addons.k8s.io-k8s-1.16.yaml index b4593d04cb9e2..c718740e18ecc 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/kops-controller.addons.k8s.io-k8s-1.16.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/kops-controller.addons.k8s.io-k8s-1.16.yaml @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml index e2422859f39ff..051a54c475bb9 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f018e75ddb3037b42cfaf1d40e7922f4f38fba7ab8501d8ea9832e388b76fab4 + manifestHash: b00d1a0be6004b4ef34dfc8a2377455a604129ef458d33128347bbb95eaa9b89 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/coredns/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/coredns/manifest.yaml index 27d6ae22f4b87..09b1462c7eee1 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/coredns/manifest.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/coredns/manifest.yaml @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f018e75ddb3037b42cfaf1d40e7922f4f38fba7ab8501d8ea9832e388b76fab4 + manifestHash: b00d1a0be6004b4ef34dfc8a2377455a604129ef458d33128347bbb95eaa9b89 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/metrics-server/insecure-1.19/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/metrics-server/insecure-1.19/manifest.yaml index 4363ad3353564..c99f9cc246cd5 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/metrics-server/insecure-1.19/manifest.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/metrics-server/insecure-1.19/manifest.yaml @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f018e75ddb3037b42cfaf1d40e7922f4f38fba7ab8501d8ea9832e388b76fab4 + manifestHash: b00d1a0be6004b4ef34dfc8a2377455a604129ef458d33128347bbb95eaa9b89 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/metrics-server/secure-1.19/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/metrics-server/secure-1.19/manifest.yaml index 6979e3e99ac32..a056433e67db0 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/metrics-server/secure-1.19/manifest.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/metrics-server/secure-1.19/manifest.yaml @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f018e75ddb3037b42cfaf1d40e7922f4f38fba7ab8501d8ea9832e388b76fab4 + manifestHash: b00d1a0be6004b4ef34dfc8a2377455a604129ef458d33128347bbb95eaa9b89 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -41,7 +41,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/dns-controller.addons.k8s.io-k8s-1.12.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/dns-controller.addons.k8s.io-k8s-1.12.yaml index d2e6801666aaa..d0e8318def4aa 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/dns-controller.addons.k8s.io-k8s-1.12.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/dns-controller.addons.k8s.io-k8s-1.12.yaml @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller - version: v1.30.0 + version: v1.30.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.30.0 + image: registry.k8s.io/kops/dns-controller:1.30.1 name: dns-controller resources: requests: diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/kops-controller.addons.k8s.io-k8s-1.16.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/kops-controller.addons.k8s.io-k8s-1.16.yaml index b4593d04cb9e2..c718740e18ecc 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/kops-controller.addons.k8s.io-k8s-1.16.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/kops-controller.addons.k8s.io-k8s-1.16.yaml @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/manifest.yaml index 87dea9336b86b..f296c6b1c766a 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/manifest.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/manifest.yaml @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f018e75ddb3037b42cfaf1d40e7922f4f38fba7ab8501d8ea9832e388b76fab4 + manifestHash: b00d1a0be6004b4ef34dfc8a2377455a604129ef458d33128347bbb95eaa9b89 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: c0e357844a3abe167b8a0acda1f91630da1e73901a5dd7b2ff142464b6ced859 + manifestHash: dc1a62ebe582d80d6c666e54608f9ea0bf0bf8ce544dd500e96fe99aea4e3208 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/kops-controller.addons.k8s.io-k8s-1.16.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/kops-controller.addons.k8s.io-k8s-1.16.yaml index b4593d04cb9e2..c718740e18ecc 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/kops-controller.addons.k8s.io-k8s-1.16.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/kops-controller.addons.k8s.io-k8s-1.16.yaml @@ -23,7 +23,7 @@ metadata: app.kubernetes.io/managed-by: kops k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller - version: v1.30.0 + version: v1.30.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.30.0 + version: v1.30.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.30.0 + image: registry.k8s.io/kops/kops-controller:1.30.1 name: kops-controller resources: requests: diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/manifest.yaml index bb2a50ea4f9b2..c4b5ac61805f6 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/manifest.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/manifest.yaml @@ -6,7 +6,7 @@ spec: addons: - id: k8s-1.16 manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml - manifestHash: f018e75ddb3037b42cfaf1d40e7922f4f38fba7ab8501d8ea9832e388b76fab4 + manifestHash: b00d1a0be6004b4ef34dfc8a2377455a604129ef458d33128347bbb95eaa9b89 name: kops-controller.addons.k8s.io needsRollingUpdate: control-plane selector: @@ -34,7 +34,7 @@ spec: version: 9.99.0 - id: k8s-1.12 manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml - manifestHash: 74a044b960a6896ec68653db86d5a16bfd6d3e9bfa11cc63d4baba0f243ce0e7 + manifestHash: f231d03805af6c20bf340df2dab8eeea3c0a894d7162968728f7e1b0f9b318f2 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io