Skip to content

Commit

Permalink
Mention kind in docs for local development (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweig authored and balopat committed May 8, 2019
1 parent 63f353f commit a117236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ be helpful to your project. For more information, see [CLI References](/docs/ref
Local development means that Skaffold can skip pushing built container images, because the images are already present where they are run.
For standard development setups such as `minikube` and `docker-for-desktop`, this works out of the box.
However, for non-standard local setups, such as `minikube` profiles, some extra configuration is necessary.
However, for non-standard local setups, such as [minikube](https://github.com/kubernetes/minikube/) with custom profile or [kind](https://github.com/kubernetes-sigs/kind), some extra configuration is necessary.
The essential steps are:
1. Ensure that Skaffold builds the images with the docker daemon, which also runs the containers.
Expand Down

0 comments on commit a117236

Please sign in to comment.