Merge pull request #25022 from chiehmin/add-parition-field-for-ebs
docs: add partition field for EBS
This commit is contained in:
commit
0a0dc4de36
|
@ -106,6 +106,8 @@ spec:
|
|||
fsType: ext4
|
||||
```
|
||||
|
||||
If the EBS volume is partitioned, you can supply the optional field `partition: "<partition number>"` to specify which parition to mount on.
|
||||
|
||||
#### AWS EBS CSI migration
|
||||
|
||||
{{< feature-state for_k8s_version="v1.17" state="beta" >}}
|
||||
|
|
Loading…
Reference in New Issue