Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
prankul88 committed Jul 8, 2020
1 parent f1c1fa3 commit b6d22f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/book/src/clusterctl/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ EOF
The command for getting the kubeconfig file for connecting to a workload cluster is the following:

```bash
kubectl --namespace=default get secret/capi-quickstart-kubeconfig -o jsonpath={.data.value} \
| base64 --decode \
> ./capi-quickstart.kubeconfig
clusterctl get kubeconfig capi-quickstart
```

When using docker-for-mac MacOS, you will need to do a couple of additional
Expand Down
4 changes: 1 addition & 3 deletions docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,7 @@ The control planes won't be `Ready` until we install a CNI in the next step.
After the first control plane node is up and running, we can retrieve the [workload cluster] Kubeconfig:

```bash
kubectl --namespace=default get secret/capi-quickstart-kubeconfig -o jsonpath={.data.value} \
| base64 --decode \
> ./capi-quickstart.kubeconfig
clusterctl get kubeconfig capi-quickstart
```

### Deploy a CNI solution
Expand Down

0 comments on commit b6d22f6

Please sign in to comment.