File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -195,18 +195,17 @@ vagrant up
195195vagrant ssh node1
196196# run the prosivision scripts
197197/vagrant/hack/k8s-init.sh
198- /vagrant/hack/deploy-base-services.sh
199198exit
200199# login to node2
201200vagrant ssh node2
202201# run the prosivision scripts
203202/vagrant/hack/k8s-init.sh
204- /vagrant/hack/deploy-base-services.sh
205203exit
206204# login to node3
207205vagrant ssh node3
208206# run the prosivision scripts
209207/vagrant/hack/k8s-init.sh
208+ sudo -i
210209/vagrant/hack/deploy-base-services.sh
211210exit
212211```
Original file line number Diff line number Diff line change @@ -186,18 +186,17 @@ vagrant up
186186vagrant ssh node1
187187# run the prosivision scripts
188188/vagrant/hack/k8s-init.sh
189- /vagrant/hack/deploy-base-services.sh
190189exit
191190# login to node2
192191vagrant ssh node2
193192# run the prosivision scripts
194193/vagrant/hack/k8s-init.sh
195- /vagrant/hack/deploy-base-services.sh
196194exit
197195# login to node3
198196vagrant ssh node3
199197# run the prosivision scripts
200198/vagrant/hack/k8s-init.sh
199+ sudo -i
201200/vagrant/hack/deploy-base-services.sh
202201exit
203202```
You can’t perform that action at this time.
0 commit comments