Skip to content

Commit 38c77f4

Browse files
committed
Adding limitations and next steps.
1 parent 567746b commit 38c77f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/storage/elastic-san/elastic-san-connect-aks.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ The iSCSI CSI driver for Kubernetes is [licensed under the Apache 2.0 license](h
3333
- 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`
3434
- 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.
3535

36+
## Limitations
37+
38+
- Dynamic allocation isn't currently supported.
39+
3640
## Get started
3741

3842
### Driver installation
@@ -45,7 +49,7 @@ First, clone the driver repo:
4549
git clone https://github.com/kubernetes-csi/csi-driver-iscsi.git
4650
```
4751

48-
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.
4953

5054
Make the following modifications to pkg/lib/iscsi/iscsi/iscsi.go:
5155

@@ -233,3 +237,4 @@ You've now successfully connected an Elastic SAN volume to your AKS cluster.
233237

234238
## Next steps
235239

240+
[Plan for deploying an Elastic SAN (preview)](elastic-san-planning.md)

0 commit comments

Comments
 (0)