Skip to content

Commit

Permalink
Merge pull request #25022 from chiehmin/add-parition-field-for-ebs
Browse files Browse the repository at this point in the history
docs: add partition field for EBS
  • Loading branch information
k8s-ci-robot authored Feb 12, 2021
2 parents 6af44ed + 4237738 commit 0a0dc4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
Expand Down

0 comments on commit 0a0dc4d

Please sign in to comment.