Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Oct 11, 2024
1 parent 44488dd commit 78511b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/3_policies/ex3-scc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ kubectl-user get events
ink "Grant access to scc hostpath-provisioner to service account default"
oc adm policy add-scc-to-user hostpath-provisioner -z default

# Wait for deployment to recreate the pod
ink "Wait for deployment to recreate the pod"
sleep 5
kubectl wait --timeout=60s --for=condition=Ready pods -l app=nginx -n "$NS"
kubectl-user get pods
Expand Down

0 comments on commit 78511b2

Please sign in to comment.