Skip to content

Commit 107ea58

Browse files
committed
Update current feature
1 parent b21e49f commit 107ea58

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

labs/3_policies/ex2-podsecurity.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,9 @@ else
224224
exit 1
225225
fi
226226

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
227+
# ink "Use 'docker exec -it <node-name> -- bash and crictl inspect' to check pods on nodes"
228+
# node=$(kubectl get pod -n verify-pod-security ubuntu-restricted -o "jsonpath={.spec.nodeName}")
229+
# docker exec -it $node crictl inspect ubuntu
231230

232231

233232

0 commit comments

Comments
 (0)