Skip to content

Commit 6d11936

Browse files
committed
fix kubernetes serivce deployment script error
1 parent cfe6ffb commit 6d11936

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README-cn.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ vagrant ssh node3
206206
# run the prosivision scripts
207207
/vagrant/hack/k8s-init.sh
208208
sudo -i
209-
/vagrant/hack/deploy-base-services.sh
209+
cd /vagrant/hack
210+
./deploy-base-services.sh
210211
exit
211212
```
212213

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ vagrant ssh node3
197197
# run the prosivision scripts
198198
/vagrant/hack/k8s-init.sh
199199
sudo -i
200-
/vagrant/hack/deploy-base-services.sh
200+
cd /vagrant/hack
201+
./deploy-base-services.sh
201202
exit
202203
```
203204

0 commit comments

Comments
 (0)