mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 05:29:28 -02:30
New playbooks for k8s service and examples
- kubedns moved to playbooks dir - new ansible playbooks added for kubedash and kube-dashboard - examples for k8s deployments and services added
This commit is contained in:
@@ -22,5 +22,5 @@ deploy_res=$?
|
||||
|
||||
if [ "$deploy_res" -eq "0" ]; then
|
||||
echo "Setting up kubedns..."
|
||||
ansible-playbook -i $INVENTORY kubedns.yaml
|
||||
ansible-playbook -i $INVENTORY playbooks/kubedns.yaml
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user