Updated to reference env variable

This commit is contained in:
CodeGit 2026-09-04 00:16:37 +01:00
parent 5eb5ea5f25
commit af5c1cf010

View file

@ -335,6 +335,7 @@ mv kubectl ~/.local/bin/
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
export PATH="$HOME/.local/bin:$PATH"
echo 'export KUBECONFIG=~/.kube/config-manual' >> ~/.bashrc
export KUBECONFIG=~/.kube/config-manual
kubectl get nodes # expect 1 Ready node
```