Lihai Tu
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
roles/kubespray-defaults/defaults/main/download.yml
|
@ -292,7 +292,7 @@ haproxy_image_tag: 2.8.2-alpine |
|
|
# Coredns version should be supported by corefile-migration (or at least work with) |
|
|
# Coredns version should be supported by corefile-migration (or at least work with) |
|
|
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail |
|
|
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail |
|
|
|
|
|
|
|
|
coredns_version: "{{ 'v1.11.3' if (kube_version is version('v1.30.0', '>=')) else 'v1.11.1' }}" |
|
|
|
|
|
|
|
|
coredns_version: "{{ 'v1.11.3' if (kube_version is version('v1.30.5', '>=')) else 'v1.11.1' }}" |
|
|
coredns_image_is_namespaced: "{{ (coredns_version is version('v1.7.1', '>=')) }}" |
|
|
coredns_image_is_namespaced: "{{ (coredns_version is version('v1.7.1', '>=')) }}" |
|
|
|
|
|
|
|
|
coredns_image_repo: "{{ kube_image_repo }}{{ '/coredns/coredns' if (coredns_image_is_namespaced | bool) else '/coredns' }}" |
|
|
coredns_image_repo: "{{ kube_image_repo }}{{ '/coredns/coredns' if (coredns_image_is_namespaced | bool) else '/coredns' }}" |
|
|