mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Merge pull request #5794 from thockin/gcepd_name
Rename the JSON for GCEPersistentDisk, fix examples
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
||||
mountPath: /testpd
|
||||
volumes:
|
||||
- name: testpd
|
||||
persistentDisk:
|
||||
gcePersistentDisk:
|
||||
# This GCE PD must already exist.
|
||||
pdName: %insert_pd_name_here%
|
||||
fsType: ext4
|
||||
|
@@ -33,7 +33,7 @@ spec:
|
||||
mountPath: /var/lib/mysql
|
||||
volumes:
|
||||
- name: mysql-persistent-storage
|
||||
persistentDisk:
|
||||
gcePersistentDisk:
|
||||
# This GCE PD must already exist.
|
||||
pdName: mysql-disk
|
||||
fsType: ext4
|
||||
|
@@ -30,7 +30,7 @@ spec:
|
||||
mountPath: /var/www/html
|
||||
volumes:
|
||||
- name: wordpress-persistent-storage
|
||||
persistentDisk:
|
||||
gcePersistentDisk:
|
||||
# This GCE PD must already exist.
|
||||
pdName: wordpress-disk
|
||||
fsType: ext4
|
||||
|
Reference in New Issue
Block a user