Skip to content

Instantly share code, notes, and snippets.

@pmorie
Created October 14, 2015 21:43
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 pmorie/055a81154a1bca9be5be to your computer and use it in GitHub Desktop.
Save pmorie/055a81154a1bca9be5be to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: error-test-pod
spec:
containers:
- name: test-container
image: pmorie/mounttest-user:0.3
command: [ "/mt" ]
volumeMounts:
# name must match the volume name below
- name: emptydir-volume
mountPath: /etc/volume
volumes:
- name: emptydir-volume
restartPolicy: Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment