diff --git a/docs/book/src/clusterctl/developers.md b/docs/book/src/clusterctl/developers.md index 99bd65ee95c2..bac2f31d224b 100644 --- a/docs/book/src/clusterctl/developers.md +++ b/docs/book/src/clusterctl/developers.md @@ -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 Desktop -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 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. ```bash # Point the kubeconfig to the exposed port of the load balancer, rather than the inaccessible container IP. diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index b1225d9b99cd..fe3f141503fc 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -975,9 +975,7 @@ clusterctl get kubeconfig capi-quickstart > capi-quickstart.kubeconfig