Skip to content

Commit

Permalink
kubeadm: bump etcd version to 3.5.16
Browse files Browse the repository at this point in the history
while default etcd version on Flatcar is updated to 3.5.16 we override
the version here for all Kubernetes test for all channels.

This can be dropped once 3.5.16 will be shipped on all Flatcar channels.

Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Sep 12, 2024
1 parent 4a563c1 commit 22a5f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kola/tests/kubeadm/kubeadm.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ var (
plog = capnslog.NewPackageLogger("github.com/flatcar/mantle", "kola/tests/kubeadm")
etcdConfig = conf.ContainerLinuxConfig(`
etcd:
version: 3.5.16
advertise_client_urls: http://{PRIVATE_IPV4}:2379
listen_client_urls: http://0.0.0.0:2379`)
)
Expand Down

0 comments on commit 22a5f75

Please sign in to comment.