You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: modules/hcp-labels-taints.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ To enable a hosted cluster to require its pods to be scheduled into infrastructu
40
40
----
41
41
spec:
42
42
nodeSelector:
43
-
role.kubernetes.io/infra: ""
43
+
node-role.kubernetes.io/infra: ""
44
44
----
45
45
46
46
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