mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
AWS EBS Examplea: Use new volume id syntax
Fixes https://github.com/kubernetes/kubernetes/issues/17957
This commit is contained in:
parent
69bb774dd4
commit
0b45edebba
@ -272,12 +272,10 @@ spec:
|
|||||||
- name: test-volume
|
- name: test-volume
|
||||||
# This AWS EBS volume must already exist.
|
# This AWS EBS volume must already exist.
|
||||||
awsElasticBlockStore:
|
awsElasticBlockStore:
|
||||||
volumeID: aws://<availability-zone>/<volume-id>
|
volumeID: <volume-id>
|
||||||
fsType: ext4
|
fsType: ext4
|
||||||
```
|
```
|
||||||
|
|
||||||
(Note: the syntax of volumeID is currently awkward; #10181 fixes it)
|
|
||||||
|
|
||||||
### nfs
|
### nfs
|
||||||
|
|
||||||
An `nfs` volume allows an existing NFS (Network File System) share to be
|
An `nfs` volume allows an existing NFS (Network File System) share to be
|
||||||
|
Loading…
Reference in New Issue
Block a user