Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 280 Bytes

TIPS_OF_THE_DAY.md

File metadata and controls

14 lines (9 loc) · 280 Bytes

Tips of the day

Kubernetes

To run kubectloperations efficiently, initialize the shell by running below command.

$ source ~/.dotfiles/scripts/kubectl_helper.sh

Set KUBECTL_NAMESPACE=namespace if you use kubectl to access a non default namespace many times.