mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 17:48:12 -03:30
Fixes and improvements
- Move kubedns to a separate mini playbook - Fix custom.yaml location
This commit is contained in:
@@ -18,8 +18,7 @@ sudo pip install kpm
|
||||
|
||||
# k8s deploy script and config
|
||||
sudo sh -c 'cp -a ~vagrant/deploy-k8s.kargo.sh /root/ && chmod 755 /root/deploy-k8s.kargo.sh'
|
||||
sudo git clone https://github.com/kubespray/kargo /root/kargo
|
||||
sudo cp -a ~vagrant/custom.yaml /root/kargo/custom.yaml
|
||||
sudo cp -a ~vagrant/custom.yaml /root/custom.yaml
|
||||
|
||||
# SSH keys and config
|
||||
sudo rm -rf /root/.ssh
|
||||
|
||||
Reference in New Issue
Block a user