Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 457 Bytes

14.5.md

File metadata and controls

16 lines (13 loc) · 457 Bytes

Задача 1: Рассмотрите пример 14.5/example-security-context.yml

root@cp1:/home/user/14.5# kubectl apply -f example-security-context.yml
pod/security-context-demo created
root@cp1:/home/user/14.5# kubectl get pods | grep security
security-context-demo                 0/1     CrashLoopBackOff    1 (13s ago)    18s
root@cp1:/home/user/14.5# kubectl logs security-context-demo
uid=1000 gid=3000 groups=3000