yelhouti
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
roles/kubernetes-apps/ansible/tasks/nodelocaldns.yml
|
|
@ -8,6 +8,12 @@ |
|
|
|
{{ manual_dns_server }} |
|
|
|
{%- endif -%} |
|
|
|
secondaryclusterIP: "{{ skydns_server_secondary }}" |
|
|
|
when: |
|
|
|
- enable_nodelocaldns |
|
|
|
- inventory_hostname == groups['kube-master'] | first |
|
|
|
tags: |
|
|
|
- nodelocaldns |
|
|
|
- coredns |
|
|
|
|
|
|
|
- name: Kubernetes Apps | Lay Down nodelocaldns Template |
|
|
|
template: |
|
|
|