Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove comment from storageclass-aws-ebs.yaml #48809

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/docs/concepts/storage/storage-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ Here is an example StorageClass for the AWS EBS CSI driver:

{{% code_sample language="yaml" file="storage/storageclass/storageclass-aws-ebs.yaml" %}}

`tagSpecification`: Tags with this prefix are applied to dynamically provisioned EBS volumes.

### AWS EFS

To configure AWS EFS storage, you can use the out-of-tree [AWS_EFS_CSI_DRIVER](https://github.com/kubernetes-sigs/aws-efs-csi-driver).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ allowedTopologies:
values:
- us-east-2c

# `tagSpecification`: Tags with this prefix are applied to dynamically provisioned EBS volumes.