Files
kubernetes/examples/gce-pd/testpd.yaml
Brendan Burns e7a69504b4 Now that we automatically format GCE PD, remove formatting from the e2e test.
Also remove docs that note that it is necessary.
2015-02-06 20:30:58 -08:00

23 lines
468 B
YAML

apiVersion: v1beta1
desiredState:
manifest:
containers:
- image: kubernetes/pause
name: testpd
volumeMounts:
- mountPath: "/testpd"
name: "testpd"
id: testpd
version: v1beta1
volumes:
- name: testpd
source:
persistentDisk:
# This GCE PD must already exist.
pdName: "%insert_pd_name_here%"
fsType: ext4
id: testpd
kind: Pod
labels:
test: testpd