Skip to content

Commit 078f889

Browse files
Update content/operate/kubernetes/recommendations/node-selection.md
Co-authored-by: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com>
1 parent 5f32e7a commit 078f889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/kubernetes/recommendations/node-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Rack-zone awareness is a single property in the Redis Enterprise cluster CRD nam
191191

192192
The most commonly used label for rack-zone awareness is `topology.kubernetes.io/zone`, which is a well-known Kubernetes label that specifies the zone where a node runs. This label is readily available on all nodes in many Kubernetes platforms, as documented in ['Running in multiple zones'](https://kubernetes.io/docs/setup/best-practices/multiple-zones/#nodes-are-labeled).
193193

194-
However, not all Kubernetes platforms configure this label by default. You can use any custom label that indicates the topology information (rack, zone, region, etc.) for your nodes.
194+
If your platform doesn’t set this label automatically, you can use any custom label that describes the node’s topology (such as rack, zone, or region).
195195

196196
### Node labeling requirements
197197

0 commit comments

Comments
 (0)