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 af4bc42 commit ac2b15aCopy full SHA for ac2b15a
examples/k8s_nginx_cgr/manifest_nonrootc.yaml
@@ -14,8 +14,8 @@ spec:
14
- containerPort: 8080
15
hostPort: 8080
16
17
-# kubectl apply -f manifest_nonroot.yaml
18
-# kubectl exec -it example-pod-nonroot -c example-container -- /bin/sh
19
-# kubectl attach -it example-pod-nonroot -c example-container
20
-# mint debug --runtime=k8s --namespace=default --pod=example-pod-nonroot --target=example-container
21
-# kubectl delete -f manifest_nonroot.yaml
+# kubectl apply -f manifest_nonrootc.yaml
+# kubectl exec -it example-pod-nonrootc -c example-container -- /bin/sh
+# kubectl attach -it example-pod-nonrootc -c example-container
+# mint debug --runtime=k8s --namespace=default --pod=example-pod-nonrootc --target=example-container
+# kubectl delete -f manifest_nonrootc.yaml
0 commit comments