fix binary path in doc

pull/13168/head
Steven Powell 2021-12-15 16:39:45 -08:00
parent 5a66196a20
commit dce1612c33
1 changed files with 1 additions and 1 deletions

View File

@ -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
```