downgrade nodelocaldns version due bug with flood to error log (#5931)

https://github.com/kubernetes/kubernetes/issues/90043
This commit is contained in:
Sergey 2020-04-11 09:41:55 +03:00 committed by GitHub
parent 337499d772
commit 3a63aa6b1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -494,7 +494,7 @@ coredns_version: "1.6.9"
coredns_image_repo: "{{ docker_image_repo }}/coredns/coredns"
coredns_image_tag: "{{ coredns_version }}"
nodelocaldns_version: "1.15.11"
nodelocaldns_version: "1.15.10"
nodelocaldns_image_repo: "{{ kube_image_repo }}/k8s-dns-node-cache"
nodelocaldns_image_tag: "{{ nodelocaldns_version }}"