Skip to content

Instantly share code, notes, and snippets.

@xsqian
Created February 26, 2021 18:40
Show Gist options
  • Save xsqian/d97fcd1639557893d2dc9b15013894b7 to your computer and use it in GitHub Desktop.
Save xsqian/d97fcd1639557893d2dc9b15013894b7 to your computer and use it in GitHub Desktop.
kubectl -n kube-system get deployment coredns -o yaml | \
sed 's/allowPrivilegeEscalation: false/allowPrivilegeEscalation: true/g' | \
kubectl apply -f -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment