Browse Source

Download coredns image to all hosts in k8s_cluster (#9316)

Coredns image must be available everywhere as it
may be rescheduled to a non-control-plane-node.
pull/9369/head
Joe Siponen 2 years ago
committed by GitHub
parent
commit
717b8daafe
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

@ -1411,7 +1411,7 @@ downloads:
tag: "{{ coredns_image_tag }}"
sha256: "{{ coredns_digest_checksum|default(None) }}"
groups:
- kube_control_plane
- k8s_cluster
nodelocaldns:
enabled: "{{ enable_nodelocaldns }}"

Loading…
Cancel
Save