mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-18 11:40:10 -03:30
Added missing parameter to sed command
This commit is contained in:
@@ -20,5 +20,5 @@
|
|||||||
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
|
- 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
|
shell: grep openstack.svc.cluster.local /etc/resolv.conf || sed '/^search / s/$/ openstack.svc.cluster.local/' -i /etc/resolv.conf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user