Updated to reference env variable
This commit is contained in:
parent
5eb5ea5f25
commit
af5c1cf010
1 changed files with 1 additions and 0 deletions
|
|
@ -335,6 +335,7 @@ mv kubectl ~/.local/bin/
|
||||||
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
|
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
|
echo 'export KUBECONFIG=~/.kube/config-manual' >> ~/.bashrc
|
||||||
export KUBECONFIG=~/.kube/config-manual
|
export KUBECONFIG=~/.kube/config-manual
|
||||||
kubectl get nodes # expect 1 Ready node
|
kubectl get nodes # expect 1 Ready node
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue