mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 09:27:38 -02:30
Add ip route workaround for DNS clusterIP
This commit is contained in:
@@ -26,4 +26,6 @@ if [ "$deploy_res" -eq "0" ]; then
|
||||
ansible-playbook -i $INVENTORY playbooks/kubedns.yaml
|
||||
echo "Setting up kubedashboard..."
|
||||
ansible-playbook -i $INVENTORY playbooks/kubedashboard.yaml
|
||||
echo "Setting up ip route work-around for DNS clusterIP availability..."
|
||||
ansible-playbook -i $INVENTORY playbooks/ipro_for_dnsmasq.yaml
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user