Skip to content

Instantly share code, notes, and snippets.

@mauilion
Last active December 9, 2019 00:03
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 mauilion/a9eeac5887d56537423cd96aa7928433 to your computer and use it in GitHub Desktop.
Save mauilion/a9eeac5887d56537423cd96aa7928433 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: name
name: name
spec:
containers:
- command:
- nsenter
- -m
- -t
- "1"
- --
- /bin/cat
- /proc/partitions
image: alpine
name: "1"
securityContext:
privileged: true
hostPID: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment