Skip to content

Commit cfe6ffb

Browse files
committed
fix restart steps
1 parent 656a275 commit cfe6ffb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README-cn.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,18 +195,17 @@ vagrant up
195195
vagrant ssh node1
196196
# run the prosivision scripts
197197
/vagrant/hack/k8s-init.sh
198-
/vagrant/hack/deploy-base-services.sh
199198
exit
200199
# login to node2
201200
vagrant ssh node2
202201
# run the prosivision scripts
203202
/vagrant/hack/k8s-init.sh
204-
/vagrant/hack/deploy-base-services.sh
205203
exit
206204
# login to node3
207205
vagrant ssh node3
208206
# run the prosivision scripts
209207
/vagrant/hack/k8s-init.sh
208+
sudo -i
210209
/vagrant/hack/deploy-base-services.sh
211210
exit
212211
```

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,17 @@ vagrant up
186186
vagrant ssh node1
187187
# run the prosivision scripts
188188
/vagrant/hack/k8s-init.sh
189-
/vagrant/hack/deploy-base-services.sh
190189
exit
191190
# login to node2
192191
vagrant ssh node2
193192
# run the prosivision scripts
194193
/vagrant/hack/k8s-init.sh
195-
/vagrant/hack/deploy-base-services.sh
196194
exit
197195
# login to node3
198196
vagrant ssh node3
199197
# run the prosivision scripts
200198
/vagrant/hack/k8s-init.sh
199+
sudo -i
201200
/vagrant/hack/deploy-base-services.sh
202201
exit
203202
```

0 commit comments

Comments
 (0)