Skip to content

Commit

Permalink
Merge pull request #16527 from hakman/update_etcd
Browse files Browse the repository at this point in the history
Update etcd to v3.5.13
  • Loading branch information
k8s-ci-robot authored May 6, 2024
2 parents 67b7b21 + 38a789b commit 2bf038b
Show file tree
Hide file tree
Showing 422 changed files with 1,646 additions and 1,456 deletions.
2 changes: 1 addition & 1 deletion pkg/model/components/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type EtcdOptionsBuilder struct {
var _ loader.OptionsBuilder = &EtcdOptionsBuilder{}

const (
DefaultEtcd3Version_1_22 = "3.5.9"
DefaultEtcd3Version_1_22 = "3.5.13"
)

// BuildOptions is responsible for filling in the defaults for the etcd cluster model
Expand Down
15 changes: 8 additions & 7 deletions pkg/model/components/etcdmanager/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,14 @@ type etcdVersion struct {
var etcdSupportedImages = []etcdVersion{
{Version: "3.4.3", SymlinkToVersion: "3.4.13"},
{Version: "3.4.13", Image: "registry.k8s.io/etcd:3.4.13-0"},
{Version: "3.5.0", SymlinkToVersion: "3.5.9"},
{Version: "3.5.1", SymlinkToVersion: "3.5.9"},
{Version: "3.5.3", SymlinkToVersion: "3.5.9"},
{Version: "3.5.4", SymlinkToVersion: "3.5.9"},
{Version: "3.5.6", SymlinkToVersion: "3.5.9"},
{Version: "3.5.7", SymlinkToVersion: "3.5.9"},
{Version: "3.5.9", Image: "registry.k8s.io/etcd:3.5.9-0"},
{Version: "3.5.0", SymlinkToVersion: "3.5.13"},
{Version: "3.5.1", SymlinkToVersion: "3.5.13"},
{Version: "3.5.3", SymlinkToVersion: "3.5.13"},
{Version: "3.5.4", SymlinkToVersion: "3.5.13"},
{Version: "3.5.6", SymlinkToVersion: "3.5.13"},
{Version: "3.5.7", SymlinkToVersion: "3.5.13"},
{Version: "3.5.9", SymlinkToVersion: "3.5.13"},
{Version: "3.5.13", Image: "registry.k8s.io/etcd:3.5.13-0"},
}

func etcdSupportedVersions() []etcdVersion {
Expand Down
26 changes: 14 additions & 12 deletions pkg/model/components/etcdmanager/tests/interval/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ Contents: |
- mountPath: /opt
name: opt
- args:
- --target-dir=/opt/etcd-v3.5.9
- --target-dir=/opt/etcd-v3.5.13
- --src=/usr/local/bin/etcd
- --src=/usr/local/bin/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/etcd:3.5.9-0
name: init-etcd-3-5-9
image: registry.k8s.io/etcd:3.5.13-0
name: init-etcd-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand All @@ -164,12 +164,13 @@ Contents: |
- --target-dir=/opt/etcd-v3.5.4
- --target-dir=/opt/etcd-v3.5.6
- --target-dir=/opt/etcd-v3.5.7
- --src=/opt/etcd-v3.5.9/etcd
- --src=/opt/etcd-v3.5.9/etcdctl
- --target-dir=/opt/etcd-v3.5.9
- --src=/opt/etcd-v3.5.13/etcd
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.29.0-beta.1
name: init-etcd-symlinks-3-5-9
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand Down Expand Up @@ -272,13 +273,13 @@ Contents: |
- mountPath: /opt
name: opt
- args:
- --target-dir=/opt/etcd-v3.5.9
- --target-dir=/opt/etcd-v3.5.13
- --src=/usr/local/bin/etcd
- --src=/usr/local/bin/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/etcd:3.5.9-0
name: init-etcd-3-5-9
image: registry.k8s.io/etcd:3.5.13-0
name: init-etcd-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand All @@ -304,12 +305,13 @@ Contents: |
- --target-dir=/opt/etcd-v3.5.4
- --target-dir=/opt/etcd-v3.5.6
- --target-dir=/opt/etcd-v3.5.7
- --src=/opt/etcd-v3.5.9/etcd
- --src=/opt/etcd-v3.5.9/etcdctl
- --target-dir=/opt/etcd-v3.5.9
- --src=/opt/etcd-v3.5.13/etcd
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.29.0-beta.1
name: init-etcd-symlinks-3-5-9
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand Down
26 changes: 14 additions & 12 deletions pkg/model/components/etcdmanager/tests/minimal/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ Contents: |
- mountPath: /opt
name: opt
- args:
- --target-dir=/opt/etcd-v3.5.9
- --target-dir=/opt/etcd-v3.5.13
- --src=/usr/local/bin/etcd
- --src=/usr/local/bin/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/etcd:3.5.9-0
name: init-etcd-3-5-9
image: registry.k8s.io/etcd:3.5.13-0
name: init-etcd-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand All @@ -163,12 +163,13 @@ Contents: |
- --target-dir=/opt/etcd-v3.5.4
- --target-dir=/opt/etcd-v3.5.6
- --target-dir=/opt/etcd-v3.5.7
- --src=/opt/etcd-v3.5.9/etcd
- --src=/opt/etcd-v3.5.9/etcdctl
- --target-dir=/opt/etcd-v3.5.9
- --src=/opt/etcd-v3.5.13/etcd
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.29.0-beta.1
name: init-etcd-symlinks-3-5-9
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand Down Expand Up @@ -270,13 +271,13 @@ Contents: |
- mountPath: /opt
name: opt
- args:
- --target-dir=/opt/etcd-v3.5.9
- --target-dir=/opt/etcd-v3.5.13
- --src=/usr/local/bin/etcd
- --src=/usr/local/bin/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/etcd:3.5.9-0
name: init-etcd-3-5-9
image: registry.k8s.io/etcd:3.5.13-0
name: init-etcd-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand All @@ -302,12 +303,13 @@ Contents: |
- --target-dir=/opt/etcd-v3.5.4
- --target-dir=/opt/etcd-v3.5.6
- --target-dir=/opt/etcd-v3.5.7
- --src=/opt/etcd-v3.5.9/etcd
- --src=/opt/etcd-v3.5.9/etcdctl
- --target-dir=/opt/etcd-v3.5.9
- --src=/opt/etcd-v3.5.13/etcd
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.29.0-beta.1
name: init-etcd-symlinks-3-5-9
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ Contents: |
- mountPath: /opt
name: opt
- args:
- --target-dir=/opt/etcd-v3.5.9
- --target-dir=/opt/etcd-v3.5.13
- --src=/usr/local/bin/etcd
- --src=/usr/local/bin/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/etcd:3.5.9-0
name: init-etcd-3-5-9
image: registry.k8s.io/etcd:3.5.13-0
name: init-etcd-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand All @@ -166,12 +166,13 @@ Contents: |
- --target-dir=/opt/etcd-v3.5.4
- --target-dir=/opt/etcd-v3.5.6
- --target-dir=/opt/etcd-v3.5.7
- --src=/opt/etcd-v3.5.9/etcd
- --src=/opt/etcd-v3.5.9/etcdctl
- --target-dir=/opt/etcd-v3.5.9
- --src=/opt/etcd-v3.5.13/etcd
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.29.0-beta.1
name: init-etcd-symlinks-3-5-9
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand Down Expand Up @@ -276,13 +277,13 @@ Contents: |
- mountPath: /opt
name: opt
- args:
- --target-dir=/opt/etcd-v3.5.9
- --target-dir=/opt/etcd-v3.5.13
- --src=/usr/local/bin/etcd
- --src=/usr/local/bin/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/etcd:3.5.9-0
name: init-etcd-3-5-9
image: registry.k8s.io/etcd:3.5.13-0
name: init-etcd-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand All @@ -308,12 +309,13 @@ Contents: |
- --target-dir=/opt/etcd-v3.5.4
- --target-dir=/opt/etcd-v3.5.6
- --target-dir=/opt/etcd-v3.5.7
- --src=/opt/etcd-v3.5.9/etcd
- --src=/opt/etcd-v3.5.9/etcdctl
- --target-dir=/opt/etcd-v3.5.9
- --src=/opt/etcd-v3.5.13/etcd
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.29.0-beta.1
name: init-etcd-symlinks-3-5-9
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand Down
26 changes: 14 additions & 12 deletions pkg/model/components/etcdmanager/tests/proxy/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ Contents: |
- mountPath: /opt
name: opt
- args:
- --target-dir=/opt/etcd-v3.5.9
- --target-dir=/opt/etcd-v3.5.13
- --src=/usr/local/bin/etcd
- --src=/usr/local/bin/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/etcd:3.5.9-0
name: init-etcd-3-5-9
image: registry.k8s.io/etcd:3.5.13-0
name: init-etcd-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand All @@ -172,12 +172,13 @@ Contents: |
- --target-dir=/opt/etcd-v3.5.4
- --target-dir=/opt/etcd-v3.5.6
- --target-dir=/opt/etcd-v3.5.7
- --src=/opt/etcd-v3.5.9/etcd
- --src=/opt/etcd-v3.5.9/etcdctl
- --target-dir=/opt/etcd-v3.5.9
- --src=/opt/etcd-v3.5.13/etcd
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.29.0-beta.1
name: init-etcd-symlinks-3-5-9
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand Down Expand Up @@ -288,13 +289,13 @@ Contents: |
- mountPath: /opt
name: opt
- args:
- --target-dir=/opt/etcd-v3.5.9
- --target-dir=/opt/etcd-v3.5.13
- --src=/usr/local/bin/etcd
- --src=/usr/local/bin/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/etcd:3.5.9-0
name: init-etcd-3-5-9
image: registry.k8s.io/etcd:3.5.13-0
name: init-etcd-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand All @@ -320,12 +321,13 @@ Contents: |
- --target-dir=/opt/etcd-v3.5.4
- --target-dir=/opt/etcd-v3.5.6
- --target-dir=/opt/etcd-v3.5.7
- --src=/opt/etcd-v3.5.9/etcd
- --src=/opt/etcd-v3.5.9/etcdctl
- --target-dir=/opt/etcd-v3.5.9
- --src=/opt/etcd-v3.5.13/etcd
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.29.0-beta.1
name: init-etcd-symlinks-3-5-9
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
backupRetentionDays: 90
memoryRequest: 100Mi
name: main
version: 3.5.9
version: 3.5.13
- backups:
backupStore: memfs://tests/additionalobjects.example.com/backups/etcd/events
cpuRequest: 100m
Expand All @@ -54,7 +54,7 @@ spec:
backupRetentionDays: 90
memoryRequest: 100Mi
name: events
version: 3.5.9
version: 3.5.13
externalDns:
provider: dns-controller
iam:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"memberCount": 1,
"etcdVersion": "3.5.9"
"etcdVersion": "3.5.13"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"memberCount": 1,
"etcdVersion": "3.5.9"
"etcdVersion": "3.5.13"
}
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ spec:
- mountPath: /opt
name: opt
- args:
- --target-dir=/opt/etcd-v3.5.9
- --target-dir=/opt/etcd-v3.5.13
- --src=/usr/local/bin/etcd
- --src=/usr/local/bin/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/etcd:3.5.9-0
name: init-etcd-3-5-9
image: registry.k8s.io/etcd:3.5.13-0
name: init-etcd-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand All @@ -100,12 +100,13 @@ spec:
- --target-dir=/opt/etcd-v3.5.4
- --target-dir=/opt/etcd-v3.5.6
- --target-dir=/opt/etcd-v3.5.7
- --src=/opt/etcd-v3.5.9/etcd
- --src=/opt/etcd-v3.5.9/etcdctl
- --target-dir=/opt/etcd-v3.5.9
- --src=/opt/etcd-v3.5.13/etcd
- --src=/opt/etcd-v3.5.13/etcdctl
command:
- /opt/kops-utils/kops-utils-cp
image: registry.k8s.io/kops/kops-utils-cp:1.29.0-beta.1
name: init-etcd-symlinks-3-5-9
name: init-etcd-symlinks-3-5-13
resources: {}
volumeMounts:
- mountPath: /opt
Expand Down
Loading

0 comments on commit 2bf038b

Please sign in to comment.