diff --git a/pkg/model/components/etcd.go b/pkg/model/components/etcd.go index 702b42434ecc6..c01cc1ac55464 100644 --- a/pkg/model/components/etcd.go +++ b/pkg/model/components/etcd.go @@ -30,7 +30,7 @@ var _ loader.ClusterOptionsBuilder = &EtcdOptionsBuilder{} const ( DefaultEtcd3Version_1_22 = "3.5.21" - DefaultEtcd3Version_1_34 = "3.6.4" + DefaultEtcd3Version_1_34 = "3.6.5" ) // BuildOptions is responsible for filling in the defaults for the etcd cluster model diff --git a/pkg/model/components/etcdmanager/options.go b/pkg/model/components/etcdmanager/options.go index 5834718f49aba..0f991cd6f55ce 100644 --- a/pkg/model/components/etcdmanager/options.go +++ b/pkg/model/components/etcdmanager/options.go @@ -103,8 +103,7 @@ var etcdSupportedImages = []etcdVersion{ {Version: "3.5.13", SymlinkToVersion: "3.5.21"}, {Version: "3.5.17", SymlinkToVersion: "3.5.21"}, {Version: "3.5.21", Image: "registry.k8s.io/etcd:v3.5.21"}, - {Version: "3.6.1", SymlinkToVersion: "3.6.4"}, - {Version: "3.6.4", Image: "registry.k8s.io/etcd:v3.6.4"}, + {Version: "3.6.5", Image: "registry.k8s.io/etcd:v3.6.5"}, } func etcdSupportedVersions() []etcdVersion { diff --git a/pkg/model/components/etcdmanager/tests/interval/tasks.yaml b/pkg/model/components/etcdmanager/tests/interval/tasks.yaml index 2a55c2d3b0506..c265bcf634f5d 100644 --- a/pkg/model/components/etcdmanager/tests/interval/tasks.yaml +++ b/pkg/model/components/etcdmanager/tests/interval/tasks.yaml @@ -144,13 +144,13 @@ Contents: | - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -189,19 +189,6 @@ Contents: | volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly @@ -312,13 +299,13 @@ Contents: | - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -357,19 +344,6 @@ Contents: | volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/pkg/model/components/etcdmanager/tests/minimal/tasks.yaml b/pkg/model/components/etcdmanager/tests/minimal/tasks.yaml index 13d4e96176020..6c918b7324463 100644 --- a/pkg/model/components/etcdmanager/tests/minimal/tasks.yaml +++ b/pkg/model/components/etcdmanager/tests/minimal/tasks.yaml @@ -126,10 +126,8 @@ Contents: | name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -163,8 +161,8 @@ Contents: | name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd-events.log type: FileOrCreate @@ -238,10 +236,8 @@ Contents: | name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -275,8 +271,8 @@ Contents: | name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd.log type: FileOrCreate diff --git a/pkg/model/components/etcdmanager/tests/overwrite_settings/tasks.yaml b/pkg/model/components/etcdmanager/tests/overwrite_settings/tasks.yaml index 8324ce27e982e..514efbad6d8aa 100644 --- a/pkg/model/components/etcdmanager/tests/overwrite_settings/tasks.yaml +++ b/pkg/model/components/etcdmanager/tests/overwrite_settings/tasks.yaml @@ -146,13 +146,13 @@ Contents: | - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -191,19 +191,6 @@ Contents: | volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly @@ -316,13 +303,13 @@ Contents: | - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -361,19 +348,6 @@ Contents: | volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/pkg/model/components/etcdmanager/tests/proxy/tasks.yaml b/pkg/model/components/etcdmanager/tests/proxy/tasks.yaml index 841e2a38c02b2..463f844d348e4 100644 --- a/pkg/model/components/etcdmanager/tests/proxy/tasks.yaml +++ b/pkg/model/components/etcdmanager/tests/proxy/tasks.yaml @@ -152,13 +152,13 @@ Contents: | - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -197,19 +197,6 @@ Contents: | volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly @@ -328,13 +315,13 @@ Contents: | - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -373,19 +360,6 @@ Contents: | volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_cluster-completed.spec_content b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_cluster-completed.spec_content index 5be5b49c827e9..609a0f50b18ba 100644 --- a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_cluster-completed.spec_content +++ b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_cluster-completed.spec_content @@ -42,7 +42,7 @@ spec: backupRetentionDays: 90 memoryRequest: 100Mi name: main - version: 3.6.4 + version: 3.6.5 - backups: backupStore: memfs://tests/additionalobjects.example.com/backups/etcd/events cpuRequest: 100m @@ -54,7 +54,7 @@ spec: backupRetentionDays: 90 memoryRequest: 100Mi name: events - version: 3.6.4 + version: 3.6.5 externalDns: provider: dns-controller iam: diff --git a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_etcd-cluster-spec-events_content b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_etcd-cluster-spec-events_content index 10373ddfa45c7..c852f13d2d3c4 100644 --- a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_etcd-cluster-spec-events_content +++ b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_etcd-cluster-spec-events_content @@ -1,4 +1,4 @@ { "memberCount": 1, - "etcdVersion": "3.6.4" + "etcdVersion": "3.6.5" } diff --git a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_etcd-cluster-spec-main_content b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_etcd-cluster-spec-main_content index 10373ddfa45c7..c852f13d2d3c4 100644 --- a/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_etcd-cluster-spec-main_content +++ b/tests/integration/update_cluster/additionalobjects/data/aws_s3_object_etcd-cluster-spec-main_content @@ -1,4 +1,4 @@ { "memberCount": 1, - "etcdVersion": "3.6.4" + "etcdVersion": "3.6.5" } 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 cfcf4bb39fc89..6bcddfe727646 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 @@ -63,10 +63,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -100,8 +98,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd-events.log type: FileOrCreate 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 2a21cc34c4fe0..2e2fec9ff57c0 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 @@ -63,10 +63,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -100,8 +98,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd.log type: FileOrCreate diff --git a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_cluster-completed.spec_content b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_cluster-completed.spec_content index 447faa3c9f194..6c40e8f949b57 100644 --- a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_cluster-completed.spec_content +++ b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_cluster-completed.spec_content @@ -39,7 +39,7 @@ spec: manager: backupRetentionDays: 90 name: main - version: 3.6.4 + version: 3.6.5 - backups: backupStore: memfs://clusters.example.com/minimal.example.com/backups/etcd/events etcdMembers: @@ -48,7 +48,7 @@ spec: manager: backupRetentionDays: 90 name: events - version: 3.6.4 + version: 3.6.5 externalDns: provider: dns-controller iam: diff --git a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_etcd-cluster-spec-events_content b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_etcd-cluster-spec-events_content index 10373ddfa45c7..c852f13d2d3c4 100644 --- a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_etcd-cluster-spec-events_content +++ b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_etcd-cluster-spec-events_content @@ -1,4 +1,4 @@ { "memberCount": 1, - "etcdVersion": "3.6.4" + "etcdVersion": "3.6.5" } diff --git a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_etcd-cluster-spec-main_content b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_etcd-cluster-spec-main_content index 10373ddfa45c7..c852f13d2d3c4 100644 --- a/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_etcd-cluster-spec-main_content +++ b/tests/integration/update_cluster/apiservernodes/data/aws_s3_object_etcd-cluster-spec-main_content @@ -1,4 +1,4 @@ { "memberCount": 1, - "etcdVersion": "3.6.4" + "etcdVersion": "3.6.5" } 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 4f9ee0389ca0f..684ce60abb783 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 @@ -65,10 +65,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -102,8 +100,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd-events.log type: FileOrCreate 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 f76f374bbef57..ba0779ace2fa6 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 @@ -65,10 +65,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -102,8 +100,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd.log type: FileOrCreate 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 c884ec57cfff7..d2ae6eee6b2b6 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9249f3674f362..ac5a7473d58e5 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 ddf0e8f05df89..4426e7ae9037f 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 1fd94382e58bb..ab43366d4a3a4 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9c937c111a208..726e13c10b29e 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 58f7dba80bffe..4186688b0989e 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 2386620a5f47e..24863be5065c9 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 312402abec3a8..50581f6a8edff 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 8a69fbd143470..d312ffb37d983 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 43e21084a9464..98efcf7a92eac 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9e45f6900a7aa..e5d7b3d8f6635 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 aab836ef9ad3e..5dba359544adc 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c99b2fd7ec827..bb0b2e5b83833 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 5832944fcab7b..9932e8905fc9f 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/containerd/assets.yaml b/tests/integration/update_cluster/containerd/assets.yaml index 9b288476b6c02..961adec00a6c4 100644 --- a/tests/integration/update_cluster/containerd/assets.yaml +++ b/tests/integration/update_cluster/containerd/assets.yaml @@ -78,7 +78,7 @@ images: download: registry.k8s.io/etcd:v3.4.13 - canonical: registry.k8s.io/etcd:v3.5.21 download: registry.k8s.io/etcd:v3.5.21 -- canonical: registry.k8s.io/etcd:v3.6.4 - download: registry.k8s.io/etcd:v3.6.4 +- canonical: registry.k8s.io/etcd:v3.6.5 + download: registry.k8s.io/etcd:v3.6.5 - canonical: registry.k8s.io/etcd-manager/etcd-manager-slim:v3.0.20250917 download: registry.k8s.io/etcd-manager/etcd-manager-slim:v3.0.20250917 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 c99b2fd7ec827..bb0b2e5b83833 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 5832944fcab7b..9932e8905fc9f 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 5f3d674f6f639..f4619d65f2cd8 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 152d6b55f2a3d..9c79827df64fd 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 f657a561ebcf5..dd39ebe6a51ca 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 f657a561ebcf5..dd39ebe6a51ca 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 f657a561ebcf5..dd39ebe6a51ca 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 8ad5f3a9bc257..3455ad1e02fe1 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 8ad5f3a9bc257..3455ad1e02fe1 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 8ad5f3a9bc257..3455ad1e02fe1 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 2e3943881943a..941d8ee509d9d 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 2e3943881943a..941d8ee509d9d 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 2e3943881943a..941d8ee509d9d 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 a210536fb701e..7015b6205fa46 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 a210536fb701e..7015b6205fa46 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 a210536fb701e..7015b6205fa46 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c884ec57cfff7..d2ae6eee6b2b6 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9249f3674f362..ac5a7473d58e5 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c884ec57cfff7..d2ae6eee6b2b6 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9249f3674f362..ac5a7473d58e5 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 78eec6b4ba4f9..ff4d65b816639 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 e39c09bf698ff..eabd0807561bf 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 a893bd4eb744d..d02d65a804764 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 b87d6a538dcc9..6852b122ab64e 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 de8535ae67341..b12808e54a93a 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 de8535ae67341..b12808e54a93a 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 de8535ae67341..b12808e54a93a 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c4fea841c5c23..319be32e1ac8f 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c4fea841c5c23..319be32e1ac8f 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c4fea841c5c23..319be32e1ac8f 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 5561a76a49bfc..0a8b1879aa3df 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 5561a76a49bfc..0a8b1879aa3df 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 5561a76a49bfc..0a8b1879aa3df 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 be0fefb1a7da0..e776df0af3470 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 be0fefb1a7da0..e776df0af3470 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 be0fefb1a7da0..e776df0af3470 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c884ec57cfff7..d2ae6eee6b2b6 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9249f3674f362..ac5a7473d58e5 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c884ec57cfff7..d2ae6eee6b2b6 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9249f3674f362..ac5a7473d58e5 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c884ec57cfff7..d2ae6eee6b2b6 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9249f3674f362..ac5a7473d58e5 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c884ec57cfff7..d2ae6eee6b2b6 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9249f3674f362..ac5a7473d58e5 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 e4216422c6930..8b851fe03c88e 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 f4cb33785db92..99897e838eaf6 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 a50ef67523e19..a57f71ecad4e0 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 2e76058c11ea2..1233d24231e00 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 1f32d3eaa3f14..49b386793c860 100644 --- a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 66c6faba11736..7c309f539f6f8 100644 --- a/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.29/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 1f32d3eaa3f14..49b386793c860 100644 --- a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 66c6faba11736..7c309f539f6f8 100644 --- a/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.30/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/minimal-1.31/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.31/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 1f32d3eaa3f14..49b386793c860 100644 --- a/tests/integration/update_cluster/minimal-1.31/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.31/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/minimal-1.31/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.31/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 66c6faba11736..7c309f539f6f8 100644 --- a/tests/integration/update_cluster/minimal-1.31/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.31/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/minimal-1.32/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.32/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 1f32d3eaa3f14..49b386793c860 100644 --- a/tests/integration/update_cluster/minimal-1.32/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.32/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/minimal-1.32/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.32/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 66c6faba11736..7c309f539f6f8 100644 --- a/tests/integration/update_cluster/minimal-1.32/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.32/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/minimal-1.33/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.33/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index d0879d3725706..addb252145768 100644 --- a/tests/integration/update_cluster/minimal-1.33/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.33/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -62,10 +62,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -99,8 +97,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd-events.log type: FileOrCreate diff --git a/tests/integration/update_cluster/minimal-1.33/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.33/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c420a8d550aa4..615c8a4aceae2 100644 --- a/tests/integration/update_cluster/minimal-1.33/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.33/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -62,10 +62,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -99,8 +97,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd.log type: FileOrCreate diff --git a/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_cluster-completed.spec_content b/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_cluster-completed.spec_content index 6f34797e582c5..c314fcec761b9 100644 --- a/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_cluster-completed.spec_content +++ b/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_cluster-completed.spec_content @@ -42,7 +42,7 @@ spec: backupRetentionDays: 90 memoryRequest: 100Mi name: main - version: 3.6.4 + version: 3.6.5 - backups: backupStore: memfs://tests/minimal.example.com/backups/etcd/events cpuRequest: 100m @@ -54,7 +54,7 @@ spec: backupRetentionDays: 90 memoryRequest: 100Mi name: events - version: 3.6.4 + version: 3.6.5 externalDns: provider: dns-controller iam: diff --git a/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_etcd-cluster-spec-events_content b/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_etcd-cluster-spec-events_content index 10373ddfa45c7..c852f13d2d3c4 100644 --- a/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_etcd-cluster-spec-events_content +++ b/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_etcd-cluster-spec-events_content @@ -1,4 +1,4 @@ { "memberCount": 1, - "etcdVersion": "3.6.4" + "etcdVersion": "3.6.5" } diff --git a/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_etcd-cluster-spec-main_content b/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_etcd-cluster-spec-main_content index 10373ddfa45c7..c852f13d2d3c4 100644 --- a/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_etcd-cluster-spec-main_content +++ b/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_etcd-cluster-spec-main_content @@ -1,4 +1,4 @@ { "memberCount": 1, - "etcdVersion": "3.6.4" + "etcdVersion": "3.6.5" } diff --git a/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index d0879d3725706..addb252145768 100644 --- a/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -62,10 +62,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -99,8 +97,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd-events.log type: FileOrCreate diff --git a/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index c420a8d550aa4..615c8a4aceae2 100644 --- a/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-1.34/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -62,10 +62,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -99,8 +97,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd.log type: FileOrCreate diff --git a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_cluster-completed.spec_content b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_cluster-completed.spec_content index 8dd20c4b78815..f2ce5190dd111 100644 --- a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_cluster-completed.spec_content +++ b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_cluster-completed.spec_content @@ -39,7 +39,7 @@ spec: manager: backupRetentionDays: 90 name: main - version: 3.6.4 + version: 3.6.5 - backups: backupStore: memfs://clusters.example.com/minimal-aws.example.com/backups/etcd/events etcdMembers: @@ -48,7 +48,7 @@ spec: manager: backupRetentionDays: 90 name: events - version: 3.6.4 + version: 3.6.5 externalDns: provider: dns-controller keyStore: memfs://clusters.example.com/minimal-aws.example.com/pki diff --git a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_etcd-cluster-spec-events_content b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_etcd-cluster-spec-events_content index 10373ddfa45c7..c852f13d2d3c4 100644 --- a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_etcd-cluster-spec-events_content +++ b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_etcd-cluster-spec-events_content @@ -1,4 +1,4 @@ { "memberCount": 1, - "etcdVersion": "3.6.4" + "etcdVersion": "3.6.5" } diff --git a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_etcd-cluster-spec-main_content b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_etcd-cluster-spec-main_content index 10373ddfa45c7..c852f13d2d3c4 100644 --- a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_etcd-cluster-spec-main_content +++ b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_etcd-cluster-spec-main_content @@ -1,4 +1,4 @@ { "memberCount": 1, - "etcdVersion": "3.6.4" + "etcdVersion": "3.6.5" } diff --git a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 6887d75866920..487e4ed982f7b 100644 --- a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -63,10 +63,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -100,8 +98,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd-events.log type: FileOrCreate diff --git a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index aa109d17d0846..de2d9f3181495 100644 --- a/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-aws/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -63,10 +63,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -100,8 +98,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd.log type: FileOrCreate 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 1f32d3eaa3f14..49b386793c860 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 66c6faba11736..7c309f539f6f8 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 92a48ab7dd132..ad71caba591fd 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 @@ -82,13 +82,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -127,19 +127,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 b4bbbe406edc4..7788d6403c0a0 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c884ec57cfff7..d2ae6eee6b2b6 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9249f3674f362..ac5a7473d58e5 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 d7a77a487cdcc..4bba7699726fc 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 8e90eb664ac17..60308a76aa0d8 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 d7a77a487cdcc..4bba7699726fc 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 8e90eb664ac17..60308a76aa0d8 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/minimal-ipv6-kindnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6-kindnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index d7a77a487cdcc..4bba7699726fc 100644 --- a/tests/integration/update_cluster/minimal-ipv6-kindnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-ipv6-kindnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/minimal-ipv6-kindnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/minimal-ipv6-kindnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 8e90eb664ac17..60308a76aa0d8 100644 --- a/tests/integration/update_cluster/minimal-ipv6-kindnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/minimal-ipv6-kindnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 d7a77a487cdcc..4bba7699726fc 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 8e90eb664ac17..60308a76aa0d8 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 d7a77a487cdcc..4bba7699726fc 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 8e90eb664ac17..60308a76aa0d8 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 180e38358234c..34e8aca445899 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9073b3d7ece00..c4395a8100046 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 b332cf3df9a16..740e312a2f438 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: kops.k8s.io/remapped-image/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: kops.k8s.io/remapped-image/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: kops.k8s.io/remapped-image/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 15cabe8c13149..3f35bdf12853c 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: kops.k8s.io/remapped-image/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: kops.k8s.io/remapped-image/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: kops.k8s.io/remapped-image/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 0322d41ea6c61..5dd4d87236cf1 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 f529190f4aba5..de53f4686ef93 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 0322d41ea6c61..5dd4d87236cf1 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 f529190f4aba5..de53f4686ef93 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 5a3fc0419faa0..273965284b329 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 e63126efb4a05..de3c837dc5d1d 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 d5941b8d269a2..9b28bfa1f1cb1 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 ffba19db5b470..dd02f3bd35f1f 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 d5941b8d269a2..9b28bfa1f1cb1 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 ffba19db5b470..dd02f3bd35f1f 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 30cfd2940121a..c37f4b64d92bd 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 463fc728d89c8..333b98fc7c874 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 f323a83f40e78..e1149e2ce1a23 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 111c04a27eed9..e276d4e171414 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 defecd11c07bf..d6a256db44d87 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 7cb9cbf4b8172..0bed9789180be 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 defecd11c07bf..d6a256db44d87 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 7cb9cbf4b8172..0bed9789180be 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 6f57f19fd07eb..2c0b365cc79f2 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 @@ -81,13 +81,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -126,19 +126,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 0e95530cb862e..9dd36b716a20b 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 @@ -81,13 +81,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -126,19 +126,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 35652df8707f7..c8a0486b638a9 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 @@ -83,13 +83,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -128,19 +128,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 3caebdbd165b6..7e1d2854918cb 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 @@ -83,13 +83,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -128,19 +128,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 34652b6f4ebca..4706057fbf8d4 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 34652b6f4ebca..4706057fbf8d4 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 34652b6f4ebca..4706057fbf8d4 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 0755b569f4233..bde88e7efd7cf 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 0755b569f4233..bde88e7efd7cf 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 0755b569f4233..bde88e7efd7cf 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 34652b6f4ebca..4706057fbf8d4 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 34652b6f4ebca..4706057fbf8d4 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 34652b6f4ebca..4706057fbf8d4 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 0755b569f4233..bde88e7efd7cf 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 0755b569f4233..bde88e7efd7cf 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 0755b569f4233..bde88e7efd7cf 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 bcc74ea16a07e..5659e6b092305 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 e0c35c6e97a3b..39205853fab66 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 bcc74ea16a07e..5659e6b092305 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 e0c35c6e97a3b..39205853fab66 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c884ec57cfff7..d2ae6eee6b2b6 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9249f3674f362..ac5a7473d58e5 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c8892cf0e7846..e1bea8ca0aa2b 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 bd63003192e04..2cc7b63c3ef7a 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 b3b53624e5360..9a3e888ba8603 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 65ece64bcb6c6..0befb530715ee 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 6f4d59491ff78..1f5cd6fc7410c 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 d782e03e09247..894e5dcea4468 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 399c2aa2f5f0e..fb4688e212c55 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 16ac225dddc1f..3a6005f402316 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 399c2aa2f5f0e..fb4688e212c55 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 16ac225dddc1f..3a6005f402316 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 399c2aa2f5f0e..fb4688e212c55 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 16ac225dddc1f..3a6005f402316 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 b15309806e82f..847e68861eac7 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 e57d1a2eb175d..8836837226149 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 e1c5b26c430ec..b2b808ce82220 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_cluster-completed.spec_content b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_cluster-completed.spec_content index c8c4bffa1b62a..51317361d0c59 100644 --- a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_cluster-completed.spec_content +++ b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_cluster-completed.spec_content @@ -44,7 +44,7 @@ spec: manager: backupRetentionDays: 90 name: main - version: 3.6.4 + version: 3.6.5 - backups: backupStore: memfs://clusters.example.com/privatedns1.example.com/backups/etcd/events etcdMembers: @@ -53,7 +53,7 @@ spec: manager: backupRetentionDays: 90 name: events - version: 3.6.4 + version: 3.6.5 externalDns: provider: dns-controller iam: diff --git a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_etcd-cluster-spec-events_content b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_etcd-cluster-spec-events_content index 10373ddfa45c7..c852f13d2d3c4 100644 --- a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_etcd-cluster-spec-events_content +++ b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_etcd-cluster-spec-events_content @@ -1,4 +1,4 @@ { "memberCount": 1, - "etcdVersion": "3.6.4" + "etcdVersion": "3.6.5" } diff --git a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_etcd-cluster-spec-main_content b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_etcd-cluster-spec-main_content index 10373ddfa45c7..c852f13d2d3c4 100644 --- a/tests/integration/update_cluster/privatedns1/data/aws_s3_object_etcd-cluster-spec-main_content +++ b/tests/integration/update_cluster/privatedns1/data/aws_s3_object_etcd-cluster-spec-main_content @@ -1,4 +1,4 @@ { "memberCount": 1, - "etcdVersion": "3.6.4" + "etcdVersion": "3.6.5" } 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 b350676816ed7..ebda16769caa3 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 @@ -63,10 +63,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -100,8 +98,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd-events.log type: FileOrCreate 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 afdfaa9ae6715..d8d1cbd607af4 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 @@ -63,10 +63,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -100,8 +98,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd.log type: FileOrCreate 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 bbcd731d5dae8..89862c23c8dad 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 0a6907a901533..aa50e58810df0 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_cluster-completed.spec_content b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_cluster-completed.spec_content index 4fd5a8fcdbac5..49ec9dc199d23 100644 --- a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_cluster-completed.spec_content +++ b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_cluster-completed.spec_content @@ -41,7 +41,7 @@ spec: manager: backupRetentionDays: 90 name: main - version: 3.6.4 + version: 3.6.5 - backups: backupStore: memfs://clusters.example.com/privateflannel.example.com/backups/etcd/events etcdMembers: @@ -50,7 +50,7 @@ spec: manager: backupRetentionDays: 90 name: events - version: 3.6.4 + version: 3.6.5 externalDns: provider: dns-controller iam: diff --git a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_etcd-cluster-spec-events_content b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_etcd-cluster-spec-events_content index 10373ddfa45c7..c852f13d2d3c4 100644 --- a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_etcd-cluster-spec-events_content +++ b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_etcd-cluster-spec-events_content @@ -1,4 +1,4 @@ { "memberCount": 1, - "etcdVersion": "3.6.4" + "etcdVersion": "3.6.5" } diff --git a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_etcd-cluster-spec-main_content b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_etcd-cluster-spec-main_content index 10373ddfa45c7..c852f13d2d3c4 100644 --- a/tests/integration/update_cluster/privateflannel/data/aws_s3_object_etcd-cluster-spec-main_content +++ b/tests/integration/update_cluster/privateflannel/data/aws_s3_object_etcd-cluster-spec-main_content @@ -1,4 +1,4 @@ { "memberCount": 1, - "etcdVersion": "3.6.4" + "etcdVersion": "3.6.5" } 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 ebed315657914..2646bee612087 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 @@ -63,10 +63,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -100,8 +98,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd-events.log type: FileOrCreate 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 a3392139b56e1..a006494b2f3e0 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 @@ -63,10 +63,8 @@ spec: name: etcd-v3-5-21 - mountPath: /opt/etcd-v3.5.9 name: etcd-v3-5-21 - - mountPath: /opt/etcd-v3.6.1 - name: etcd-v3-6-4 - - mountPath: /opt/etcd-v3.6.4 - name: etcd-v3-6-4 + - mountPath: /opt/etcd-v3.6.5 + name: etcd-v3-6-5 - mountPath: /var/log/etcd.log name: varlogetcd hostNetwork: true @@ -100,8 +98,8 @@ spec: name: etcd-v3-5-21 - image: pullPolicy: IfNotPresent - reference: registry.k8s.io/etcd:v3.6.4 - name: etcd-v3-6-4 + reference: registry.k8s.io/etcd:v3.6.5 + name: etcd-v3-6-5 - hostPath: path: /var/log/etcd.log type: FileOrCreate diff --git a/tests/integration/update_cluster/privatekindnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content b/tests/integration/update_cluster/privatekindnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content index 4f75fda70171e..c4d2cb1c959e5 100644 --- a/tests/integration/update_cluster/privatekindnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatekindnet/data/aws_s3_object_manifests-etcdmanager-events-master-us-test-1a_content @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly diff --git a/tests/integration/update_cluster/privatekindnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content b/tests/integration/update_cluster/privatekindnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content index 56b74570c0977..bf2f349a5a07f 100644 --- a/tests/integration/update_cluster/privatekindnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content +++ b/tests/integration/update_cluster/privatekindnet/data/aws_s3_object_manifests-etcdmanager-main-master-us-test-1a_content @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 037fbc4a025f6..b15c55dad67ac 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 0d59a942f6fbf..fce95d21b7d57 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c884ec57cfff7..d2ae6eee6b2b6 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9249f3674f362..ac5a7473d58e5 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9e5b046209af3..ebde83ab7c6ca 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 a297b5bcdb3ce..652bde0cdf94b 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 466b6c047dc71..38d4cedd31d97 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 054d2a70a82e1..ed74e992d85bb 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 d7a77a487cdcc..4bba7699726fc 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 8e90eb664ac17..60308a76aa0d8 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 @@ -80,13 +80,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -125,19 +125,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 3acec5093ca08..aa15ef9f5a266 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 f16d3fc0e8ccb..630eed45ead25 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 c884ec57cfff7..d2ae6eee6b2b6 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly 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 9249f3674f362..ac5a7473d58e5 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 @@ -79,13 +79,13 @@ spec: - mountPath: /opt name: opt - args: - - --target-dir=/opt/etcd-v3.6.4 + - --target-dir=/opt/etcd-v3.6.5 - --src=/usr/local/bin/etcd - --src=/usr/local/bin/etcdctl command: - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/etcd:v3.6.4 - name: init-etcd-3-6-4 + image: registry.k8s.io/etcd:v3.6.5 + name: init-etcd-3-6-5 resources: {} volumeMounts: - mountPath: /opt @@ -124,19 +124,6 @@ spec: volumeMounts: - mountPath: /opt name: opt - - args: - - --symlink - - --target-dir=/opt/etcd-v3.6.1 - - --src=/opt/etcd-v3.6.4/etcd - - --src=/opt/etcd-v3.6.4/etcdctl - command: - - /opt/kops-utils/kops-utils-cp - image: registry.k8s.io/kops/kops-utils-cp:1.34.0-alpha.1 - name: init-etcd-symlinks-3-6-4 - resources: {} - volumeMounts: - - mountPath: /opt - name: opt priorityClassName: system-cluster-critical tolerations: - key: CriticalAddonsOnly