diff --git a/Makefile b/Makefile index ae6d97f1b4293..e745df2ea7648 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.28.0 +KOPS_UTILS_CP_TAG=1.28.1 KOPS_UTILS_CP_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_KOPS_UTILS_CP_TAG | awk '{print $$2}') # upup/models/cloudup/resources/addons/dns-controller/ -DNS_CONTROLLER_TAG=1.28.0 +DNS_CONTROLLER_TAG=1.28.1 DNS_CONTROLLER_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_DNS_CONTROLLER_TAG | awk '{print $$2}') # upup/models/cloudup/resources/addons/kops-controller.addons.k8s.io/ -KOPS_CONTROLLER_TAG=1.28.0 +KOPS_CONTROLLER_TAG=1.28.1 KOPS_CONTROLLER_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_KOPS_CONTROLLER_TAG | awk '{print $$2}') # pkg/model/components/kubeapiserver/model.go -KUBE_APISERVER_HEALTHCHECK_TAG=1.28.0 +KUBE_APISERVER_HEALTHCHECK_TAG=1.28.1 KUBE_APISERVER_HEALTHCHECK_PUSH_TAG=$(shell tools/get_workspace_status.sh | grep STABLE_KUBE_APISERVER_HEALTHCHECK_TAG | awk '{print $$2}') CGO_ENABLED=0 diff --git a/kops-version.go b/kops-version.go index 44b2eed92e3c3..ff0b9f5811a66 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.28.0" - KOPS_CI_VERSION = "1.28.1" + KOPS_RELEASE_VERSION = "1.28.1" + KOPS_CI_VERSION = "1.28.2" ) // GitVersion should be replaced by the makefile diff --git a/pkg/model/components/etcdmanager/model.go b/pkg/model/components/etcdmanager/model.go index cea2ba035d968..4a69b1993d564 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.28.0" +const kopsUtilsImage = "registry.k8s.io/kops/kops-utils-cp:1.28.1" // buildPod creates the pod spec, based on the EtcdClusterSpec func (b *EtcdManagerBuilder) buildPod(etcdCluster kops.EtcdClusterSpec, instanceGroupName string) (*v1.Pod, error) { diff --git a/pkg/model/components/etcdmanager/tests/interval/tasks.yaml b/pkg/model/components/etcdmanager/tests/interval/tasks.yaml index 56d37a7f4b3d5..b0ba01a5d4a4d 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -150,7 +150,7 @@ Contents: | - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -168,7 +168,7 @@ Contents: | - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: @@ -253,7 +253,7 @@ Contents: | - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -290,7 +290,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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -308,7 +308,7 @@ Contents: | - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/pkg/model/components/etcdmanager/tests/minimal/tasks.yaml b/pkg/model/components/etcdmanager/tests/minimal/tasks.yaml index d667f8a1ab608..9cc8c08bd3813 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -149,7 +149,7 @@ Contents: | - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -167,7 +167,7 @@ Contents: | - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: @@ -251,7 +251,7 @@ Contents: | - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -288,7 +288,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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -306,7 +306,7 @@ Contents: | - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 73d3e13b282b6..01c488ceb0634 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -152,7 +152,7 @@ Contents: | - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -170,7 +170,7 @@ Contents: | - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: @@ -257,7 +257,7 @@ Contents: | - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -294,7 +294,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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -312,7 +312,7 @@ Contents: | - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/pkg/model/components/etcdmanager/tests/proxy/tasks.yaml b/pkg/model/components/etcdmanager/tests/proxy/tasks.yaml index e717d85a557dc..34d3de46be5fe 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -158,7 +158,7 @@ Contents: | - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -176,7 +176,7 @@ Contents: | - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: @@ -269,7 +269,7 @@ Contents: | - --src=/ko-app/kops-utils-cp command: - /ko-app/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -306,7 +306,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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -324,7 +324,7 @@ Contents: | - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/pkg/model/components/kubeapiserver/model.go b/pkg/model/components/kubeapiserver/model.go index 9c98c82d2b437..96a480b17ae4b 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: # The sidecar serves a healthcheck on the same port, diff --git a/pkg/model/components/kubeapiserver/tests/minimal/tasks.yaml b/pkg/model/components/kubeapiserver/tests/minimal/tasks.yaml index 809b20eb9bdd5..e58352f476604 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 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 4a001597a2a5d..ab24f87e60952 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: a16c01c98a67c5a38f6c123558b54f4a8f4ab801924e8550e099cab8cc689084 + manifestHash: 6d9f1e59f216ec09677dfca08be163238dc6aa1b62507aab90f776eb12efe93c 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_additionalobjects.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 09d34a683d118..aa9b55024d7fc 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 3df83cda01592..6e79b030fe140 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 03feaf9eb01b1..32e134a0983f1 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 63f2dd074c54a..18643641707c1 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -88,7 +88,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -106,7 +106,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 0182172a1efad..2d5a6797e20b7 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -88,7 +88,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -106,7 +106,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 71e7158a7d5cc..22b636b2a732b 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: 9592142a4c4d4ca042fab7d2623181c7059b08ee6878f2e91d587f97cff85b21 + manifestHash: 0ab2329393ec2390ba6d143bb7481cf220529337b0540416c1873f9aff618fb7 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 11ddb2e4522c2..34056e8e6a80c 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index b07bdf9fce3a3..ab4c70a3629b2 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: 338b75186b74cd9a094dbf630b946c6995731d71ca707c7a5fc7d91c98ec3da3 + manifestHash: 6e69c2ea6006d7dcab7f666817f941aeb6da56e99dbec659d69ba38a312daf02 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 527a0647edb9c..44b53760b784b 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-bootstrap_content b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-bootstrap_content index 333214dac5921..990de08c0d524 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: c157664ad1ae7944ce567dd5387f27c703ce91dda06ae18b1c4ad1e3e7ead48f + manifestHash: 4fffd3eafd2d859ee82815109a0f42db21d14724f149bfc3632d4a90ea3bf50e 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_bastionuserdata.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 730b68d15c7d3..6f42a014171b7 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/bastionadditional_user-data/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e70e6d0b7b7da..b2e62628517cf 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 3adc1306cdeea..fddc052624286 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-bootstrap_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-bootstrap_content index efd3320c2f5f1..51e30cfe8a3bb 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: c2d3b81330ff9d88088e970a5853f4322564ded6255cd8a1143b88fc4d5c5ef1 + manifestHash: 3033ed7ffb5e980d6d0e5d23de7e25ea0b586c9ba215b7ed11e79ca8ed89dcd0 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_cas-priority-expander-custom.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f8483c761239f..a02869d60caab 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index aa1d7a430df38..3a310ba451b51 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 7d4d988b728a2..4102973db326e 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-bootstrap_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-bootstrap_content index b13d3facbd87a..0a3c842a67d1f 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: bfb3c2f8427f5bf0bc18a642c8aa7fb870caa8e09f9f8fe6be5f10a48b955327 + manifestHash: a043effb5f08132a7bd18a2c9c3a7124547a4b6027caa9cda091b3185802134d 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_cas-priority-expander.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index b91a61b9cce48..8ddd5af9ffa57 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/cluster-autoscaler-priority-expander/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 4c03532159bc9..68092f0ef07cf 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 3aa4f617aa282..0a7651684577c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-bootstrap_content b/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-bootstrap_content index fd61bcd0c733f..0960dcbf87789 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: 952067744ba5166409f26f8bd009890e51d03b27d7c62ddccc15277fe6f88e0c + manifestHash: 23bd77f82b339dac255ad40b9a290139b3a27606c94efda0faad741f86054dd2 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/complex/data/aws_s3_object_complex.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index b163ccad7f809..82d14d1543b79 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/complex/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 58fa04637bcfa..1bcd5b29ce963 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 5ad6a45caa138..ccf4df199c1c6 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-bootstrap_content b/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-bootstrap_content index 4cd6c167cc885..ce9b2fc811380 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: 5536309832445768cd0fecc4798a8fb3df62358c11753aa4b78d09cff9c6f6d5 + manifestHash: d0f292176e1c08b9a6e45a1753fb44cb577c840587064c23303907c4179dd61c 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/compress/data/aws_s3_object_compress.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 7cc77b979dd7c..10a2a2e25e2e2 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/compress/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 0211e6b7bff7b..8ca61667e696a 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 4ff40e645a485..532a49a6a6002 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-bootstrap_content b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-bootstrap_content index 228ecf63d5de7..96a4147121abb 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: b71a7bba285049cffee89a5f362f2bf1bcf97dd694e06b849dcc01ef940a95c2 + manifestHash: 24bdc15c26aa83ad5cf93bbd2776021538f6730f4677058200c34baa8fc8bc27 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_containerd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index c59a166874322..bab4396490660 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/containerd-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 063b6f585ffc9..ef11e32f92144 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 d7acbabca90ad..9d5b1f2e4e855 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-bootstrap_content b/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-bootstrap_content index 228ecf63d5de7..96a4147121abb 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: b71a7bba285049cffee89a5f362f2bf1bcf97dd694e06b849dcc01ef940a95c2 + manifestHash: 24bdc15c26aa83ad5cf93bbd2776021538f6730f4677058200c34baa8fc8bc27 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/containerd/data/aws_s3_object_containerd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index c59a166874322..bab4396490660 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/containerd/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 063b6f585ffc9..ef11e32f92144 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 d7acbabca90ad..9d5b1f2e4e855 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-bootstrap_content b/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-bootstrap_content index 11c6b84064e98..a529703da5fd1 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: 5fc9343004a48131f40c6511bb28c39992a3e51a6568f194def610b3824f5421 + manifestHash: 95bd4114a1ea8176a1b9e1c844316192d132c2d54fbf80e15f902568e5da8b8f 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/digit/data/aws_s3_object_123.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 9af403d8d5fc8..710b0dac39331 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/digit/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index caba5bb0fc049..7f486e01a59c9 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 dfee9ac0f87f4..b8beea91780a0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/docker-custom/data/aws_s3_object_docker.example.com-addons-bootstrap_content b/tests/integration/update_cluster/docker-custom/data/aws_s3_object_docker.example.com-addons-bootstrap_content index d42bc49651c1e..abc1acc4f9648 100644 --- a/tests/integration/update_cluster/docker-custom/data/aws_s3_object_docker.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/docker-custom/data/aws_s3_object_docker.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: 456b915666274d47d630b2d72aa647c9f69f8975d98683018e9089e7fa5def59 + manifestHash: 0ad3ed25a492405a991bfa22a8643713abadc021066c770cb728d52628251564 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/docker-custom/data/aws_s3_object_docker.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/docker-custom/data/aws_s3_object_docker.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index e03864ae94eff..b6ec857518b3d 100644 --- a/tests/integration/update_cluster/docker-custom/data/aws_s3_object_docker.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/docker-custom/data/aws_s3_object_docker.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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/docker-custom/data/aws_s3_object_docker.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/docker-custom/data/aws_s3_object_docker.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 4fe75fa8d3971..deb9f7e287640 100644 --- a/tests/integration/update_cluster/docker-custom/data/aws_s3_object_docker.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/docker-custom/data/aws_s3_object_docker.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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/docker-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/docker-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index d87ba57d42382..5c8af5f035c47 100644 --- a/tests/integration/update_cluster/docker-custom/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/docker-custom/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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/docker-custom/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/docker-custom/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index aa1470b8029c6..51ae769ad30a0 100644 --- a/tests/integration/update_cluster/docker-custom/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/docker-custom/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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/docker-custom/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/docker-custom/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 477c52ca5c7ef..4d4e3ec06047c 100644 --- a/tests/integration/update_cluster/docker-custom/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/docker-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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-bootstrap_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-bootstrap_content index fb2d36a70af15..24e4ab23fbdd9 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: cbeb49887ebc06fb13efeb1226bd24befe06088bc5dbd49653f240046e784866 + manifestHash: 1f5d2cc83eb4461fd5f6e31270eecdf88adc612ba1146039677fc35eebae81bb 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_existing-iam.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index d419af46b4b5d..6d9133d6c230c 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/existing_iam/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 5a9e9fe3ce89a..100dacc6b51ea 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 5a9e9fe3ce89a..100dacc6b51ea 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 5a9e9fe3ce89a..100dacc6b51ea 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 3d77b83dbfb07..8b3ed2589fd70 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 3d77b83dbfb07..8b3ed2589fd70 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 3d77b83dbfb07..8b3ed2589fd70 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-bootstrap_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-bootstrap_content index 45597b14d405d..83696eb08f618 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: 5d113b23457be041c9fa2e25fe2273767a3ac64fe07d577b52263f79ba388e4b + manifestHash: 5b4bdb5aa3e3d636f874983936eccf4dc075956ef9ef6624d85f5fb1811addb4 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_existingsg.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 241b5870aafe4..d03c2848a6fc0 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/existing_sg/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 03656b84d1698..dbb1dfbd1acd9 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 03656b84d1698..dbb1dfbd1acd9 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 03656b84d1698..dbb1dfbd1acd9 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 2e6e986bce0ec..9c3fd3376578d 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 2e6e986bce0ec..9c3fd3376578d 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 2e6e986bce0ec..9c3fd3376578d 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/external_dns/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/external_dns/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/external_dns/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 6dd8efe01cd53..d446b9f37d27d 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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 f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/external_dns_irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index f755921c7bec4..3c217f04c1649 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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 f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-bootstrap_content b/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-bootstrap_content index 9830b04ad52a2..af19191652c7f 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: e747ffc336c18481b5ddb1b8411c0cf68a986bead8015848e705efb0c9280f90 + manifestHash: 750f5af69c898c93b260047290b086af2814017fec981f97bb8086c78a619e85 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/externallb/data/aws_s3_object_externallb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index e0f49a7f69e0b..caa5d9d3ee1bf 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/externallb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 17bbeebf5f708..e310daba32f26 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 bbe29592ef6b0..275411ca970ca 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-bootstrap_content b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-bootstrap_content index 46e2cfb86e809..9f58a6634477c 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: e860e139abf8e6acb50ae90a4da0ed6240c52c1b7932f0669fb3d25ab33dbf7e + manifestHash: f785acc9f7e440cbbc4028d8d71cd9323c65e47173b1328afb38dded2c77d8e6 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_externalpolicies.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index e15a8e642b09b..8cdd40512c062 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/externalpolicies/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index ce4c80072a423..5628ffeaef5e1 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 0edc0d6d2c523..9281cbfca0997 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-bootstrap_content b/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-bootstrap_content index 245a9d105ff87..1a042e88694e0 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: 1842d7e778c6653ebc76a07dd5e87d5fe6388da21b87e6311b16d51bbb4c9d44 + manifestHash: ac0396d29ba619eb9817ff06c794b701e2069303c8ae7d4c2126232f416c7c67 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/ha/data/aws_s3_object_ha.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index e65a2f3c49034..f5956b57263ea 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/ha/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 1874536a41370..e54a196197517 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 1874536a41370..e54a196197517 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 1874536a41370..e54a196197517 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 ef23dea763678..429acecda57e8 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 ef23dea763678..429acecda57e8 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 ef23dea763678..429acecda57e8 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-bootstrap_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-bootstrap_content index 67c3a9f3f316b..5181ce868d6e5 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: b22704262d04cd9ee594400517a4861bddc728cb5a45b23aec09cef46581167d + manifestHash: c0098d62260e1770353e8976cd58fb97ac89d82b5185b5d476afbd81b544b0d8 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: abb6d64d40067cfc5019c6050a2b049510cfc3a32a6c5eeb399c061f92182484 + manifestHash: 54d59777066d8c41438e7833287a85a380b3af0d863482c08630f179d7c1aa0b 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 8a31831ddc8cf..bd7be04bd5e35 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 4b856b9227584..2b561f72f7dd6 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/ha_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index f92d3c06c73de..0bf97629fb819 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 f92d3c06c73de..0bf97629fb819 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 f92d3c06c73de..0bf97629fb819 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 9331c8e213a3e..c873c4c0a19b9 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 9331c8e213a3e..c873c4c0a19b9 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 9331c8e213a3e..c873c4c0a19b9 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 3c5e55b476615..0ecdb209d8aa0 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/karpenter/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 49bd032f3a07b..66188131308a0 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: 338b75186b74cd9a094dbf630b946c6995731d71ca707c7a5fc7d91c98ec3da3 + manifestHash: 6e69c2ea6006d7dcab7f666817f941aeb6da56e99dbec659d69ba38a312daf02 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 527a0647edb9c..44b53760b784b 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/karpenter/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 499feb60e2e59..d3c495ed51c3a 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: 338b75186b74cd9a094dbf630b946c6995731d71ca707c7a5fc7d91c98ec3da3 + manifestHash: 6e69c2ea6006d7dcab7f666817f941aeb6da56e99dbec659d69ba38a312daf02 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 527a0647edb9c..44b53760b784b 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa23/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa23/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa23/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa23/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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa23/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa23/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 57ae25f8ee646..87adf7ea7f4f0 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa23/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa23/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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa23/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/many-addons-ccm-irsa23/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 477c52ca5c7ef..4d4e3ec06047c 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa23/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa23/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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa23/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons-ccm-irsa23/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index b8c6381ae0f4b..71d54491b621f 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa23/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa23/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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: 338b75186b74cd9a094dbf630b946c6995731d71ca707c7a5fc7d91c98ec3da3 + manifestHash: 6e69c2ea6006d7dcab7f666817f941aeb6da56e99dbec659d69ba38a312daf02 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa23/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-irsa23/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 527a0647edb9c..44b53760b784b 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa23/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-irsa23/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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa23/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-irsa23/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa23/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-irsa23/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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa24/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa24/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa24/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa24/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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa24/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa24/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 57ae25f8ee646..87adf7ea7f4f0 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa24/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa24/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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa24/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/many-addons-ccm-irsa24/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 477c52ca5c7ef..4d4e3ec06047c 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa24/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa24/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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa24/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons-ccm-irsa24/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 2858e207753a9..dbfc8a975b3cd 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa24/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/many-addons-ccm-irsa24/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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: 338b75186b74cd9a094dbf630b946c6995731d71ca707c7a5fc7d91c98ec3da3 + manifestHash: 6e69c2ea6006d7dcab7f666817f941aeb6da56e99dbec659d69ba38a312daf02 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa24/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-irsa24/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index 527a0647edb9c..44b53760b784b 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa24/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-irsa24/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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa24/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-irsa24/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 100644 --- a/tests/integration/update_cluster/many-addons-ccm-irsa24/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-irsa24/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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 42699562f779c..0b4d1ae494f7e 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: 338b75186b74cd9a094dbf630b946c6995731d71ca707c7a5fc7d91c98ec3da3 + manifestHash: 6e69c2ea6006d7dcab7f666817f941aeb6da56e99dbec659d69ba38a312daf02 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 527a0647edb9c..44b53760b784b 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/many-addons-ccm-irsa25/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 8832276983b27..51f9b5c0663ba 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: 338b75186b74cd9a094dbf630b946c6995731d71ca707c7a5fc7d91c98ec3da3 + manifestHash: 6e69c2ea6006d7dcab7f666817f941aeb6da56e99dbec659d69ba38a312daf02 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 527a0647edb9c..44b53760b784b 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/many-addons-ccm-irsa26/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 5594c7770c517..fc3eef89afee0 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/many-addons-ccm/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index 3e883987bfe80..5d8caf4fafb8b 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 2f7544d41dbe6..fb0afd3540837 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 2d15c2facdc9f..8b4367aa7a667 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: 17a175dfb4cdb37140030b92264c7000592bb1cf4f1800d1989458cdd3140a8c + manifestHash: 8898e267d1a8cbea7deed5cc983091db4fa30be701ea5e17f2265d9a1f199fc4 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: abb6d64d40067cfc5019c6050a2b049510cfc3a32a6c5eeb399c061f92182484 + manifestHash: 54d59777066d8c41438e7833287a85a380b3af0d863482c08630f179d7c1aa0b 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 8a31831ddc8cf..bd7be04bd5e35 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 06b649810a02e..aa54e4e6a11b1 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/many-addons/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/many-addons/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/many-addons/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index cef46254836c0..5afe2764a070b 100644 --- a/tests/integration/update_cluster/many-addons/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/many-addons/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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/many-addons/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index e03864ae94eff..b6ec857518b3d 100644 --- a/tests/integration/update_cluster/many-addons/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/many-addons/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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/many-addons/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/many-addons/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 100644 --- a/tests/integration/update_cluster/many-addons/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/many-addons/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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 6d2491249621d..dc52744b412ba 100644 --- a/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.23/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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 7c3d7f0400e6a..6831f55075d66 100644 --- a/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.23/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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 477c52ca5c7ef..4d4e3ec06047c 100644 --- a/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-1.23/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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 02d5b9fa8ee55..4a0593b29c738 100644 --- a/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-1.23/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: c9a46673c8ca3ab144896b4d83a80179f4b2ce8c989ee3a2c6cbdb5d40ce5b9a + manifestHash: dbd7434f344e2820b6d86f2fd5a39514001ce68625b0d160c6a983b0127f10f4 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index e03864ae94eff..b6ec857518b3d 100644 --- a/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-1.23/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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 9acf01d792beb..46668c697ef66 100644 --- a/tests/integration/update_cluster/minimal-1.23/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-1.23/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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 6d2491249621d..dc52744b412ba 100644 --- a/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.24/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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 7c3d7f0400e6a..6831f55075d66 100644 --- a/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.24/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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 477c52ca5c7ef..4d4e3ec06047c 100644 --- a/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal-1.24/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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 819f639bb5730..2b650b4127e29 100644 --- a/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal-1.24/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: 11d1c5cd15d818ec80febc9f06d1c0a5be2c98e5fdef4ffdbe08d4448a0a8db7 + manifestHash: a9faeb6374c5ca8ad64a52fd6379ee65ef4f31c0a40397e048f8a57f1e9bcbf5 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index e03864ae94eff..b6ec857518b3d 100644 --- a/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal-1.24/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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 2485a118f0162..27fbbe7c2238d 100644 --- a/tests/integration/update_cluster/minimal-1.24/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal-1.24/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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 6d2491249621d..dc52744b412ba 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 7c3d7f0400e6a..6831f55075d66 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index e6af31f5a7dd6..f32ffe46f0b4c 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: 11d1c5cd15d818ec80febc9f06d1c0a5be2c98e5fdef4ffdbe08d4448a0a8db7 + manifestHash: a9faeb6374c5ca8ad64a52fd6379ee65ef4f31c0a40397e048f8a57f1e9bcbf5 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-1.25/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 2485a118f0162..27fbbe7c2238d 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 6d2491249621d..dc52744b412ba 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 7c3d7f0400e6a..6831f55075d66 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 9ec5ffb39330b..811d3f4c298b0 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: 11d1c5cd15d818ec80febc9f06d1c0a5be2c98e5fdef4ffdbe08d4448a0a8db7 + manifestHash: a9faeb6374c5ca8ad64a52fd6379ee65ef4f31c0a40397e048f8a57f1e9bcbf5 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-1.26/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 2485a118f0162..27fbbe7c2238d 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 6d2491249621d..dc52744b412ba 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 7c3d7f0400e6a..6831f55075d66 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 8a3671152af85..0e5625e28fb6a 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: 11d1c5cd15d818ec80febc9f06d1c0a5be2c98e5fdef4ffdbe08d4448a0a8db7 + manifestHash: a9faeb6374c5ca8ad64a52fd6379ee65ef4f31c0a40397e048f8a57f1e9bcbf5 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-1.27/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 2485a118f0162..27fbbe7c2238d 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 6d2491249621d..dc52744b412ba 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 7c3d7f0400e6a..6831f55075d66 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-dns-none/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 3c0f0feaa3fa6..456319180f2aa 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: 11d1c5cd15d818ec80febc9f06d1c0a5be2c98e5fdef4ffdbe08d4448a0a8db7 + manifestHash: a9faeb6374c5ca8ad64a52fd6379ee65ef4f31c0a40397e048f8a57f1e9bcbf5 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 2485a118f0162..27fbbe7c2238d 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 1401843f8caa0..07a5e205598b3 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -88,7 +88,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -106,7 +106,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 8ff3c029f80df..b0d97d4d1f283 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-bootstrap_content index 0285f32cc405f..9d68cf8133e9d 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: 1510f80ddcc56615e749e1a4892cdb16266a87a97bad7289aed485db98c36cdf + manifestHash: cd0cb6265f5fee977247359280bc22c7618ed32244fa81ea5545146598f6847b 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-etcd/data/aws_s3_object_minimal-etcd.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index e3857d1d33368..3edd20751c208 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 5d9ff53865a64..749bd03d2fc03 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-gp3/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 412671cd3919a..dc017e0eba68c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 96ceafa0c8555..64032c8acc65c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content index 0ea119ba36ef4..2fd3125ad90e7 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: e5d7601f10cb1bc59599a4107821c1c4951b0e89b0b761bb83a3c80a393333b4 + manifestHash: 8f3592098520b61683c5919e6a9a87a29e64644a907336bf2faf46a3575c1376 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: 108b884dba3d0c396df82f53b9dbdbf8ae1a9721e540b39d28182ede60d3d142 + manifestHash: f4438c79d2e24b7f618361c9ca8c2321eb7d197ce6f5f63a03ff4e7111f70f72 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 a99342ac5f25b..293f134b0d358 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-ipv6-calico/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 4dadef105b551..16318e01c6c42 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 412671cd3919a..dc017e0eba68c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 96ceafa0c8555..64032c8acc65c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content index 615145f514e6b..9ed9062979549 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: e5d7601f10cb1bc59599a4107821c1c4951b0e89b0b761bb83a3c80a393333b4 + manifestHash: 8f3592098520b61683c5919e6a9a87a29e64644a907336bf2faf46a3575c1376 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: 108b884dba3d0c396df82f53b9dbdbf8ae1a9721e540b39d28182ede60d3d142 + manifestHash: f4438c79d2e24b7f618361c9ca8c2321eb7d197ce6f5f63a03ff4e7111f70f72 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 a99342ac5f25b..293f134b0d358 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-ipv6-cilium/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 4dadef105b551..16318e01c6c42 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 412671cd3919a..dc017e0eba68c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 96ceafa0c8555..64032c8acc65c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content index bb5d997f84717..3fde482a7ec57 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: e5d7601f10cb1bc59599a4107821c1c4951b0e89b0b761bb83a3c80a393333b4 + manifestHash: 8f3592098520b61683c5919e6a9a87a29e64644a907336bf2faf46a3575c1376 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: 108b884dba3d0c396df82f53b9dbdbf8ae1a9721e540b39d28182ede60d3d142 + manifestHash: f4438c79d2e24b7f618361c9ca8c2321eb7d197ce6f5f63a03ff4e7111f70f72 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 a99342ac5f25b..293f134b0d358 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-ipv6-no-subnet-prefix/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 4dadef105b551..16318e01c6c42 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 412671cd3919a..dc017e0eba68c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 96ceafa0c8555..64032c8acc65c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content index bb5d997f84717..3fde482a7ec57 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: e5d7601f10cb1bc59599a4107821c1c4951b0e89b0b761bb83a3c80a393333b4 + manifestHash: 8f3592098520b61683c5919e6a9a87a29e64644a907336bf2faf46a3575c1376 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: 108b884dba3d0c396df82f53b9dbdbf8ae1a9721e540b39d28182ede60d3d142 + manifestHash: f4438c79d2e24b7f618361c9ca8c2321eb7d197ce6f5f63a03ff4e7111f70f72 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 a99342ac5f25b..293f134b0d358 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 4dadef105b551..16318e01c6c42 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index df0a1a303e08e..368a3b0da6124 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 5b2c8b98f6837..cfc005e83fa49 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-bootstrap_content index 027134ac763b9..f81c0abf32514 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: fca97edc1404ed23a6447487beade4dea5e76159c4913f04931a4fbdf52bcfa1 + manifestHash: 8f8809152fd888803771643fae7e5fe537df35f405b930fedccc9bca73c35062 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-longclustername/data/aws_s3_object_this.is.truly.a.really.really.long.cluster-name.minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f15986f9ca244..0cd82b98e670f 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index f9fe0d0670f8c..5dd86926ff314 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 7a23c968bb9bb..c12685ddc7a39 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-bootstrap_content index 40168b23e66a0..f32d032f7c300 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: 670da7733dcb2b6e8a14071b7d59c6de211fa7ede4690e324c8a8a01f083b998 + manifestHash: 1ba1d1a680cd0d699615138b788f0e82f6ee1a171c3fd8f2d8b4539d8fede42c 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal-warmpool/data/aws_s3_object_minimal-warmpool.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index c98399f9f7ccb..7f8713eceb02d 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 100644 --- a/tests/integration/update_cluster/minimal/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal/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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 57ae25f8ee646..87adf7ea7f4f0 100644 --- a/tests/integration/update_cluster/minimal/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal/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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 resources: {} volumeMounts: diff --git a/tests/integration/update_cluster/minimal/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content b/tests/integration/update_cluster/minimal/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content index 477c52ca5c7ef..4d4e3ec06047c 100644 --- a/tests/integration/update_cluster/minimal/data/aws_s3_object_manifests-static-kube-apiserver-healthcheck_content +++ b/tests/integration/update_cluster/minimal/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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index a0ac855ee34d9..fd6cecc273d70 100644 --- a/tests/integration/update_cluster/minimal/data/aws_s3_object_minimal.example.com-addons-bootstrap_content +++ b/tests/integration/update_cluster/minimal/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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/tests/integration/update_cluster/minimal/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content b/tests/integration/update_cluster/minimal/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content index e03864ae94eff..b6ec857518b3d 100644 --- a/tests/integration/update_cluster/minimal/data/aws_s3_object_minimal.example.com-addons-dns-controller.addons.k8s.io-k8s-1.12_content +++ b/tests/integration/update_cluster/minimal/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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 100644 --- a/tests/integration/update_cluster/minimal/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content +++ b/tests/integration/update_cluster/minimal/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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index 90ac5c23a6779..e749b77ce73e4 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 56b48a6a00fd2..1dbcfecad1634 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content index 9c971f7382ae9..034f70ed9aa16 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: a81cdaf9b13b051924ee1da202db777467943c3141febba6960fbfcd7f742342 + manifestHash: ae040002da324bad1613c433d9f5905436891cfa925e99dbde74c9161e145e86 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: abb6d64d40067cfc5019c6050a2b049510cfc3a32a6c5eeb399c061f92182484 + manifestHash: 54d59777066d8c41438e7833287a85a380b3af0d863482c08630f179d7c1aa0b 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 8a31831ddc8cf..bd7be04bd5e35 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index df88e8288a7a8..6f4055460fae1 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index 90ac5c23a6779..e749b77ce73e4 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 56b48a6a00fd2..1dbcfecad1634 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce_dns-none/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content index afe8ad1064a94..3e7dc8d17857f 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: a81cdaf9b13b051924ee1da202db777467943c3141febba6960fbfcd7f742342 + manifestHash: ae040002da324bad1613c433d9f5905436891cfa925e99dbde74c9161e145e86 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 df88e8288a7a8..6f4055460fae1 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index 08363da43bea2..b51e42ae15e61 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 a436826f623cc..e7aa5dd3f0268 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-bootstrap_content index 6be610e9e63ba..84849f7dd19c6 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: 7757d27604158404260b9ffbe93094f202085c4a404ceb74e206bcabdbde6fb5 + manifestHash: 0c754079c5cd3f73f6b09f04e2ad37c610b900d03e1e5d58efe56cd7a549c433 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: abb6d64d40067cfc5019c6050a2b049510cfc3a32a6c5eeb399c061f92182484 + manifestHash: 54d59777066d8c41438e7833287a85a380b3af0d863482c08630f179d7c1aa0b 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 8a31831ddc8cf..bd7be04bd5e35 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce_ilb/data/aws_s3_object_minimal-gce-ilb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index ca4c4a2bc43e1..e60734652b3d4 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index 2bbc8d0340b8e..97d6b8e6f2b48 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 00fd45ec5eba9..a06d22862536f 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-bootstrap_content index 8955a897a6e91..e85944dc698cd 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: b524fa1b9fbe99ff63943c1f84dc73dba7276e383eb95acc274a7a89252426df + manifestHash: baa2af5603ada2291e1c44a949fc727f259ab43d3a9a3800447fad5afcf833ec 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: abb6d64d40067cfc5019c6050a2b049510cfc3a32a6c5eeb399c061f92182484 + manifestHash: 54d59777066d8c41438e7833287a85a380b3af0d863482c08630f179d7c1aa0b 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 8a31831ddc8cf..bd7be04bd5e35 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce_ilb_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index aead7b44cf065..cee69e1acc595 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index 2bbc8d0340b8e..97d6b8e6f2b48 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 00fd45ec5eba9..a06d22862536f 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-bootstrap_content index 8955a897a6e91..e85944dc698cd 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: b524fa1b9fbe99ff63943c1f84dc73dba7276e383eb95acc274a7a89252426df + manifestHash: baa2af5603ada2291e1c44a949fc727f259ab43d3a9a3800447fad5afcf833ec 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: abb6d64d40067cfc5019c6050a2b049510cfc3a32a6c5eeb399c061f92182484 + manifestHash: 54d59777066d8c41438e7833287a85a380b3af0d863482c08630f179d7c1aa0b 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 8a31831ddc8cf..bd7be04bd5e35 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce_longclustername/data/aws_s3_object_minimal-gce-with-a-very-very-very-very-very-long-name.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index aead7b44cf065..cee69e1acc595 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index cfdcb9ce292da..442cd5a5fb0dc 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 b4119eba40e1c..8ff0bfc7e071e 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-bootstrap_content index a02f761c8f741..f446d035b6406 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: aa89d4524c6ede9f7fc2c1608e41cf07d5f552584378a472b086b73379b6bd64 + manifestHash: f6042aa3a830aa8ede83ebfd7b94f86b396e7cd0ca27d08830e8872fadbc7a92 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: abb6d64d40067cfc5019c6050a2b049510cfc3a32a6c5eeb399c061f92182484 + manifestHash: 54d59777066d8c41438e7833287a85a380b3af0d863482c08630f179d7c1aa0b 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 8a31831ddc8cf..bd7be04bd5e35 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce_plb/data/aws_s3_object_minimal-gce-plb.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index d62a5be319aa7..94b2379a6c32e 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_manifests-etcdmanager-events-master-us-test1-a_content index f3e032cbfca52..830e56db3de07 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 c1636f8fdefbf..e5e877622d806 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-bootstrap_content index 4cf866fa9e208..6d5b89103bd63 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: e85b20b7c18ccfc1b9042331bf980abe04d90318abda2c577eefee2bb4ee0a33 + manifestHash: 435292f9c3d768a9fa2aac7dd43cec7477ea70019b01ecacc62396569c6bf51d 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: abb6d64d40067cfc5019c6050a2b049510cfc3a32a6c5eeb399c061f92182484 + manifestHash: 54d59777066d8c41438e7833287a85a380b3af0d863482c08630f179d7c1aa0b 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 8a31831ddc8cf..bd7be04bd5e35 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gce_private/data/aws_s3_object_minimal-gce-private.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 410a5069d6fc1..8ca681dfe0895 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index c829f63e820be..2733c647758ae 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 d9bde88919cfb..6cf48e0dbb278 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-bootstrap_content index eb8efb67bb2f4..c397ec683dc3d 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: 5a4e19feeab22218296eca3ad7838f3221619b6ddeb1efb8b679416ade7eaa3e + manifestHash: 46a311832361653bd44e6963dd7ad10af6fa368815548b462bc33f7a9affca15 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: de1f7aa96c3b220fd5948e5d25ea7bce8c01c64c60d71d4f8fe69c660e98cf62 + manifestHash: 89088abd4ea0170ce64d265ad4ff177e6e7044e5a89b638df63a6fae984c6e23 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 65177cc96c4f1..86d5cfbb11382 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gossip/data/aws_s3_object_minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 3455a2836061a..5fbeb2e28b9b4 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index c829f63e820be..2733c647758ae 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 d9bde88919cfb..6cf48e0dbb278 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-bootstrap_content b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-bootstrap_content index 4a0214a82887b..3ef2c88b40142 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: 5a4e19feeab22218296eca3ad7838f3221619b6ddeb1efb8b679416ade7eaa3e + manifestHash: 46a311832361653bd44e6963dd7ad10af6fa368815548b462bc33f7a9affca15 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: 089176a92a1e85a41ed426c2749e369f25bf71ecdfc3d7e23859f584c7e114cb + manifestHash: b22f85d9f82a294891b362d4bd5c42afe379233015b8c57c13634d7f2592c0a8 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 d07022269675a..53c48d4d88f2f 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -54,7 +54,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.k8s.local - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_gossip_irsa/data/aws_s3_object_minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 3455a2836061a..5fbeb2e28b9b4 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-etcdmanager-events-master-fsn1_content b/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_manifests-etcdmanager-events-master-fsn1_content index c33720e8479d8..9f4e6ccdbedd1 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -87,7 +87,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 c3e84bdd2a302..09e38566a9b63 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -87,7 +87,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -105,7 +105,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/minimal_hetzner/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index b8b1d8d6a0341..c1cab11be598d 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: 7a99d0d113f2c0f52ff0dae44c6043bf4e07b8bbbf2d7940d12a5f94bae64f99 + manifestHash: f641b3909f3feae3c25ff6d826da2ecd047d0caf2fc857d63a49e4de53947230 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 6c1b699551cfe..2f3e7a7cb71ed 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -65,7 +65,7 @@ spec: value: 127.0.0.1 - name: HCLOUD_TOKEN value: REDACTED - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-etcdmanager-events-control-plane-fr-par-1_content b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_manifests-etcdmanager-events-control-plane-fr-par-1_content index 54dd78acad67a..4d58900c4462a 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -89,7 +89,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -107,7 +107,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 9e58ac2ce53ce..d5f7903cf02c6 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -89,7 +89,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -107,7 +107,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-bootstrap_content b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-bootstrap_content index 4e178e776b867..73e8cb926fd4a 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: 0161ba036565b8d519007a25801f2049d1a350051879f4f6cd5145b5b5e2c4f6 + manifestHash: 02948cba7a210d139f9d7954d108eaffc1824b1bda78e41bbc87ce7bcaab85ca 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: a50ae2c1946889699a3f5ffb0e3a4739c27139e6277fd2e589da0fa2073f5029 + manifestHash: 60b7c4f88a5ece48ce0c5cf00b545810e749112539bdfd5210bead233a7de64a 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 5c1543c771533..43c127f77ac24 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -54,7 +54,7 @@ spec: envFrom: - secretRef: name: scaleway-secret - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/minimal_scaleway/data/aws_s3_object_scw-minimal.k8s.local-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 0fe5786609a4e..4fbb3b54a10d4 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -69,7 +69,7 @@ spec: value: null - name: SCW_SECRET_KEY value: null - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 0ecc6bbb14619..810661394e3fc 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 0ecc6bbb14619..810661394e3fc 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 0ecc6bbb14619..810661394e3fc 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 a69907fa543d9..cea77f693e849 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 a69907fa543d9..cea77f693e849 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 a69907fa543d9..cea77f693e849 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-bootstrap_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-bootstrap_content index 245ec94e558eb..6428affbacb1d 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: 40526868cd97b7cb4825340a68bef6078ac6974d6801187adf90f10b613efeed + manifestHash: c7f6efe868dc441676752f9f7dd1194f0f861f467eb9bc56833f26faced6b3ca 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/mixed_instances/data/aws_s3_object_mixedinstances.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 529e3b6bb7762..d479e355eaa13 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 0ecc6bbb14619..810661394e3fc 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 0ecc6bbb14619..810661394e3fc 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 0ecc6bbb14619..810661394e3fc 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 a69907fa543d9..cea77f693e849 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 a69907fa543d9..cea77f693e849 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 a69907fa543d9..cea77f693e849 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-bootstrap_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-bootstrap_content index 245ec94e558eb..6428affbacb1d 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: 40526868cd97b7cb4825340a68bef6078ac6974d6801187adf90f10b613efeed + manifestHash: c7f6efe868dc441676752f9f7dd1194f0f861f467eb9bc56833f26faced6b3ca 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/mixed_instances_spot/data/aws_s3_object_mixedinstances.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 529e3b6bb7762..d479e355eaa13 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e9f84e437022f..40603f9c98d52 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 ce4d43e7b2821..cb92e50f6f234 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-bootstrap_content b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-bootstrap_content index d7e97b5961024..110d7812dd0da 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: b8aeaf27c9bad21a50ef200e361edbb36598c9f73d625256527486bac487b7d1 + manifestHash: d08fcd7229282cc57329b785a73b9f37d5fc62fdb5e82d55b8158f6ce4cc763b 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: 7903335bfef3725053a63a7a1b3b90bea37f3edf67e8bb55d9d0c8b50576e092 + manifestHash: 2f0cda93267389629fba78ddd4e403fa5d8169ec3643b437368f741c127606d4 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 47b16df179476..bc975723887b0 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.nthimdsprocessor.longcluste-e6uuer - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/nth-imds-processor-irsa/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 107000f6e4e17..dcf87d247f8ef 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e9f84e437022f..40603f9c98d52 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 ce4d43e7b2821..cb92e50f6f234 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-bootstrap_content b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-bootstrap_content index e4eb75e45d3c4..b9ef973e35252 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: b8aeaf27c9bad21a50ef200e361edbb36598c9f73d625256527486bac487b7d1 + manifestHash: d08fcd7229282cc57329b785a73b9f37d5fc62fdb5e82d55b8158f6ce4cc763b 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/nth-imds-processor/data/aws_s3_object_nthimdsprocessor.longclustername.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 107000f6e4e17..dcf87d247f8ef 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/nvidia/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 50ad7222a21a3..389520216c243 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/nvidia/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 793e81b3d0e4c..3b37a634690a1 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 098736fae89f8..548d9faf79911 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-bootstrap_content b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-bootstrap_content index 20fd9e9f68890..83e13ffde380d 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: de749be45446b33924c044dd5c12481cf0918ae6777864a7982b48e4184a3377 + manifestHash: 87cb1740089b2817e676cd3e0cb56827a20d3872f941508c0d073df8f977072e 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/private-shared-ip/data/aws_s3_object_private-shared-ip.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 557c12d8d1e17..c995410d26dec 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index dbf626a11f86c..43aa0a99812dd 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 5e16ead7f7b2c..0fc47fb0e2b3e 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-bootstrap_content b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-bootstrap_content index 35d4ccbf50cea..871c96f98044b 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: ea0f6c1098fe8e08b47b8e2fca3cebeaa8d9d02bd3652855eb5713c777b3ad64 + manifestHash: f84178148f99e0cbe91ff1a6e7579375dd37854f9c856a05e5566ccc6dc17166 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/private-shared-subnet/data/aws_s3_object_private-shared-subnet.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 8db4bc3a03655..f37926890c94f 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index bf7ecb6cfc08f..f0b981e81bacf 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 3a73e2bdbfe4c..6fa497371a6dd 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-bootstrap_content index d5f707be4759b..01722661e7456 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: 339437d65bb296ccc443e84fa98cd961deabcfaa32125c608c322316b444ab04 + manifestHash: d3e531ca23befc6e14dbe9917526c659253835f8c43cda2adfeadd66d07500e6 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatecalico/data/aws_s3_object_privatecalico.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 75f192570ba12..964fb935f7513 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index e25b4966edd3b..fd491b0ce5aaf 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 773d1fb9540fd..bab32c6196cf4 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-bootstrap_content index 5e0dcea50d3ce..b9b30c183440d 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: e37b1117af874ec42832b83a3f9e7fb1d39a4099dfa2fb56495061296778000c + manifestHash: faf5922b43b1df86c662ba1fda531971f141a6ae487b87e6a07721044a1faf29 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatecanal/data/aws_s3_object_privatecanal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 1224f1a6daaf8..54da22f741f24 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 2fd7c113654bf..6cc6f0cb4dae0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 094b22859a6f4..04116f4fcdcc3 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content index cd9437ec25984..b1515ecd8c6f1 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: 8b97be44b2fd0d6be59baefce670d7720c6b2420f334ad539fcf99e0d072d557 + manifestHash: 99eab9100128e9939ea37aa2a283541e6d28de39f0b8d24f404db4fc7ab99938 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatecilium-eni/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 03e1ea8685145..bf0da2be13ce7 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 2fd7c113654bf..6cc6f0cb4dae0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 094b22859a6f4..04116f4fcdcc3 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content index ced0eb6e46ae2..129204c6f3322 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: 8b97be44b2fd0d6be59baefce670d7720c6b2420f334ad539fcf99e0d072d557 + manifestHash: 99eab9100128e9939ea37aa2a283541e6d28de39f0b8d24f404db4fc7ab99938 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatecilium/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 03e1ea8685145..bf0da2be13ce7 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 2fd7c113654bf..6cc6f0cb4dae0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 094b22859a6f4..04116f4fcdcc3 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-bootstrap_content index 599e15cd2bb89..cd8a9d402dc09 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: 8b97be44b2fd0d6be59baefce670d7720c6b2420f334ad539fcf99e0d072d557 + manifestHash: 99eab9100128e9939ea37aa2a283541e6d28de39f0b8d24f404db4fc7ab99938 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatecilium2/data/aws_s3_object_privatecilium.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 03e1ea8685145..bf0da2be13ce7 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-cilium-master-us-test-1a_content b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_manifests-etcdmanager-cilium-master-us-test-1a_content index f420a5784eca0..744e3e2a22fda 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 6275b3729c07b..0e09a385e8e3c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 4beed17f97cb6..6fa9ad6e3e721 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-bootstrap_content index bbd7dbc5ab00a..7f69fd7a9ecfa 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: 4621fe89c6367b86713add03b64ca8899888a72736361d02aff147d8107df8ed + manifestHash: e8e6e3af2e511134e0d98838cd7096227b8476a967cee8e69898b078f1accc7e 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privateciliumadvanced/data/aws_s3_object_privateciliumadvanced.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index c02880b92e50c..11c63a16c8996 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 7167cd2f01e2b..e1c4ed3cfa494 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 32b9317cbcf23..657da6f28d362 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-bootstrap_content index 1c646332dac43..1d5b2caef781b 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: 7aef85b09d34db1158d20424bef8052643b94cd372037d95bc413b6b56345f80 + manifestHash: e85907d153b5234be817af377424c18f1c0ca7529140ba76b3c09dcd7e7e6889 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: a70832459689e0db33a1dffca90867abe3d75d0c55cccbe05493b234a8dcfa05 + manifestHash: d167aaa834b53722975568816d51fb5a0a5ee1d6102253d23522eaa868715aa3 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 13c215408fe8a..60248e7609b61 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_privatedns1.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 383a6146b5cc9..e55d554fc8f9b 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 6b5824373608b..7309eddc9cd61 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 a34afffd7cd54..3cdf6bb8cfca2 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-bootstrap_content index 3091724a3e484..5b49775f78507 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: 5f11678e2e00823ff378c20f9cb8deb6d31a67e4361e32cc7098a96511556fb4 + manifestHash: 99f4c7afdf4fc1f315f4f8a1d18228ad355fcc3e527fedf8b428bd4cb6b3ba66 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: f1b5b13e774ac6672fec2f6003c9789e20834b1d9488ddc416507d6e198fdc40 + manifestHash: cda9b2d2b8c46a237e5c22bae91d4df8d4131e99edfabf68b89d2f841f385a67 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 6dad58876d23e..ee0e4c6d3bf49 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatedns2/data/aws_s3_object_privatedns2.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index ed74e9980685d..fc36426ca1069 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 65f96d78e3ebf..8dc29c24aee9b 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 56c64a9d2a8ec..092f0fc726832 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-bootstrap_content index 6fa4ac49de773..50b0adb77f8a6 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: 03eb2aef02fd6f52554713e19216b7aa0a8fc0342b1afeb7308079b92c8cbf24 + manifestHash: cccd650d374d76695f08115c99af428ba114e2aeaf07e5c45bfa9caf2faed716 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_privateflannel.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 558e29acccb75..9f3f3a1e7e07d 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 43711d53688f8..1824aeb7e22b3 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 3b0b345898afc..6bfa58bd4d9d3 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-bootstrap_content b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-bootstrap_content index 86c2db883c343..eaa0e13dc02f2 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: db7f15ebb4677c85ecd5b4ef1072230e7975ccc84908ce898afe3fa14668166c + manifestHash: 21fdf75f3147c01b4a2837edeeadd0c2fd27972b124865ccec865847917566eb 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/privatekopeio/data/aws_s3_object_privatekopeio.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 24f9c59ed3c17..320e58d63a27f 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index ed74c681ed55b..414d68dcbc968 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: 338b75186b74cd9a094dbf630b946c6995731d71ca707c7a5fc7d91c98ec3da3 + manifestHash: 6e69c2ea6006d7dcab7f666817f941aeb6da56e99dbec659d69ba38a312daf02 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 527a0647edb9c..44b53760b784b 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/public-jwks-apiserver/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 4789b48cc57e6..729e1c17163c8 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 c9d7fce51ca45..0c259a9c5c6e3 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-bootstrap_content b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-bootstrap_content index 3908eb01e16d0..e84e7115dc93f 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: fa875287e201201f0fc255781d14d769112a475b833c9d763a7fb615c6fa6d20 + manifestHash: b4ed2d85b5472d53fd81bd113555213ffbaaedf24288434a1c73d7ef791a91ff 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/shared_subnet/data/aws_s3_object_sharedsubnet.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index abbaa5f821341..a952ae692e265 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index b6a1d8ecd70f0..ce225eabff345 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 a533d2c0005ad..4149fac1ea90a 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-bootstrap_content b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-bootstrap_content index ff6448edbf9c6..9f72cb6c0d3c9 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: d2a74f8bf6fb39cfd5dac407a731559515dc08e05020f54ff7f577ad53daadd0 + manifestHash: 33249071eb48a9b54bd325cc25b60ab51dce03cfd6897e8bbcbbe47019534c2d 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/shared_vpc/data/aws_s3_object_sharedvpc.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 8b6a93fbfeb23..22dea606e6afc 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 412671cd3919a..dc017e0eba68c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 96ceafa0c8555..64032c8acc65c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -86,7 +86,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -104,7 +104,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-bootstrap_content index bb5d997f84717..3fde482a7ec57 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: e5d7601f10cb1bc59599a4107821c1c4951b0e89b0b761bb83a3c80a393333b4 + manifestHash: 8f3592098520b61683c5919e6a9a87a29e64644a907336bf2faf46a3575c1376 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: 108b884dba3d0c396df82f53b9dbdbf8ae1a9721e540b39d28182ede60d3d142 + manifestHash: f4438c79d2e24b7f618361c9ca8c2321eb7d197ce6f5f63a03ff4e7111f70f72 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 a99342ac5f25b..293f134b0d358 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/shared_vpc_ipv6/data/aws_s3_object_minimal-ipv6.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 4dadef105b551..16318e01c6c42 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index fd8f8dc2aa744..16c28a563dcf3 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 71d40557445e7..5768227a21208 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-bootstrap_content b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-bootstrap_content index 327498032d9af..11b2a69ffb4b7 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: e436de96fd8276f436b6799c5c4a017e5c32b2c3cd77d0a2000b3f464162e24f + manifestHash: 64fb95f3cc8ac283ca40d4f07003ac1b87724592e32bab37a5dae569b0625ed2 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/unmanaged/data/aws_s3_object_unmanaged.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index 773d5c69fff2f..7f574528e83d7 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 62ae0f86d00e2..8f221b4d3990c 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 57ae25f8ee646..87adf7ea7f4f0 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.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: kops-utils-cp resources: {} volumeMounts: @@ -85,7 +85,7 @@ spec: - --src=/opt/etcd-v3.4.13/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-4-13 resources: {} volumeMounts: @@ -103,7 +103,7 @@ spec: - --src=/opt/etcd-v3.5.9/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.28.0 + image: registry.k8s.io/kops/kops-utils-cp:1.28.1 name: init-etcd-symlinks-3-5-9 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 477c52ca5c7ef..4d4e3ec06047c 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.28.0 + image: registry.k8s.io/kops/kube-apiserver-healthcheck:1.28.1 livenessProbe: httpGet: host: 127.0.0.1 diff --git a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-bootstrap_content b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-bootstrap_content index 5d9ff53865a64..749bd03d2fc03 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: 10b11007aa3fc6b8f32eecc8c8e0199a1a6f7541278809e9546d477292af3851 + manifestHash: a94908c4ddb12446daa28cc82d65e46ddd32d6703f67b0758cec5409701cb2c2 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e03864ae94eff..b6ec857518b3d 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -48,7 +48,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content b/tests/integration/update_cluster/vfs-said/data/aws_s3_object_minimal.example.com-addons-kops-controller.addons.k8s.io-k8s-1.16_content index f5ed3ca5fa4ba..ebf1472594438 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/amazonvpc-containerd/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/amazonvpc-containerd/manifest.yaml index 9fff486042659..6f5765466f716 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: 3f16fbfadbe67cb8e7ed54258072b7b6fa301f5a8f8efe99cbe339d8ee3016d7 + manifestHash: edec196e5ac25ee50b9b24ebe167c817b5a36f9ef69f4f3811ca70925a09aab6 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 9fff486042659..6f5765466f716 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: 3f16fbfadbe67cb8e7ed54258072b7b6fa301f5a8f8efe99cbe339d8ee3016d7 + manifestHash: edec196e5ac25ee50b9b24ebe167c817b5a36f9ef69f4f3811ca70925a09aab6 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 f083856cc6fda..311f37dd98c37 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: 3f16fbfadbe67cb8e7ed54258072b7b6fa301f5a8f8efe99cbe339d8ee3016d7 + manifestHash: edec196e5ac25ee50b9b24ebe167c817b5a36f9ef69f4f3811ca70925a09aab6 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 7d46d600e39b7..46dfb0c05d846 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: 3f16fbfadbe67cb8e7ed54258072b7b6fa301f5a8f8efe99cbe339d8ee3016d7 + manifestHash: edec196e5ac25ee50b9b24ebe167c817b5a36f9ef69f4f3811ca70925a09aab6 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 f9fc4d323569d..674f4f52c9359 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: 3f16fbfadbe67cb8e7ed54258072b7b6fa301f5a8f8efe99cbe339d8ee3016d7 + manifestHash: edec196e5ac25ee50b9b24ebe167c817b5a36f9ef69f4f3811ca70925a09aab6 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 dd453ef8720a0..977a99e9fcccf 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml index c859776e31153..25eb667f051cc 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: 3f16fbfadbe67cb8e7ed54258072b7b6fa301f5a8f8efe99cbe339d8ee3016d7 + manifestHash: edec196e5ac25ee50b9b24ebe167c817b5a36f9ef69f4f3811ca70925a09aab6 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 ecefbabd99da4..caf690742749b 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: 3f16fbfadbe67cb8e7ed54258072b7b6fa301f5a8f8efe99cbe339d8ee3016d7 + manifestHash: edec196e5ac25ee50b9b24ebe167c817b5a36f9ef69f4f3811ca70925a09aab6 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 e1794bac7d44f..7c56548979e0d 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: 5ddb6b5cbb01f9e92879a863e274a437e09acaeb4ae818d94632d137484bbe46 + manifestHash: 1a914acb7d108b155801cf1b01f3b0233be6b273d67144d7211921f0b006c78a 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 689678d5521ec..3bd0f63b2a151 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: 5ddb6b5cbb01f9e92879a863e274a437e09acaeb4ae818d94632d137484bbe46 + manifestHash: 1a914acb7d108b155801cf1b01f3b0233be6b273d67144d7211921f0b006c78a 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 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 527a0647edb9c..44b53760b784b 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.28.0 + version: v1.28.1 name: dns-controller namespace: kube-system spec: @@ -24,7 +24,7 @@ spec: k8s-addon: dns-controller.addons.k8s.io k8s-app: dns-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -51,7 +51,7 @@ spec: value: arn:aws-test:iam::123456789012:role/dns-controller.kube-system.sa.minimal.example.com - name: AWS_WEB_IDENTITY_TOKEN_FILE value: /var/run/secrets/amazonaws.com/token - image: registry.k8s.io/kops/dns-controller:1.28.0 + image: registry.k8s.io/kops/dns-controller:1.28.1 name: dns-controller resources: requests: diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/kops-controller.addons.k8s.io-k8s-1.16.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/kops-controller.addons.k8s.io-k8s-1.16.yaml index dd453ef8720a0..977a99e9fcccf 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/service-account-iam/manifest.yaml index 1d1b789ef6412..4d2bbdd95e141 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: 3f16fbfadbe67cb8e7ed54258072b7b6fa301f5a8f8efe99cbe339d8ee3016d7 + manifestHash: edec196e5ac25ee50b9b24ebe167c817b5a36f9ef69f4f3811ca70925a09aab6 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: 338b75186b74cd9a094dbf630b946c6995731d71ca707c7a5fc7d91c98ec3da3 + manifestHash: 6e69c2ea6006d7dcab7f666817f941aeb6da56e99dbec659d69ba38a312daf02 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 dd453ef8720a0..977a99e9fcccf 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.28.0 + version: v1.28.1 name: kops-controller namespace: kube-system spec: @@ -39,7 +39,7 @@ spec: k8s-addon: kops-controller.addons.k8s.io k8s-app: kops-controller kops.k8s.io/managed-by: kops - version: v1.28.0 + version: v1.28.1 spec: affinity: nodeAffinity: @@ -63,7 +63,7 @@ spec: env: - name: KUBERNETES_SERVICE_HOST value: 127.0.0.1 - image: registry.k8s.io/kops/kops-controller:1.28.0 + image: registry.k8s.io/kops/kops-controller:1.28.1 name: kops-controller resources: requests: diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/manifest.yaml index f06340cf9fa38..0569c9b348f4f 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: 3f16fbfadbe67cb8e7ed54258072b7b6fa301f5a8f8efe99cbe339d8ee3016d7 + manifestHash: edec196e5ac25ee50b9b24ebe167c817b5a36f9ef69f4f3811ca70925a09aab6 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: e3d2d84083fd751f21ce2213eb499512b50f4d908b3b75c2e002dcd7f104b94a + manifestHash: d7e817e27f6d626821a64ac53d6499647763632296be9f4eb3efd78e794349a8 name: dns-controller.addons.k8s.io selector: k8s-addon: dns-controller.addons.k8s.io diff --git a/upup/pkg/fi/cloudup/urls_test.go b/upup/pkg/fi/cloudup/urls_test.go index 55198a2d04c64..2addc80654373 100644 --- a/upup/pkg/fi/cloudup/urls_test.go +++ b/upup/pkg/fi/cloudup/urls_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.28.0/linux/amd64/nodeup", - "https://github.com/kubernetes/kops/releases/download/v1.28.0/nodeup-linux-amd64", + "https://artifacts.k8s.io/binaries/kops/1.28.1/linux/amd64/nodeup", + "https://github.com/kubernetes/kops/releases/download/v1.28.1/nodeup-linux-amd64", }, }, { url: "https://artifacts.k8s.io/binaries/kops/%s/linux/arm64/nodeup", expected: []string{ - "https://artifacts.k8s.io/binaries/kops/1.28.0/linux/arm64/nodeup", - "https://github.com/kubernetes/kops/releases/download/v1.28.0/nodeup-linux-arm64", + "https://artifacts.k8s.io/binaries/kops/1.28.1/linux/arm64/nodeup", + "https://github.com/kubernetes/kops/releases/download/v1.28.1/nodeup-linux-arm64", }, }, }