Skip to content

Commit e7c36c7

Browse files
authored
SC parameters are case-sensitive ; fix typo (#1665)
1 parent 0674cf6 commit e7c36c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/docs/concepts/csidriver/features/powerscale.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ For a cluster with multiple network interfaces and if a user wants to segregate
441441

442442
## Multi-Access Zone Support for Multi-Tenant Deployments
443443

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.
445445

446446
```yaml
447447
apiVersion: storage.k8s.io/v1
@@ -453,8 +453,8 @@ reclaimPolicy: Delete
453453
allowVolumeExpansion: true
454454
parameters:
455455
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
458458
```
459459

460460
```yaml
@@ -467,8 +467,8 @@ reclaimPolicy: Delete
467467
allowVolumeExpansion: true
468468
parameters:
469469
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
472472
```
473473

474474
>**NOTE:** Multi-Access Zone Support for Multi-Tenant Deployments does not support CSM Authorization.

0 commit comments

Comments
 (0)