Skip to content

Commit

Permalink
Merge branch 'main' into usr/dkhan/1643-duplicate-hostnqn
Browse files Browse the repository at this point in the history
  • Loading branch information
donatwork authored Jan 6, 2025
2 parents 173ecdd + 9c8cca4 commit 057453e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/docs/csidriver/features/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -1056,31 +1056,32 @@ volumeBindingMode: WaitForFirstConsumer
#### Secret
The Secret specifies the zone associated with each PowerFlex system along with additional details such as the protection domain and storage pool name.

> Note: The protection domain name is required if storage pool names are not unique across protection domains.
```yaml
- username: "user"
password: "password"
systemID: "2000000000000001"
endpoint: "https://10.0.0.1"
skipCertificateValidation: true
isDefault: true
mdm: "10.0.0.2,10.0.0.3"
zone:
name: "zone1"
labelKey: "kubernetes.topology.io/zone"
labelKey: "topology.kubernetes.io/zone"
protectionDomains:
- name: "domain1"
pools:
- "pool1"

- username: "user"
password: "password"
systemID: "2000000000000002"
endpoint: "https://10.0.0.4"
skipCertificateValidation: true
isDefault: true
mdm: "10.0.0.5,10.0.0.6"
zone:
name: "zone2"
labelKey: "kubernetes.topology.io/zone"
labelKey: "topology.kubernetes.io/zone"
protectionDomains:
- name: "domain2"
pools:
Expand Down

0 comments on commit 057453e

Please sign in to comment.