Skip to content

Instantly share code, notes, and snippets.

@jkeam
Created March 1, 2022 18:38
Show Gist options
  • Save jkeam/bec88bdb6fd52d7f1c92186588fafcd3 to your computer and use it in GitHub Desktop.
Save jkeam/bec88bdb6fd52d7f1c92186588fafcd3 to your computer and use it in GitHub Desktop.
Test if OCP is FIPs enabled
oc get cm cluster-config-v1 -n kube-system -o json | jq -r '.data' | grep -i "fips"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment