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 44488dd commit 78511b2Copy full SHA for 78511b2
labs/3_policies/ex3-scc.sh
@@ -163,7 +163,7 @@ kubectl-user get events
163
ink "Grant access to scc hostpath-provisioner to service account default"
164
oc adm policy add-scc-to-user hostpath-provisioner -z default
165
166
-# Wait for deployment to recreate the pod
+ink "Wait for deployment to recreate the pod"
167
sleep 5
168
kubectl wait --timeout=60s --for=condition=Ready pods -l app=nginx -n "$NS"
169
kubectl-user get pods
0 commit comments