mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-31 17:19:17 -03:30
Rollback coredns, should not have been updated before 1.19 (#6573)
This commit is contained in:
@@ -531,7 +531,7 @@ haproxy_image_tag: 2.1
|
||||
|
||||
# Coredns version should be supported by corefile-migration (or at least work with)
|
||||
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail
|
||||
coredns_version: "1.7.0"
|
||||
coredns_version: "1.6.7"
|
||||
coredns_image_repo: "{{ docker_image_repo }}/coredns/coredns"
|
||||
coredns_image_tag: "{{ coredns_version }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user