Skip to content

Commit

Permalink
Editorial: Make specific docker reference generic (GoogleCloudPlatfor…
Browse files Browse the repository at this point in the history
…m#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.
  • Loading branch information
danielkhan authored Jan 20, 2021
1 parent 8a76485 commit 4e3cd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ gcloud services enable monitoring.googleapis.com \
kind create cluster
```

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.
3. Run `skaffold run` (first time will be slow, it can take ~20 minutes).
This will build and deploy the application. If you need to rebuild the images
Expand Down

0 comments on commit 4e3cd12

Please sign in to comment.