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

Modifying parameters #619

Open
wants to merge 1 commit into
base: stable/v19.04
Choose a base branch
from
Open
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
13 changes: 6 additions & 7 deletions docs/kubernetes/operations/tasks/backends/cvs_aws.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ This example shows a backend file that applies the same aspects to all Trident c
"apiKey": "znHczZsrrtHisIsAbOguSaPIKeyAZNchRAGzlzZE",
"secretKey": "rR0rUmWXfNioN1KhtHisiSAnoTherboGuskey6pU",
"nfsMountOptions": "vers=3,proto=tcp,timeo=600",
"limitVolumeSize": "50Gi",
"serviceLevel": "premium",
"defaults": {
"snapshotReserve": "5",
Expand Down Expand Up @@ -222,7 +221,7 @@ The first StorageClass (``cvs-extreme-extra-protection``) will map to the first
kind: StorageClass
metadata:
name: cvs-extreme-extra-protection
provisioner: netapp.io/trident
provisioner: csi.trident.netapp.io
parameters:
selector: "performance=extreme; protection=extra"
allowVolumeExpansion: true
Expand All @@ -231,7 +230,7 @@ The first StorageClass (``cvs-extreme-extra-protection``) will map to the first
kind: StorageClass
metadata:
name: cvs-extreme-standard-protection
provisioner: netapp.io/trident
provisioner: csi.trident.netapp.io
parameters:
selector: "performance=premium; protection=standard"
allowVolumeExpansion: true
Expand All @@ -240,7 +239,7 @@ The first StorageClass (``cvs-extreme-extra-protection``) will map to the first
kind: StorageClass
metadata:
name: cvs-premium-extra-protection
provisioner: netapp.io/trident
provisioner: csi.trident.netapp.io
parameters:
selector: "performance=premium; protection=extra"
allowVolumeExpansion: true
Expand All @@ -249,7 +248,7 @@ The first StorageClass (``cvs-extreme-extra-protection``) will map to the first
kind: StorageClass
metadata:
name: cvs-premium
provisioner: netapp.io/trident
provisioner: csi.trident.netapp.io
parameters:
selector: "performance=premium; protection=standard"
allowVolumeExpansion: true
Expand All @@ -258,7 +257,7 @@ The first StorageClass (``cvs-extreme-extra-protection``) will map to the first
kind: StorageClass
metadata:
name: cvs-standard
provisioner: netapp.io/trident
provisioner: csi.trident.netapp.io
parameters:
selector: "performance=standard"
allowVolumeExpansion: true
Expand All @@ -267,7 +266,7 @@ The first StorageClass (``cvs-extreme-extra-protection``) will map to the first
kind: StorageClass
metadata:
name: cvs-extra-protection
provisioner: netapp.io/trident
provisioner: csi.trident.netapp.io
parameters:
selector: "protection=extra"
allowVolumeExpansion: true
Expand Down