You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install Elastic SAN or local NVMe during deployment, set `enable-azure-container-storage` to a storage type or comma-separated list (for example, `elasticSan` or `ephemeralDisk,elasticSan`).
307
-
308
326
Run `terraform init` (if this is a new working directory) followed by `terraform apply` to install Azure Container Storage on the targeted cluster.
Copy file name to clipboardExpand all lines: articles/storage/container-storage/use-container-storage-with-elastic-san.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,44 @@ allowVolumeExpansion: true
62
62
63
63
The default Elastic SAN capacity provisioned with this storage class is 1 TiB.
64
64
65
+
Alternatively, you can create the storage class using Terraform.
66
+
67
+
1. Use Terraform to manage the storage class by creating a configuration like the following `main.tf`. Update the provider version or kubeconfig path as needed for your environment.
0 commit comments