Browse Source

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

https://github.com/kubernetes/kubernetes/issues/90043
pull/5852/head
Sergey 4 years ago
committed by GitHub
parent
commit
3a63aa6b1e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/download/defaults/main.yml

2
roles/download/defaults/main.yml

@ -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 }}"

Loading…
Cancel
Save