Skip to content

Commit

Permalink
Merge pull request #3093 from m-Bilal/fix-kubernetes-source-location-doc
Browse files Browse the repository at this point in the history
docs: add example to specify kubernetes source location
  • Loading branch information
k8s-ci-robot authored May 16, 2023
2 parents 0191413 + 9b24145 commit 6f69662
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/content/docs/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ Currently, kind supports one default way to build a `node-image`
if you have the [Kubernetes][kubernetes] source in your host machine
(`$GOPATH/src/k8s.io/kubernetes`), by using `docker`.
You can also specify a different path to kubernetes source using
```
kind build node-image /path/to/kubernetes/source
```
> **NOTE**: Building Kubernetes node-images requires everything building upstream
> Kubernetes requires, we wrap the upstream build. This includes Docker with buildx.
> See: https://git.k8s.io/community/contributors/devel/development.md#building-kubernetes-with-docker
Expand Down

0 comments on commit 6f69662

Please sign in to comment.