Skip to content
Snippets Groups Projects
Unverified Commit 717b8daa authored by Joe Siponen's avatar Joe Siponen Committed by GitHub
Browse files

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.
parent c346e460
No related branches found
No related tags found
No related merge requests found
...@@ -1411,7 +1411,7 @@ downloads: ...@@ -1411,7 +1411,7 @@ downloads:
tag: "{{ coredns_image_tag }}" tag: "{{ coredns_image_tag }}"
sha256: "{{ coredns_digest_checksum|default(None) }}" sha256: "{{ coredns_digest_checksum|default(None) }}"
groups: groups:
- kube_control_plane - k8s_cluster
nodelocaldns: nodelocaldns:
enabled: "{{ enable_nodelocaldns }}" enabled: "{{ enable_nodelocaldns }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment