Skip to content

Commit 9033383

Browse files
authored
Merge pull request #37756 from tbalthazar/tbalthazar/ko-localization
[ko] Update deprecated kubectl command in apparmor doc
2 parents 7c4ff6d + a7ae14b commit 9033383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ko/docs/tutorials/security/apparmor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ kubectl get events | grep Created
158158
컨테이너의 루트 프로세스가 올바른 프로파일로 실행되는지는 proc attr을 확인하여 직접 검증할 수 있다.
159159
160160
```shell
161-
kubectl exec <pod_name> cat /proc/1/attr/current
161+
kubectl exec <pod_name> -- cat /proc/1/attr/current
162162
```
163163
```
164164
k8s-apparmor-example-deny-write (enforce)

0 commit comments

Comments
 (0)