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: content/docs/concepts/csidriver/features/powerscale.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -441,7 +441,7 @@ For a cluster with multiple network interfaces and if a user wants to segregate
441
441
442
442
## Multi-Access Zone Support for Multi-Tenant Deployments
443
443
444
-
For a cluster with multiple network interfaces per cluster worker node, you can specify the `AZNetwork` in the storage class to configure the NFS export with all of the associated IP addresses in that network. See the storage class snippets below for examples of storage classes using this feature.
444
+
For a cluster with multiple network interfaces per cluster worker node, you can specify the `AzNetwork` in the storage class to configure the NFS export with all of the associated IP addresses in that network. See the storage class snippets below for examples of storage classes using this feature.
445
445
446
446
```yaml
447
447
apiVersion: storage.k8s.io/v1
@@ -453,8 +453,8 @@ reclaimPolicy: Delete
453
453
allowVolumeExpansion: true
454
454
parameters:
455
455
AccessZone: access-zone-one
456
-
AZServiceIP: 10.0.0.1
457
-
AZNetwork: 192.168.100.0/24
456
+
AzServiceIP: 10.0.0.1
457
+
AzNetwork: 192.168.100.0/24
458
458
```
459
459
460
460
```yaml
@@ -467,8 +467,8 @@ reclaimPolicy: Delete
467
467
allowVolumeExpansion: true
468
468
parameters:
469
469
AccessZone: access-zone-two
470
-
AZServiceIP: 10.0.0.2
471
-
AZNetwork: 172.16.0.0/24
470
+
AzServiceIP: 10.0.0.2
471
+
AzNetwork: 172.16.0.0/24
472
472
```
473
473
474
474
>**NOTE:** Multi-Access Zone Support for Multi-Tenant Deployments does not support CSM Authorization.
0 commit comments