File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ Flags:
127
127
--base-image string name:tag of the base image to use for the build (default " kindest/base:v20181203-d055041" )
128
128
-h, --help help for node-image
129
129
--image string name:tag of the resulting image to be built (default " kindest/node:latest" )
130
- --kube-root string Path to the Kubernetes source directory (if empty, the path is autodetected)
131
130
--type string build type, default is docker (default " docker" )
132
131
133
132
Global Flags:
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ You can clone Kubernetes source code.
109
109
### Building image
110
110
111
111
``` sh
112
- ➜ ~ kind build node-image --image kindest/node:main --kube-root $GOPATH /src/k8s.io/kubernetes
112
+ ➜ ~ kind build node-image --image kindest/node:main $GOPATH /src/k8s.io/kubernetes
113
113
Starting to build Kubernetes
114
114
...
115
115
Image build completed.
You can’t perform that action at this time.
0 commit comments