We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a76485 commit 4e3cd12Copy full SHA for 4e3cd12
docs/development-guide.md
@@ -98,7 +98,7 @@ gcloud services enable monitoring.googleapis.com \
98
kind create cluster
99
```
100
101
-2. Run `kubectl get nodes` to verify you're connected to “Kubernetes on Docker”.
+2. Run `kubectl get nodes` to verify you're connected to the respective control plane.
102
103
3. Run `skaffold run` (first time will be slow, it can take ~20 minutes).
104
This will build and deploy the application. If you need to rebuild the images
0 commit comments