Add another workaround for hostnetwork pods
This commit is contained in:
parent
21f1c82fb0
commit
fad80d8595
1 changed files with 3 additions and 0 deletions
|
@ -19,3 +19,6 @@
|
||||||
- name: Setup route
|
- name: Setup route
|
||||||
shell: ip ro add {{ hostvars[groups['kube-master'][0]]['kube_service_addresses']['stdout'] }} via {{ local_ip.stdout }}
|
shell: ip ro add {{ hostvars[groups['kube-master'][0]]['kube_service_addresses']['stdout'] }} via {{ local_ip.stdout }}
|
||||||
when: local_route.stdout.find('{{ local_ip.stdout }}') == -1
|
when: local_route.stdout.find('{{ local_ip.stdout }}') == -1
|
||||||
|
- name: Add openstack namespace to resolv.conf
|
||||||
|
shell: grep openstack.svc.cluster.local /etc/resolv.conf || sed '/^search / s/$/ openstack.svc.cluster.local/' /etc/resolv.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue