Skip to content

Commit 474bc46

Browse files
authored
Merge pull request #6628 from RobinDeBock/main
📖 More generic explanation about issue getting kubeconfig on certain systems using Docker
2 parents 768f09e + 7d17554 commit 474bc46

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/book/src/clusterctl/developers.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,9 @@ The command for getting the kubeconfig file for connecting to a workload cluster
189189
clusterctl get kubeconfig capi-quickstart > capi-quickstart.kubeconfig
190190
```
191191

192-
### Fix kubeconfig (when using docker on macOS)
192+
### Fix kubeconfig when using Docker Desktop
193193

194-
When using docker on macOS, you will need to do a couple of additional
195-
steps to get the correct kubeconfig for a workload cluster created with the Docker provider:
194+
When using using Docker Desktop on macOS 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.
196195

197196
```bash
198197
# Point the kubeconfig to the exposed port of the load balancer, rather than the inaccessible container IP.

docs/book/src/user/quick-start.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -975,9 +975,7 @@ clusterctl get kubeconfig capi-quickstart > capi-quickstart.kubeconfig
975975
976976
<h1>Warning</h1>
977977
978-
If you are using Docker on MacOS, you will need to do a couple of additional
979-
steps to get the correct kubeconfig for a workload cluster created with the Docker provider.
980-
See [Additional Notes for the Docker Provider](../clusterctl/developers.md#additional-notes-for-the-docker-provider).
978+
If you're using Docker Desktop on macOS, 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).
981979
982980
</aside>
983981

0 commit comments

Comments
 (0)