Skip to content

CHEAT SHEET

kawser edited this page Jan 5, 2020 · 2 revisions

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

Clone this wiki locally