mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-23 10:32:03 +00:00
local_docker: add export PATH to kubecfg binary
This commit is contained in:
parent
966c3dae70
commit
fc54dd2b6b
@ -38,6 +38,8 @@ docker run -v /var/run/docker.sock:/var/run/docker.sock kubernetes-bootstrap
|
|||||||
|
|
||||||
```
|
```
|
||||||
./build/make-client.sh
|
./build/make-client.sh
|
||||||
|
# set $host_os and $host_arch to your local host os and architecture.
|
||||||
|
export PATH=$(readlink -f _output/build/$host_os/$host_arch):$PATH
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manage your pods
|
### Manage your pods
|
Loading…
Reference in New Issue
Block a user