Skip to content

Instantly share code, notes, and snippets.

@dkeightley
Created May 13, 2020 22:24
Show Gist options
  • Save dkeightley/f052898c9a80add418d1674cd7044a39 to your computer and use it in GitHub Desktop.
Save dkeightley/f052898c9a80add418d1674cd7044a39 to your computer and use it in GitHub Desktop.
for i in `kubectl get crd --no-headers | awk '{print $1}'`
do
echo $i
kubectl get crd $i -o yaml | grep "finalizers"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment