diff --git a/modules/hcp-labels-taints.adoc b/modules/hcp-labels-taints.adoc index a61120918b..63bc99cde1 100644 --- a/modules/hcp-labels-taints.adoc +++ b/modules/hcp-labels-taints.adoc @@ -40,7 +40,7 @@ To enable a hosted cluster to require its pods to be scheduled into infrastructu ---- spec: nodeSelector: - role.kubernetes.io/infra: "" + node-role.kubernetes.io/infra: "" ---- This way, {hcp} for each hosted cluster are eligible infrastructure node workloads, and you do not need to entitle the underlying {product-title} nodes.