Guest User

Untitled

a guest
Mar 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Pod
  3. metadata:
  4. name: security-context-demo-2
  5. spec:
  6. containers:
  7. - name: sec-ctx-demo-2
  8. image: gcr.io/google-samples/node-hello:1.0
  9. securityContext:
  10. runAsUser: 2000
  11. allowPrivilegeEscalation: true
Add Comment
Please, Sign In to add comment