Skip to content

Commit

Permalink
Docs: more generic message in warning and in additional notes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDeBock committed Jun 12, 2022
1 parent d726284 commit 16a2c91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docs/book/src/clusterctl/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,9 @@ The command for getting the kubeconfig file for connecting to a workload cluster
clusterctl get kubeconfig capi-quickstart > capi-quickstart.kubeconfig
```

### Fix kubeconfig (when using docker on macOS)
### Fix kubeconfig (when using Docker)

When using docker on macOS, you will need to do a couple of additional
steps to get the correct kubeconfig for a workload cluster created with the Docker provider:
When using using Docker on macOS, Windows, or Docker Desktop (Docker Engine works fine) on Linux, you'll need to take a few extra steps to get the kubeconfig for a workload cluster created with the Docker provider.

```bash
# Point the kubeconfig to the exposed port of the load balancer, rather than the inaccessible container IP.
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 @@ -975,9 +975,7 @@ clusterctl get kubeconfig capi-quickstart > capi-quickstart.kubeconfig
<h1>Warning</h1>
If you are using Docker on MacOS, you will need to do a couple of additional
steps to get the correct kubeconfig for a workload cluster created with the Docker provider.
See [Additional Notes for the Docker Provider](../clusterctl/developers.md#additional-notes-for-the-docker-provider).
If you're using Docker on macOS, Windows, or Docker Desktop (Docker Engine works fine) on Linux, you'll need to take a few extra steps to get the kubeconfig for a workload cluster created with the Docker provider. See [Additional Notes for the Docker provider](../clusterctl/developers.md#additional-notes-for-the-docker-provider).
</aside>
Expand Down

0 comments on commit 16a2c91

Please sign in to comment.