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
Copy file name to clipboardExpand all lines: articles/storage/elastic-san/elastic-san-connect-aks.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ The iSCSI CSI driver for Kubernetes is [licensed under the Apache 2.0 license](h
33
33
- Either the [latest Azure CLI](/cli/azure/install-azure-cli) or use the following command to install the Azure PowerShell preview module: `Install-Module -Name Az.ElasticSan -Scope CurrentUser -Repository PSGallery -Force -RequiredVersion 0.1.0`
34
34
- Meet the [compatibility requirements](https://github.com/kubernetes-csi/csi-driver-iscsi/blob/master/README.md#container-images--kubernetes-compatibility) for the iSCSI CSI driver.
Since Elastic SAN doesn't currently support dynamic discovery used in this driver. The following code changes in the driver are required to add volumes statically.
52
+
Elastic SAN doesn't currently support dynamic discovery used in this driver. The following code changes in the driver are required to add volumes statically.
49
53
50
54
Make the following modifications to pkg/lib/iscsi/iscsi/iscsi.go:
51
55
@@ -233,3 +237,4 @@ You've now successfully connected an Elastic SAN volume to your AKS cluster.
233
237
234
238
## Next steps
235
239
240
+
[Plan for deploying an Elastic SAN (preview)](elastic-san-planning.md)
0 commit comments