Merge pull request #37756 from tbalthazar/tbalthazar/ko-localization

[ko] Update deprecated kubectl command in apparmor doc
dev-1.25-ko.2
Kubernetes Prow Robot 2022-12-04 19:05:02 -08:00 committed by GitHub
commit 9033383f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,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)