Gennway:
Do I need to write all of these commands on real exam? https://kubernetes.io/docs/tasks/tools/included/optional-kubectl-configs-bash-linux/ or autocompletion is enabled by default on real exam (because on killer.sh it isnt and as far as I know killersh is supposed to be very close to the real exam environement)
Vagif Gafar:
autocompletion is not enabled by default. So, use the first few from here: https://kubernetes.io/docs/reference/kubectl/cheatsheet/
Vagif Gafar:
do not worry about bashrc, enough to import into working shell as it is only one, anyway
Gurudutt Dongre:
and make sure to put -n <namespace> in the beginning⦠like⦠kubectl -n <ns>