Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
falfaroc committed Dec 19, 2024
1 parent 519fbc1 commit fd77e96
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions samples/storageclass/storageclass-az.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ parameters:
volumeBindingMode: WaitForFirstConsumer
# allowedTopologies helps scheduling pods on worker nodes which match all of below expressions.
# by providing the zone key, the scheduler can make sure that pods are scheduled on the same zone.
# Note: The node must have the same label value with the key zone.csi-vxflexos.dellemc.com and a single
# associated zone.
# Note: The node must have the same label value with the key and a single associated zone.
allowedTopologies:
- matchLabelExpressions:
- key: zone.csi-vxflexos.dellemc.com
- key: topology.kubernetes.io/zone
values:
- zoneA
- zoneB

0 comments on commit fd77e96

Please sign in to comment.