Skip to content

Instantly share code, notes, and snippets.

@jingxu97
Created October 5, 2016 23:22
Show Gist options
  • Save jingxu97/b9afc582fa52eb83042ac9d4a5b337ea to your computer and use it in GitHub Desktop.
Save jingxu97/b9afc582fa52eb83042ac9d4a5b337ea to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: jingpod
labels:
name: mypod
spec:
containers:
- name: hyper-pod
image: redis
volumeMounts:
- name: mypd
mountPath: /uui-pd
volumes:
- name: mypd
gcePersistentDisk:
pdName: hyper-disk
fsType: ext4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment