CHEAT SHEET - mkawserm/DevOps GitHub Wiki


Show all nodes with labels

kubectl get nodes --show-labels

Disable auto sidecar injection for the default namespace

kubectl label namespace default istio-injection=disabled --overwrite