We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04f32e commit 39d0020Copy full SHA for 39d0020
infrastructure/server-setup/tasks/k8s/user-kubeconfig.yml
@@ -17,7 +17,7 @@
17
18
- name: Generate k8s cluster configuration files
19
environment:
20
- PUBLIC_API_SERVER_IP: "{{ (kube_api_host | default(ansible_host) }}"
+ PUBLIC_API_SERVER_IP: "{{ kube_api_host | default(ansible_host) }}"
21
ASK_PASSWORD: no
22
KUBECONFIG: /etc/kubernetes/admin.conf
23
shell: |
0 commit comments