Skip to content

Commit 93a0be5

Browse files
committed
consolodate documentation
1 parent b6f2094 commit 93a0be5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,9 @@ For ease of use, a single script `cluster_init.sh` was created as a function of
195195
* local copy of "kube config"
196196
* Weave CNI install
197197

198-
First, log into the control plane node:
199-
```bash
200-
vagrant ssh cplane
201-
```
202-
203-
Run the Cluster Init Script:
198+
and can be run with the vagrant command:
204199
```bash
205-
./cluster_init.sh
200+
vagrant ssh cplane -c "./cluster_init.sh"
206201
```
207202

208203
### 3. Join Worker Node

0 commit comments

Comments
 (0)