Skip to content

netcheck_etcd_image_tag should use dynamic value, current is v3.4.17 #12214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kiddingbaby opened this issue May 13, 2025 · 0 comments
Open
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@kiddingbaby
Copy link

What would you like to be added

roles/kubespray-defaults/defaults/main/download.yml

etcd_supported_versions:
  v1.31: "v3.5.19"
  v1.30: "v3.5.19"
  v1.29: "v3.5.19"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
...
...
...
# netcheck_etcd_image_tag = v3.4.17
netcheck_etcd_image_tag = {{ etcd_image_tag }}

Why is this needed

There is not {{ netcheck_etcd_image_tag }} in contrib/offline/temp/images.list.template, it may occur pull image error in offline mode. Recommended to keep the version consistent with etcd,

@kiddingbaby kiddingbaby added the kind/feature Categorizes issue or PR as related to a new feature. label May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant