diff --git a/Makefile b/Makefile index 0bfe65305cd79..16ddb8dcf31e8 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.3 +KOPS_UTILS_CP_TAG=1.30.4 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.3 +DNS_CONTROLLER_TAG=1.30.4 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.3 +KOPS_CONTROLLER_TAG=1.30.4 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.3 +KUBE_APISERVER_HEALTHCHECK_TAG=1.30.4 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 c85d8ac9e5931..5f8f896e9f05b 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.3" - KOPS_CI_VERSION = "1.30.4" + KOPS_RELEASE_VERSION = "1.30.4" + KOPS_CI_VERSION = "1.30.5" ) // GitVersion should be replaced by the makefile diff --git a/pkg/model/components/etcdmanager/model.go b/pkg/model/components/etcdmanager/model.go index be44017e46461..6069cbc7ce1f9 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.3" +const kopsUtilsImage = "registry.k8s.io/kops/kops-utils-cp:1.30.4" // 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 e3bfa385118f7..237cce0894ae6 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 9785a2d8960d1..e7f17281947d6 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 c5e3c069c74d1..14ed457747e75 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 72fd44632383d..923e63f192fda 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 dcac3572e11a0..d9c43c9f2b913 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 823c4ed9c7078..a9a5beec3e10d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/pkg/nodemodel/wellknownassets/kopsassets_test.go b/pkg/nodemodel/wellknownassets/kopsassets_test.go index 8e36b0dc9e91d..47214847a6561 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.3/linux/amd64/nodeup", - "https://github.com/kubernetes/kops/releases/download/v1.30.3/nodeup-linux-amd64", + "https://artifacts.k8s.io/binaries/kops/1.30.4/linux/amd64/nodeup", + "https://github.com/kubernetes/kops/releases/download/v1.30.4/nodeup-linux-amd64", }, }, { url: "https://artifacts.k8s.io/binaries/kops/%s/linux/arm64/nodeup", expected: []string{ - "https://artifacts.k8s.io/binaries/kops/1.30.3/linux/arm64/nodeup", - "https://github.com/kubernetes/kops/releases/download/v1.30.3/nodeup-linux-arm64", + "https://artifacts.k8s.io/binaries/kops/1.30.4/linux/arm64/nodeup", + "https://github.com/kubernetes/kops/releases/download/v1.30.4/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 c08b9abcb48c2..df01fd73d6aba 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: b99b4658a90ec6790d36340265815fd9d3e51a24163e5319945ac911687b8f77 + manifestHash: 7cddb1136702aa47a3552ecf0fc1ac586a39d821fabea2d7fbb3fc2e88a3d592 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a218c2fd60576..4aef559b5a2ba 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 f0125d43af0b4..8c49c961dea53 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 d1818a8f27687..6f714f3221ccc 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 b87f11d7d7e75..cde2ce91652fb 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 33f29695fda64..5b74cd5681ef1 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 afb13e89180b4..c9d7614bdf750 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: fbffaa0114d33071ab3746b2dd8893eb9a3a5dde2c01a2a5bc5e36b0dabe0e8e + manifestHash: 0bb52988dc67af9e93ce3184ac7c06106b6e2dcb474735578926624b0db115ae 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 6303e0a2b47f0..15ccb88db78da 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 123cffc85eaed..813097368e6be 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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: 71572bab349580f6af2d5a76dddcc0158b3b88fb646b13cff339c64e11195e34 + manifestHash: bd60b3fc5ea7bf1ee02139fcc0a38bbcee1de7cd72724a5b0e62d4bec09c1728 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 608e2798f507b..4cd95c44d732a 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 bfb49dbae0b9d..cd7a2eb968454 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: 4dac15dc7ccf645a5f52a5e7d15f5ba6a1463084b9a503e642c0fa0fe9bda7ef + manifestHash: e17ab5cecb0615a96053f4673baeaec7d7ef6db961f055cb0c835049a43891ca 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a7744580a11cd..8cecac4c6e5dd 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 39c221e0f2687..fa61e31a7bf75 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 102861b7240b8..5296006eb13f3 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 798b52a08de96..625b64af649b1 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: 5dcf64953385bb2b92d843faf74f5e05d7fb0942ad54433434c6ace89a8e69aa + manifestHash: b4aac66d6db5df2880e76e9f353bf15ca7db994cba58df563ae66c65d5f6b055 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 b9f1de666e1ce..6b0cc1bd47a19 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 f29e7c7bd5a44..87a7a475824e0 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 a47634cdfdf03..cb5c718ef240a 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 7dd85cd4d0d26..6d2c45d6827ca 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: 1fb93313f791e8724c06ca492c3c558cc832cf519190f1307378f5d90efe381f + manifestHash: 059e5b84947f915ef353618471c5a513982002f2172c05a73752f2d094158d6e 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 cc2e51592ce36..89768a33c5f68 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 3a38ec0396e2d..e7512efffb305 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 959e323c41a73..3cbef6133daa3 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 5028412f77267..f503219f99b8e 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: ab4482d0045b21839b7af3ac87069ac45536293fe41365a009d11fda8fc4d083 + manifestHash: 5345ca02c86dc1bf41aaa954c1c513dc9531c6d2825e3c15f07b0f8509002cde 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 b5f68fe754b7f..f484ab846d0b4 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 5f80555d435fd..ac82c43525b3e 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 6e1e099a624ec..ff4b52bc5cc4d 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 4916ae3b3a05b..c282569fa3eca 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: f6c95863f5c85f206a3f03e3c45a16f744ddc3ac769df30d6fa08b680616d8ea + manifestHash: 7c3364be4847ac19b49cbb53a227002c123d312de67c20445a2767c4fd040a64 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a3ac3153ab4ed..98be2e1a8a288 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 dbb40922e4365..b1176262360b1 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 0230f30358f4e..ce53bc4a1fccd 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 586e346a04293..6a72bdc78528a 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: 1acdaebc86b030dcaae3e8cb3eb2aae411143bfe910d5cbd00212adeb361e6bb + manifestHash: b50f2da22b680ad42ef81ab4cfd120e878be9e084f1fc3aa53414092c66c6ad2 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 88448a7c61d89..957aaea266487 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 857a203b74ac7..18c0f583c1ade 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 7f0bb65b15dea..64e34ed38f572 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 586e346a04293..6a72bdc78528a 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: 1acdaebc86b030dcaae3e8cb3eb2aae411143bfe910d5cbd00212adeb361e6bb + manifestHash: b50f2da22b680ad42ef81ab4cfd120e878be9e084f1fc3aa53414092c66c6ad2 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 88448a7c61d89..957aaea266487 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 857a203b74ac7..18c0f583c1ade 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 7f0bb65b15dea..64e34ed38f572 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 4e5b010088ae8..b72bcbad68c90 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: 4a38d4b455dbeb77e83d62e706470d6c5d9bf3e9d9855c82d4497e3d22cb7aa9 + manifestHash: 44aa9226da6ea30763a8cfa20ae4edff9d3593d1917ee9a07397f5df23b267f6 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 d0e9888ec64bc..32d1abcce03b8 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 5435ed198e033..d1e50e0a52ffc 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 0c00237b2986f..830dece78e7f4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 01e519568a407..4759164beb15a 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: 90d33e435c3efd084954ca7f6c3bd835dd742e73670343dc22c6d2dfa9c37412 + manifestHash: e9f0d0240908772912538bb19d094532cb2701d9e9568a5b6f54a3412530a160 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 fe219ce65074a..24b0c590b7f75 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 38b1db8eef81f..2e976ed267341 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 38b1db8eef81f..2e976ed267341 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 38b1db8eef81f..2e976ed267341 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 10bf4ca14a951..7772a5d086fbe 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 10bf4ca14a951..7772a5d086fbe 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 10bf4ca14a951..7772a5d086fbe 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 664a1a9621d7b..f986ab4913997 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: 1cfe23f3e85af59678835410e423a9a12c5259a9752e170ca6fff98d882a321f + manifestHash: 58a2fdc1fba0a079ca5d1344451151107a4c9c6e91fe1691fb2559fcaaf19507 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a7b8d40f11dc4..35bdf458caadb 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 46e1b5a2e1a7f..db25d9ff5675b 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 46e1b5a2e1a7f..db25d9ff5675b 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 46e1b5a2e1a7f..db25d9ff5675b 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 fea042d96cb9c..cfcf1ce7029d4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 fea042d96cb9c..cfcf1ce7029d4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 fea042d96cb9c..cfcf1ce7029d4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 7aac8aad29410..b3a56956e7d21 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 5d2df67598161..2d26bf9e818e9 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 84f34f2d2b7c7..63e6574b5a5fb 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: 678c421cee47822a9088736aebbabbb2b33eef4d80edf5c8d331824d9c8b3d27 + manifestHash: 641e8dd02402bd325b2f3a4eddb2083ae9cfd58d24e46f9a99c5621794191bc3 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 d527f4bbd8150..a9d1b32bb23d1 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 3d2510d09ec8c..e34e2e5e667ac 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 da9b7c62ce91c..daa673cceeab4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 3cbb4706a4ce5..eb13afa26130b 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: 7140b98284aa5ac6f7d33e5bcb3bea5d70ad1f8dce52cf89cc52e7730196c347 + manifestHash: d3a9d97c2783d81eccf6a7d7bbbb76da5acfaefbaa2ea25c41f5b0f342bdeeb8 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 32a05aef172cd..1c8676eef427b 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 ec84693531d33..795b50df09d65 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 d4601ab27181e..ae2e4ea7845a8 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 ec625016739fa..e0a5193c2cebd 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: bbbd99d331a3351b67d3ce5eea8e5e912a2870aaddc410df1e2558c3e9e76102 + manifestHash: 53a6dd5636143a483abc17a0e9b037379c55f5d410a2de79e075af080698df8a 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 23488617253fb..4929e5d006a7b 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 a4c149c3d486f..fcf28dbb83da2 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 a4c149c3d486f..fcf28dbb83da2 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 a4c149c3d486f..fcf28dbb83da2 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 78ad411141eb5..3e84bc4bce4bb 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 78ad411141eb5..3e84bc4bce4bb 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 78ad411141eb5..3e84bc4bce4bb 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 d7e2f1c408a5c..57f6f3342e43f 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: 009ce968e0fe2d49f28b93c557991e729f8da4deac6a44a3bc24dd90f893aa17 + manifestHash: 6564d1819b9a6a3da50beeed928283748a0127e7850d1ee82966e6681ffda3c5 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: 58c79089a02aec4a0e4afd2a754f04f50e3de748e27177c4eec402805acd24fb + manifestHash: 732d95851dca9ec9d146a2541486c55229646bd323706a51d89d7f8f39f2389d 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 116a4d88ebea9..7909914555485 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 69ff4f1c3644c..13bc4ba0db94b 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 58fc96daccdb4..e6db3780c0a97 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 58fc96daccdb4..e6db3780c0a97 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 58fc96daccdb4..e6db3780c0a97 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 58bb5ec625079..e8df910cd62be 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 58bb5ec625079..e8df910cd62be 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 58bb5ec625079..e8df910cd62be 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 053e270d9eef7..a37411ce61894 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 ec8330546bcd3..dd1afe3c398d1 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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: 71572bab349580f6af2d5a76dddcc0158b3b88fb646b13cff339c64e11195e34 + manifestHash: bd60b3fc5ea7bf1ee02139fcc0a38bbcee1de7cd72724a5b0e62d4bec09c1728 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 608e2798f507b..4cd95c44d732a 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 2342b37623c39..c95b557510bb7 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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: 71572bab349580f6af2d5a76dddcc0158b3b88fb646b13cff339c64e11195e34 + manifestHash: bd60b3fc5ea7bf1ee02139fcc0a38bbcee1de7cd72724a5b0e62d4bec09c1728 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 608e2798f507b..4cd95c44d732a 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 41af6eafd4153..49956b4a1f0d0 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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: 71572bab349580f6af2d5a76dddcc0158b3b88fb646b13cff339c64e11195e34 + manifestHash: bd60b3fc5ea7bf1ee02139fcc0a38bbcee1de7cd72724a5b0e62d4bec09c1728 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 608e2798f507b..4cd95c44d732a 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 5ee37051debb1..d9a4776b5ed56 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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: 71572bab349580f6af2d5a76dddcc0158b3b88fb646b13cff339c64e11195e34 + manifestHash: bd60b3fc5ea7bf1ee02139fcc0a38bbcee1de7cd72724a5b0e62d4bec09c1728 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 608e2798f507b..4cd95c44d732a 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 089cc7682af49..de2aa040197ed 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 c16c82f9b12df..f013713618406 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 93c74f8600542..aef5037780824 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 849f4416922a0..7d5cdb42f8b77 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: 2a4e029b3d96639bdf9f79b981995c4ad783df403cacaf7172eec8f1ae7082ba + manifestHash: 783065a9843d5fa5f1d6715b34e172c409d6711f0f324cdb202bff822d13a8d2 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: 58c79089a02aec4a0e4afd2a754f04f50e3de748e27177c4eec402805acd24fb + manifestHash: 732d95851dca9ec9d146a2541486c55229646bd323706a51d89d7f8f39f2389d 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 116a4d88ebea9..7909914555485 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 538f23fa56e3d..a1c4db9f8657b 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 a47bfdf8d0cfb..6310be9d80225 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 607761c2c4ed4..c5357a3a3e454 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 6afd080ca6dd8..430b1e49366da 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: 7c5adf23514b0ba71b66c959bf4a5e83f1d8172c452e47494252d5c96a0be10c + manifestHash: e1487963ed508d1b7d2b6b73bc200339461db30585b3e055804ead0e5fa44f02 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 6a750cfe6eec5..25259150e09ed 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 9ad604c220ee7..6bb268feb78ec 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ca62e1ae43259..0ab4941434c54 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 8c53ed8eb62b5..7b6312fed380c 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: 9cce6b3323f9b747a13897632dabd54e5e43db7755c0e19505d0fc6bdcdc73cb + manifestHash: 7e5d8f0d17eacbb0de64a2e1ba343f7c66c25293f66a34ff7e0ee7db12e869c2 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a2c4065881a64..e354797930614 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 9ad604c220ee7..6bb268feb78ec 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ca62e1ae43259..0ab4941434c54 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 e21ab9c17b45b..c27f733e90bfc 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: 9cce6b3323f9b747a13897632dabd54e5e43db7755c0e19505d0fc6bdcdc73cb + manifestHash: 7e5d8f0d17eacbb0de64a2e1ba343f7c66c25293f66a34ff7e0ee7db12e869c2 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a2c4065881a64..e354797930614 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 9ad604c220ee7..6bb268feb78ec 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ca62e1ae43259..0ab4941434c54 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 d199596c11be1..83a7be4bd4eb9 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: 9cce6b3323f9b747a13897632dabd54e5e43db7755c0e19505d0fc6bdcdc73cb + manifestHash: 7e5d8f0d17eacbb0de64a2e1ba343f7c66c25293f66a34ff7e0ee7db12e869c2 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a2c4065881a64..e354797930614 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 9ad604c220ee7..6bb268feb78ec 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ca62e1ae43259..0ab4941434c54 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 ec357122ccacf..e7e58ee8a9876 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: 9cce6b3323f9b747a13897632dabd54e5e43db7755c0e19505d0fc6bdcdc73cb + manifestHash: 7e5d8f0d17eacbb0de64a2e1ba343f7c66c25293f66a34ff7e0ee7db12e869c2 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a2c4065881a64..e354797930614 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 9ad604c220ee7..6bb268feb78ec 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ca62e1ae43259..0ab4941434c54 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 705f5c2133451..fdec6ec8357bc 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: 9cce6b3323f9b747a13897632dabd54e5e43db7755c0e19505d0fc6bdcdc73cb + manifestHash: 7e5d8f0d17eacbb0de64a2e1ba343f7c66c25293f66a34ff7e0ee7db12e869c2 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a2c4065881a64..e354797930614 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 9ad604c220ee7..6bb268feb78ec 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ca62e1ae43259..0ab4941434c54 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 afb17fb02bd8b..39cc2811a2cf7 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: 9cce6b3323f9b747a13897632dabd54e5e43db7755c0e19505d0fc6bdcdc73cb + manifestHash: 7e5d8f0d17eacbb0de64a2e1ba343f7c66c25293f66a34ff7e0ee7db12e869c2 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a2c4065881a64..e354797930614 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 fd16aabf434e0..0bb5b8c16b826 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 59e2e051c2f3c..746a7873b9a90 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 733b854b1f5dd..d0998c6f958eb 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: c2c144e887adeab2ca9f5ed7349ea6de90101b4b8e6d23d3e7f45edd31496cd5 + manifestHash: 2c5eb5ed889a3f7c6f412b59f7a3248208467c0643d6d8b6019f92c7ba106ec6 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a044bd0adc111..ba491227c876b 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 9ad604c220ee7..6bb268feb78ec 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ca62e1ae43259..0ab4941434c54 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 d643025f6bdbb..dd782528f3c0c 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: 9cce6b3323f9b747a13897632dabd54e5e43db7755c0e19505d0fc6bdcdc73cb + manifestHash: 7e5d8f0d17eacbb0de64a2e1ba343f7c66c25293f66a34ff7e0ee7db12e869c2 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 a2c4065881a64..e354797930614 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 3b1c656e8c12b..baae23e7c646c 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 64080c30e5957..87674efc7da28 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 02ffdf7154458..d0df5e3d56f54 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: 1908e2140f48a94ef5c057db8131d6b3f310191ac3a105a164aaa8d845e37726 + manifestHash: b8bf590751cf3f45105ac0e55dc40d017efc25cc601da758a4ca58aeb0d5b912 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 4528193ea8dd6..78660a6940af5 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 10df76195bc1f..b41d51d6b47c8 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 3120f61291597..6f9197eef9f5d 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 d5cd840c90adf..1511beb4bf403 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 885b15f32fe46..10923093c8c15 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: c9964bc4cadaf25f461dd76cece31f32d96a47d03f7d95a0db678ea5ffb39975 + manifestHash: 6bb274ee194d3d740ef6b636feabafe45c7a2a84c37b97e2bb4ed5843e080822 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: d0bef509117b5d2763a995cb8d69e76f64316d89e15542b11a668c3c2d33abed + manifestHash: 4988b33280e980008fa2bcee1ecf1d2fb8d71328343fc2650947164075ccf37a 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 cc5a0d8c0da33..12bad8c7c20d0 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 9955d7539dd25..15798622c8825 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 3120f61291597..6f9197eef9f5d 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 d5cd840c90adf..1511beb4bf403 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 1d8edb223be59..b1a1747313c57 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: c9964bc4cadaf25f461dd76cece31f32d96a47d03f7d95a0db678ea5ffb39975 + manifestHash: 6bb274ee194d3d740ef6b636feabafe45c7a2a84c37b97e2bb4ed5843e080822 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: d0bef509117b5d2763a995cb8d69e76f64316d89e15542b11a668c3c2d33abed + manifestHash: 4988b33280e980008fa2bcee1ecf1d2fb8d71328343fc2650947164075ccf37a 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 cc5a0d8c0da33..12bad8c7c20d0 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 9955d7539dd25..15798622c8825 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 3120f61291597..6f9197eef9f5d 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 d5cd840c90adf..1511beb4bf403 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 50de81362d44f..da49e07374ca3 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: c9964bc4cadaf25f461dd76cece31f32d96a47d03f7d95a0db678ea5ffb39975 + manifestHash: 6bb274ee194d3d740ef6b636feabafe45c7a2a84c37b97e2bb4ed5843e080822 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: d0bef509117b5d2763a995cb8d69e76f64316d89e15542b11a668c3c2d33abed + manifestHash: 4988b33280e980008fa2bcee1ecf1d2fb8d71328343fc2650947164075ccf37a 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 cc5a0d8c0da33..12bad8c7c20d0 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 9955d7539dd25..15798622c8825 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 3120f61291597..6f9197eef9f5d 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 d5cd840c90adf..1511beb4bf403 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 50de81362d44f..da49e07374ca3 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: c9964bc4cadaf25f461dd76cece31f32d96a47d03f7d95a0db678ea5ffb39975 + manifestHash: 6bb274ee194d3d740ef6b636feabafe45c7a2a84c37b97e2bb4ed5843e080822 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: d0bef509117b5d2763a995cb8d69e76f64316d89e15542b11a668c3c2d33abed + manifestHash: 4988b33280e980008fa2bcee1ecf1d2fb8d71328343fc2650947164075ccf37a 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 cc5a0d8c0da33..12bad8c7c20d0 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 9955d7539dd25..15798622c8825 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 f7a4981514508..9638a169f7cf6 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 366b6ebdabbe2..4ae4ae8f64d4c 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 0eb1c3027911f..c8eba7faa6b60 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: 6c32d11de2b5b09f3e2708503ded1122627b52a472a2a02edd181b4d51b8bf36 + manifestHash: 7d6ef310df832de852ba684937a5f02f3af1b563dc3e3967b1f6f97061d7619c 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 413eaa70296bd..87b6f828ac018 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 ce6997feac608..90fe1847abce9 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 1ffdd5380b9f9..d547b6e47eeca 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 39c983fb6cde5..a1da420aca799 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: 968bbb02f76125b4b3f40d8fa5db8180351b09d6942bc05143244c2b6c45294e + manifestHash: 4b935cefeb53fb9ed8beddf1aaaaf741c9c75ea7e2c48185652ac59b0d05e73f 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 70d0876a11660..b3af442c955b0 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 c6670e84626a1..b07b7984d59db 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 1fb7fdda9a3d4..38edb43adc7cf 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 4e2af61e04380..89fe988190edc 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: 7fdc883002a9cc27b3438f0da4d9fcfb3c71f38b5a3a279ad47bed551d5890c1 + manifestHash: 962a40de3c607854c911b2e4b86de5f80c3ef5ab82040e5e7d6756215886a442 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: 58c79089a02aec4a0e4afd2a754f04f50e3de748e27177c4eec402805acd24fb + manifestHash: 732d95851dca9ec9d146a2541486c55229646bd323706a51d89d7f8f39f2389d 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 116a4d88ebea9..7909914555485 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 3026fdebddc50..3f1c5f262cad5 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 c6670e84626a1..b07b7984d59db 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 1fb7fdda9a3d4..38edb43adc7cf 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 52021fa3d4b3b..dbe70b9d8ed9f 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: 7fdc883002a9cc27b3438f0da4d9fcfb3c71f38b5a3a279ad47bed551d5890c1 + manifestHash: 962a40de3c607854c911b2e4b86de5f80c3ef5ab82040e5e7d6756215886a442 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 3026fdebddc50..3f1c5f262cad5 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 81c1995a25cb6..74007c0af4a4c 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 e4be60d6c380d..f9f6fe4d2738f 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 6d34f90c2def9..5e358965070df 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: d9f459027ca7be65f675e381b2c0e2ced143702cadfaae20ef3666e928f9ac67 + manifestHash: 7078b57495b25d6e77f1a4e8253a0d2fce0be97f49042a6fd34dea7f30a7eb9e 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: 58c79089a02aec4a0e4afd2a754f04f50e3de748e27177c4eec402805acd24fb + manifestHash: 732d95851dca9ec9d146a2541486c55229646bd323706a51d89d7f8f39f2389d 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 116a4d88ebea9..7909914555485 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 e6a75236f3ce9..9af36ba151229 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 929ab16030c6f..e3b72b30fc14f 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ea8a3269de4ca..eff236c76988c 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 744eafaa23b91..2bcc0c8ead99b 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: 01b0775275befc6468bf2fa12b2cadd4ab11149aaab142159fb9f785c6190970 + manifestHash: 9b1aa42fc4113f2a67e52fb0d0427182deab2f501f87c317f4222715f38c46e4 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: 58c79089a02aec4a0e4afd2a754f04f50e3de748e27177c4eec402805acd24fb + manifestHash: 732d95851dca9ec9d146a2541486c55229646bd323706a51d89d7f8f39f2389d 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 116a4d88ebea9..7909914555485 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 996481aa8d022..bb88e26c3a8b5 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 929ab16030c6f..e3b72b30fc14f 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ea8a3269de4ca..eff236c76988c 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 744eafaa23b91..2bcc0c8ead99b 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: 01b0775275befc6468bf2fa12b2cadd4ab11149aaab142159fb9f785c6190970 + manifestHash: 9b1aa42fc4113f2a67e52fb0d0427182deab2f501f87c317f4222715f38c46e4 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: 58c79089a02aec4a0e4afd2a754f04f50e3de748e27177c4eec402805acd24fb + manifestHash: 732d95851dca9ec9d146a2541486c55229646bd323706a51d89d7f8f39f2389d 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 116a4d88ebea9..7909914555485 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 996481aa8d022..bb88e26c3a8b5 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 1b1689bda21f8..56ac1964c8047 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 d3715a1ecd143..ebc0397328704 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 b358a9c043596..b265efad0b9af 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: 42bf2e494cb49f1881d376d72e733b174bcd60ecb7686b73d2708c580018c1df + manifestHash: a68d63d6f08adf0f2fcbea348cf1160dd0c2bafaa0f129fe7acea1fb13174ce0 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: 58c79089a02aec4a0e4afd2a754f04f50e3de748e27177c4eec402805acd24fb + manifestHash: 732d95851dca9ec9d146a2541486c55229646bd323706a51d89d7f8f39f2389d 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 116a4d88ebea9..7909914555485 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 15b53a2b8566e..b78fd04a74f41 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 eb3553bace791..cbd4debf54db7 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 6f516b5211562..0953b20f92923 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 e9fd4c001fc48..609fdd4021f9b 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: fb41dcbe0b662b74c519166f618b8b2c3f072d3eeac3a56992d189dc4a5d15ab + manifestHash: 6606211ca75ce73331a4dd9c8ea1520b6f76c67baaed0b3b7511138e29edd2f0 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: 58c79089a02aec4a0e4afd2a754f04f50e3de748e27177c4eec402805acd24fb + manifestHash: 732d95851dca9ec9d146a2541486c55229646bd323706a51d89d7f8f39f2389d 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 116a4d88ebea9..7909914555485 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 187cd4afd3864..344355bddeb10 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 89c1941fc3575..453fb555e758e 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 32294f6b83bcd..4c09c255acb5a 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 d8d3f21746d45..ecb9fc9408b20 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: 2c8019630599cc02d52a023a186105f18d81f8ff5e728d38f5c924396e78c632 + manifestHash: 70e33efb728f0da59a06183cec31a0cdb253cdafb96e892da7ac72f781e52ef4 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: 261a2e4f61255bd8200522d71e835b50b32b802b15cfa000b0306260321d5fee + manifestHash: 4a10bdaf43362ed589a8a8aa51bff1fb389949e0d78a8ec9453eabe9331547a7 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 b6fc85c8c3e0e..297ba3e04ceba 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 971d9bbc824f5..1815ab983083a 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 89c1941fc3575..453fb555e758e 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 32294f6b83bcd..4c09c255acb5a 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 7400a04decfd4..78560219faec4 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: 2c8019630599cc02d52a023a186105f18d81f8ff5e728d38f5c924396e78c632 + manifestHash: 70e33efb728f0da59a06183cec31a0cdb253cdafb96e892da7ac72f781e52ef4 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: a87e11dd3752891251f5284203b6a207d18c75d925ddfce770b99b2ef0f47929 + manifestHash: ad734917ad772c56befb7ea45faa51344227a8db4d3e6e6a5c9ee9035e82fbf0 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 12a457be0dec8..ad8c6e7669df1 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 971d9bbc824f5..1815ab983083a 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 20b9a596002d0..b6207b157bd38 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5b9494a132781..f2e7db5932690 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 8e40f4a0cea98..2e8a6d4e6d39d 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: 947383c5185653c9d2407813cf2243747577b60ce7cdc4c45d61887ca6b4d2d5 + manifestHash: d4481df809edcf929e5545099f1a876ca3549481b3a4f696c17e6b145fb1b9a1 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 a7befaaf2f915..c366071e80b8b 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 83b6059bd9997..f62aace3a0ea7 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 451ee936de72b..29556f7432428 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 a7bc9c9712854..19b0e8d269199 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: 9ddb7adb469c6b86e39c736a8120f219b97ccd9f4b2f5476ce62b3aa3056ae11 + manifestHash: 9b8964ec05dd8c7df14dd0863d1e849cbf2ce6399b513df5be4336b72259e8cc 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: 7ed526b7271be0bb95d93aaf989431d089e725e463bb3ef7fc0d847e01a0c460 + manifestHash: 7e6fb2b626f59f449bafd4b3965c4bb4d3e1362240c78e0156be1390b20cc836 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 961ae5662ad6f..8e93045af7af9 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.3 + version: v1.30.4 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.3 + version: v1.30.4 spec: affinity: nodeAffinity: @@ -54,7 +54,7 @@ spec: envFrom: - secretRef: name: scaleway-secret - image: registry.k8s.io/kops/dns-controller:1.30.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 6758e61165c24..cc2e41a4daecc 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 c07fc45f0c262..bfc090c039e70 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 c07fc45f0c262..bfc090c039e70 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 c07fc45f0c262..bfc090c039e70 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 af9c7508fc01a..3d02cc12b5270 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 af9c7508fc01a..3d02cc12b5270 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 af9c7508fc01a..3d02cc12b5270 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 14eba1acefaaa..b29e9dd57061e 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: 256e1b07eec71d98aab7d57a716cf062f80897c044dba649dba7ac072d2cf964 + manifestHash: 80618945757e3f63805db46b3518aec508af98c4b6b2fb8ddadf3cf59dcbc874 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 1278d158d392b..4ccbd36987029 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 c07fc45f0c262..bfc090c039e70 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 c07fc45f0c262..bfc090c039e70 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 c07fc45f0c262..bfc090c039e70 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 af9c7508fc01a..3d02cc12b5270 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 af9c7508fc01a..3d02cc12b5270 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 af9c7508fc01a..3d02cc12b5270 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 14eba1acefaaa..b29e9dd57061e 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: 256e1b07eec71d98aab7d57a716cf062f80897c044dba649dba7ac072d2cf964 + manifestHash: 80618945757e3f63805db46b3518aec508af98c4b6b2fb8ddadf3cf59dcbc874 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 1278d158d392b..4ccbd36987029 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 4d7e69c280b04..65ef0a65fc7d9 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 8498bbf38d769..67e0d882cdb5b 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 7fa5996eac2d2..8b8489d45ade2 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: 95d76a9ba4cb9154cf4d0788d320227fd890240751bfda81777b19dbea47952b + manifestHash: 5c7d7d09d4895e3f57835045025721476dfbcc9e33239e9e1f972348af437c42 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: c2fb9eb4e7c671f4b7c1de10b3c459af777df60c22023fe3dac7be1d2ab4a024 + manifestHash: 5d3a49b2d0d90be6df03f5499df1c64e85939e2994e7c4db1e92425ecd2e6415 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 fec4bb4ba0370..da889596703bf 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a6b37b62919ec..fd8c057ca438c 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 4d7e69c280b04..65ef0a65fc7d9 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 8498bbf38d769..67e0d882cdb5b 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 fcf5c002b0265..022a5447036b3 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: 95d76a9ba4cb9154cf4d0788d320227fd890240751bfda81777b19dbea47952b + manifestHash: 5c7d7d09d4895e3f57835045025721476dfbcc9e33239e9e1f972348af437c42 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 a6b37b62919ec..fd8c057ca438c 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 53d7e3ec947a3..9cb02f310e62c 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 fab27c103c006..624016a05f834 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 60dbc98b3ba9a..39c7b92df9c16 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 eecbac161e5ed..1d5c49866e3d0 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: 33e204f400c7613265b8206d6f9603f9ad18faa34176daf78e283c1bee56919a + manifestHash: 213e7247cd6242e796de561650024b57b0a63e29d7212c0467e951d75e516808 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 0807bcfbf8975..ac25d364d226b 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 21fe324ee1cdf..faa4d0b109b92 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 c874d699fde7b..3be8254b6beaf 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 855acbab0bf52..7c39a2ba198f0 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: 7dde092071ab9c6a91fe9ab93250b63da3e00bd7356789f4095da2e3cd559ec0 + manifestHash: 1f5fef14cfbca4688cca5234991a98f058cb7fe4dfe04af98ddb23ec86b24848 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 6ed1cda75c721..43d27ce7531a7 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 c0a4030b80b05..4a9f49f6c1997 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 64a073e82410e..adce3a81f8de3 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 e6083ef5c9ba4..23f649f033f03 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: d4c14325dc59ad3978a5735327239687d77fdd72de9172d420419f8c4acd88e5 + manifestHash: 227067c425cfd3a35d0af5db8b78ca27aa0259209a9315eebca0c4d1a0313622 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 ba63ab5ff5c57..2600b09d4e7cd 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 bb7b83c5ec28b..04e2e801f947d 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 3e58af89e296f..d36a587b22d70 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 9dcea56111aa3..381e5e62438a4 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: 0fb57a109f0d0d2345c0bc1f35dd7e537496015663080c4df50ac0125d866b9f + manifestHash: 4c0bebbc534717b85f9f4618c7680ced9c73c77186009516a22864933b52277d 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 63efe34098adf..910c52a10786e 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 56a9900ca8d45..fcfdaf853e4c7 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ce1371aff48d2..5fdf91fa4c1ab 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 08b14069b6d78..54f003d223eef 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: fd480310a84262840a5de416074f381c753ba8420951442138b10f5c85dba1b9 + manifestHash: c7db877dab1fc2109aaf25b85d0e8fc30674326629cf7d00e5695afb9a136c83 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 b76c711aa9c94..05b31d9961c07 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 56a9900ca8d45..fcfdaf853e4c7 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ce1371aff48d2..5fdf91fa4c1ab 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 38849bd8efdde..3159859a81b0d 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: fd480310a84262840a5de416074f381c753ba8420951442138b10f5c85dba1b9 + manifestHash: c7db877dab1fc2109aaf25b85d0e8fc30674326629cf7d00e5695afb9a136c83 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 b76c711aa9c94..05b31d9961c07 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 56a9900ca8d45..fcfdaf853e4c7 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ce1371aff48d2..5fdf91fa4c1ab 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 9c5231d033f1e..87105c1001496 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: fd480310a84262840a5de416074f381c753ba8420951442138b10f5c85dba1b9 + manifestHash: c7db877dab1fc2109aaf25b85d0e8fc30674326629cf7d00e5695afb9a136c83 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 b76c711aa9c94..05b31d9961c07 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 4f136772b5db0..c0b75fc5a6e96 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 c6c3abd2e8064..7b63fbb8dfaad 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5d491b688749a..5fbde3f0aa65f 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 11409fcd60af8..cc1f9367087a4 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: 5d937e2d4980b6b532a1bb33e3ac281e6ae386c8121b8e725fe84201d60d68c4 + manifestHash: 59cc5d3f8bae126acd00f3f512839c29bfa68f2a961ed4ca00519f24ff3141c7 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 0036d60be3aa9..f50f8e650ea63 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 b87cb0f3d6b30..0be98e08e07d8 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 102f4f120a1f1..062428fed1ce0 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 93d48aa78e1f5..fb304327e081f 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: 4cce722122828249a71f5021fb13ddbda88eea45eaaf760694c454c2065574c4 + manifestHash: 33aea32bbc186cded53a8d0b751ea406604ecd329598b1e3e07be51f07a347a9 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: 65933b6934cb8093d78f429da39745e52ab4a8c435bbcc843e2dc77bf9ced304 + manifestHash: 3e9afc5d46fb2d0bb47373a666a861e5676f0651d0558a3bb8aaaae18fe944c0 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 20a1aa9b72457..c8870dc9fa9fe 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 14361d79de772..dabd14c10669a 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 82bf27585d272..e17c861653ed2 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 ebaa35ee779b5..d96a479c7684b 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 810920cf545bf..85772f91f8a2c 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: 7da412c88878b054614873f608146d838f80ce391c966f4f3e7cd287312ca520 + manifestHash: dfb687c71ed557bff9ef356668fd715b3f3c81494478d5417ed3fb43612aa3db 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: 8f12ecda3c6d112f57ac79a3291d4a256e0672e5f058245cb54ecd375d81df57 + manifestHash: 47464b80c6bd7a793149926862882e6c55bf3e1daed6f09d6399997fb7309a16 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 d64a420c5cb90..7a01b5fe6f402 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 fbbaa7558980a..3b548c41b6cfd 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 30375f491dc5d..740a906cc73b2 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 45c2570c44d81..8f79807842180 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 21a0d73ecd350..c3ea53d2d6935 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: d012d3c42b88ff9dafebda939e8c943e8183e7daeec5529371684254e1ec72a3 + manifestHash: 4e037da7dbdf6cdba3062617f839b457a0d3c152ac671875b8de1007a50ecb2b 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 7598a6d10a272..c52c421a96a7c 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 d445511ce93d9..eb6fdd8b167c7 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06d934f833d27..5247ce0a008fd 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 f423cafc72704..0cc72e22f80bc 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: 007e10b30934dedcc9ede951367a9e453d99ece66f440f66f9a73e4c2861d43e + manifestHash: ee5a0585a389ba303018a0818ebc440f50fdb4997490626ebeae7783e22f16c1 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 509a126f7b2ed..c937223ad653b 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 8af17b251c5e0..0faa80bfbc293 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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: 71572bab349580f6af2d5a76dddcc0158b3b88fb646b13cff339c64e11195e34 + manifestHash: bd60b3fc5ea7bf1ee02139fcc0a38bbcee1de7cd72724a5b0e62d4bec09c1728 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 608e2798f507b..4cd95c44d732a 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 8403a81c44969..ff95db5b48bb0 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 9234626efc4c5..d214b56ec1213 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 9e4d7eb55fadb..2d2271e8e86cb 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: 479bfa5c34a83693b06b3918a5268b5639f6e2bba26f78e410a3565b6072db9e + manifestHash: 5204ec9d50e10ee073544a189a8c44c7d80deb5142d5b61c9faaf8aa601d314c 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 44470be99b2e3..dbfe3e86a06e6 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 d567507a66839..4c59f148468be 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 4b405650c264e..b39ad68675aab 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 e43f1517ddcc3..d4c82dd350651 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: 1fab4e2a7bf675c55c7772d9638637f4c5407039d36cdf9f8a7aa8e7def0b017 + manifestHash: f47478268f09cafe0d7f5f7bb1f8b4ff459c5a6e5ab10b8e69a4ae9dce7f5f71 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 766d4adb01dc1..0a19c61b5f8ca 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 3120f61291597..6f9197eef9f5d 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 d5cd840c90adf..1511beb4bf403 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 50de81362d44f..da49e07374ca3 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: c9964bc4cadaf25f461dd76cece31f32d96a47d03f7d95a0db678ea5ffb39975 + manifestHash: 6bb274ee194d3d740ef6b636feabafe45c7a2a84c37b97e2bb4ed5843e080822 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: d0bef509117b5d2763a995cb8d69e76f64316d89e15542b11a668c3c2d33abed + manifestHash: 4988b33280e980008fa2bcee1ecf1d2fb8d71328343fc2650947164075ccf37a 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 cc5a0d8c0da33..12bad8c7c20d0 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 9955d7539dd25..15798622c8825 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 4c92a9bdc2ebf..7f144658cf6d2 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 4366d4b003c0b..0d14d973fd0c3 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 3f9def7a55c24..d3acc1775fde7 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: 055759af44d02834c347a1c3ef49c1c0bca855fbdc4b51a403bbf11b67d4687f + manifestHash: 4f8c42be8eb8633172846a6a01930f4aa5b2e119f1ff60c3f3c549ba0fb044be 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 7b25223585694..829b735ce1f24 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 6c83cee41ee15..d3db6f0b0a3ff 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 5e4878404b63a..e8e52baa3a352 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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.3 + image: registry.k8s.io/kops/kops-utils-cp:1.30.4 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 06b0248992f40..5df4cf13b6c5d 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.3 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.30.4 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 10df76195bc1f..b41d51d6b47c8 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: fadf8ac1df7453fe70d318d7b3f1d1c23d3df956607be0d5099992612941aa00 + manifestHash: 8f35e23ae2db6af09f5e803e3f70696627dd44e8b06fcc21d5d6a616fb3c24b4 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 a5cf68f69a80f..bbda63f510f85 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 ae3cc05f9f42f..f59ce6ae6db32 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 f541cc98eb4bd..1365f7dd466c2 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: 42c60ef0a5c634f6cba7ae6e346b29d8f506a4082f6a20b7666f11d7b2456bfe + manifestHash: 9ca7036caea1cd7af201c53b6de51dcd6c2211a05c2aa2101d14527e12da64c9 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 f541cc98eb4bd..1365f7dd466c2 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: 42c60ef0a5c634f6cba7ae6e346b29d8f506a4082f6a20b7666f11d7b2456bfe + manifestHash: 9ca7036caea1cd7af201c53b6de51dcd6c2211a05c2aa2101d14527e12da64c9 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 c6592e8d1b1e5..677835a443be2 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: 42c60ef0a5c634f6cba7ae6e346b29d8f506a4082f6a20b7666f11d7b2456bfe + manifestHash: 9ca7036caea1cd7af201c53b6de51dcd6c2211a05c2aa2101d14527e12da64c9 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 30f207251c35e..7cf7084321c47 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: 42c60ef0a5c634f6cba7ae6e346b29d8f506a4082f6a20b7666f11d7b2456bfe + manifestHash: 9ca7036caea1cd7af201c53b6de51dcd6c2211a05c2aa2101d14527e12da64c9 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 94d598106863b..a6a17584a3e20 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: 42c60ef0a5c634f6cba7ae6e346b29d8f506a4082f6a20b7666f11d7b2456bfe + manifestHash: 9ca7036caea1cd7af201c53b6de51dcd6c2211a05c2aa2101d14527e12da64c9 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 f03dcc673621b..8ca2acd80f686 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 60cf9cbd5e184..8a6e3c8d2b7e8 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: 42c60ef0a5c634f6cba7ae6e346b29d8f506a4082f6a20b7666f11d7b2456bfe + manifestHash: 9ca7036caea1cd7af201c53b6de51dcd6c2211a05c2aa2101d14527e12da64c9 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 650dfb231d1b9..97f0a12e80514 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: 42c60ef0a5c634f6cba7ae6e346b29d8f506a4082f6a20b7666f11d7b2456bfe + manifestHash: 9ca7036caea1cd7af201c53b6de51dcd6c2211a05c2aa2101d14527e12da64c9 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 90b7c799681a5..0b05b2c59be25 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: 42c60ef0a5c634f6cba7ae6e346b29d8f506a4082f6a20b7666f11d7b2456bfe + manifestHash: 9ca7036caea1cd7af201c53b6de51dcd6c2211a05c2aa2101d14527e12da64c9 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 92ce669d786db..82e39e27a6eb0 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: 42c60ef0a5c634f6cba7ae6e346b29d8f506a4082f6a20b7666f11d7b2456bfe + manifestHash: 9ca7036caea1cd7af201c53b6de51dcd6c2211a05c2aa2101d14527e12da64c9 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 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 608e2798f507b..4cd95c44d732a 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/dns-controller:1.30.4 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 f03dcc673621b..8ca2acd80f686 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 cf0447665cc5a..cc0cb8bfad9ed 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: 42c60ef0a5c634f6cba7ae6e346b29d8f506a4082f6a20b7666f11d7b2456bfe + manifestHash: 9ca7036caea1cd7af201c53b6de51dcd6c2211a05c2aa2101d14527e12da64c9 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: 71572bab349580f6af2d5a76dddcc0158b3b88fb646b13cff339c64e11195e34 + manifestHash: bd60b3fc5ea7bf1ee02139fcc0a38bbcee1de7cd72724a5b0e62d4bec09c1728 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 f03dcc673621b..8ca2acd80f686 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.3 + version: v1.30.4 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.3 + version: v1.30.4 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.3 + image: registry.k8s.io/kops/kops-controller:1.30.4 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 e25be1e44ba14..a472c8c5d6b20 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: 42c60ef0a5c634f6cba7ae6e346b29d8f506a4082f6a20b7666f11d7b2456bfe + manifestHash: 9ca7036caea1cd7af201c53b6de51dcd6c2211a05c2aa2101d14527e12da64c9 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: ed20b7c8865fa98b6d2b37f639e0821e0473ee7a03f72e6bc195cf58c8791152 + manifestHash: 2743f193c792edc57eb99c087f8c4d3a23ef59a51e09f2a25460317fe742e272 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io