Merge pull request #37280 from tbalthazar/tb/apparmor-exec-fix

Update deprecated kubectl command in apparmor doc
pull/37759/head
Kubernetes Prow Robot 2022-11-07 03:52:15 -08:00 committed by GitHub
commit 4b32c4c21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ kubectl get events | grep Created
proc attrを調べることで、コンテナのルートプロセスが正しいプロファイルで実行されているかどうかを直接確認することもできます。
```shell
kubectl exec <pod_name> cat /proc/1/attr/current
kubectl exec <pod_name> -- cat /proc/1/attr/current
```
```
k8s-apparmor-example-deny-write (enforce)