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:
Aleksandr Didenko
2016-06-22 18:43:39 +02:00
parent 9c5c0f2697
commit 39dd4c1aaa
9 changed files with 77 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ sudo sh -c 'cd /root/kargo-cli && python setup.py install'
# k8s deploy script and configs
sudo sh -c 'cp -a ~vagrant/deploy-k8s.kargo.sh /root/ && chmod 755 /root/deploy-k8s.kargo.sh'
sudo cp -a ~vagrant/custom.yaml /root/custom.yaml
sudo cp -a ~vagrant/kubedns.yaml /root/kubedns.yaml
sudo cp -a ~vagrant/playbooks /root/playbooks
# SSH keys and config
sudo rm -rf /root/.ssh