fix binary path in doc
parent
5a66196a20
commit
dce1612c33
|
@ -46,6 +46,6 @@ curl -LO \
|
|||
https://storage.googleapis.com/kubernetes-release/release/$kv/bin/linux/amd64/kubectl \
|
||||
&& install kubectl /tmp/
|
||||
|
||||
minikube config set WantUpdateNotification false
|
||||
/tmp/minikube-linux-amd64 config set WantUpdateNotification false
|
||||
/tmp/minikube-linux-amd64 start --driver=docker
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue