Created
May 13, 2020 22:24
-
-
Save dkeightley/f052898c9a80add418d1674cd7044a39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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