Skip to content

Instantly share code, notes, and snippets.

@jkeam
Created March 3, 2023 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkeam/d99d24ac66ae9e95a4edb86b1ae30431 to your computer and use it in GitHub Desktop.
Save jkeam/d99d24ac66ae9e95a4edb86b1ae30431 to your computer and use it in GitHub Desktop.
Privileged Podman Pod
apiVersion: v1
kind: Pod
metadata:
name: podman-priv
spec:
containers:
- name: priv
image: quay.io/podman/stable:v4.4.1
args:
- sleep
- "1000000"
securityContext:
privileged: true
runAsUser: 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment