-
Bug
-
Resolution: Won't Do
-
Normal
-
4.12.z, 4.11.z, 4.10.z, 4.9.z, 4.8.z
-
Moderate
-
None
-
2
-
OSDOCS Sprint 230, OSDOCS Sprint 231, OSDOCS Sprint 232, OSDOCS Sprint 233, OSDOCS Sprint 234, OSDOCS Sprint 235, OSDOCS Sprint 237, OSDOCS Sprint 238, OSDOCS Sprint 236
-
9
-
Rejected
-
False
-
In the documentation for adding infrastructure nodes the example machinesets treat the label values as variables (either <infra> or <role>, depending on platform), but I believe "infra" is actually a static value.
So, for example, we see either:
machine.openshift.io/cluster-api-machine-role: <infra> machine.openshift.io/cluster-api-machine-type: <infra>
or
machine.openshift.io/cluster-api-machine-role: <role> machine.openshift.io/cluster-api-machine-type: <role>
and I think in both of these cases it should be:
machine.openshift.io/cluster-api-machine-role: infra machine.openshift.io/cluster-api-machine-type: infra
There is also some additional text, like:
and <role> is the node label to add.
which should be corrected (probably just deleted).