Skip to content

Commit bc095f2

Browse files
authored
Merge pull request #87772 from mgencur/fix_node_selector
HCP proper node selector for infra nodes
2 parents 0d12010 + 54e3f9d commit bc095f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hcp-labels-taints.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To enable a hosted cluster to require its pods to be scheduled into infrastructu
4040
----
4141
spec:
4242
nodeSelector:
43-
role.kubernetes.io/infra: ""
43+
node-role.kubernetes.io/infra: ""
4444
----
4545

4646
This way, {hcp} for each hosted cluster are eligible infrastructure node workloads, and you do not need to entitle the underlying {product-title} nodes.

0 commit comments

Comments
 (0)