Skip to content

Commit 54e3f9d

Browse files
committed
HCP proper node selector for infra nodes
Just a few lines above, the docs say: `node-role.kubernetes.io/infra`: Use this label to avoid having the control-plane workload count toward your subscription The nodeSelector should match the label.
1 parent 4eb8c03 commit 54e3f9d

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)