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.
1 parent b21e49f commit 107ea58Copy full SHA for 107ea58
labs/3_policies/ex2-podsecurity.sh
@@ -224,10 +224,9 @@ else
224
exit 1
225
fi
226
227
-ink "Use 'docker exec -it <node-name> -- bash and crictl inspect' to check pods on nodes"
228
-
229
-node=$(kubectl get pod -n verify-pod-security ubuntu-restricted -o "jsonpath={.spec.nodeName}")
230
-docker exec -it $node crictl inspect ubuntu
+# ink "Use 'docker exec -it <node-name> -- bash and crictl inspect' to check pods on nodes"
+# node=$(kubectl get pod -n verify-pod-security ubuntu-restricted -o "jsonpath={.spec.nodeName}")
+# docker exec -it $node crictl inspect ubuntu
231
232
233
0 commit comments