We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7f09b9 + 23bc986 commit c117a16Copy full SHA for c117a16
hack/must-gather.sh
@@ -91,7 +91,7 @@ echo "# ClusterPolicy"
91
echo "#"
92
echo
93
94
-CLUSTER_POLICY_NAME=$($K get clusterpolicy -oname)
+CLUSTER_POLICY_NAME=$($K get clusterpolicies.nvidia.com -oname)
95
96
if [[ "${CLUSTER_POLICY_NAME}" ]]; then
97
echo "Get ${CLUSTER_POLICY_NAME}"
0 commit comments