update Setup.md
This commit is contained in:
parent
daa28a46b9
commit
fb999d190b
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ sudo -i
|
|||
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
|
||||
echo "deb http://apt.kubernetes.io/ kubernetes-xenial main" \
|
||||
| tee -a /etc/apt/sources.list.d/kubernetes.list
|
||||
apt update && apt install kubectl
|
||||
kubectl completion bash >> /etc/bash_completion.d/kubernetes
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue