Skip to content

Commit 4e3cd12

Browse files
authored
Editorial: Make specific docker reference generic (GoogleCloudPlatform#448)
Using Docker is just one of the three options mentioned, yet the text asks to verify that the user is connected to Docker after creating a cluster.
1 parent 8a76485 commit 4e3cd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ gcloud services enable monitoring.googleapis.com \
9898
kind create cluster
9999
```
100100

101-
2. Run `kubectl get nodes` to verify you're connected to “Kubernetes on Docker”.
101+
2. Run `kubectl get nodes` to verify you're connected to the respective control plane.
102102
103103
3. Run `skaffold run` (first time will be slow, it can take ~20 minutes).
104104
This will build and deploy the application. If you need to rebuild the images

0 commit comments

Comments
 (0)