Merge pull request #25022 from chiehmin/add-parition-field-for-ebs

docs: add partition field for EBS
This commit is contained in:
Kubernetes Prow Robot 2021-02-12 07:41:09 -08:00 committed by GitHub
commit 0a0dc4de36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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" >}}