Debug unstable virtual ip
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
9a3687e2b6
commit
d965d6e976
@ -193,7 +193,8 @@
|
|||||||
dest: "{{ kubeconfig.path }}"
|
dest: "{{ kubeconfig.path }}"
|
||||||
content: "{{ ( lookup('dict', hostvars) )[0].value.cluster.kubeconfig }}"
|
content: "{{ ( lookup('dict', hostvars) )[0].value.cluster.kubeconfig }}"
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
- ansible.builtin.debug:
|
||||||
|
msg: "{{ cluster.servers[0].ip | ansible.utils.ipaddr('address') }}"
|
||||||
- name: Replace API url
|
- name: Replace API url
|
||||||
ansible.builtin.replace:
|
ansible.builtin.replace:
|
||||||
path: "{{ kubeconfig.path }}"
|
path: "{{ kubeconfig.path }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user