-
Bug
-
Resolution: Done
-
Normal
-
4.13.z, 4.12.z, 4.14.z, 4.15.z, 4.17.z, 4.16.z, 4.18.z, 4.19.z
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
None
-
None
-
None
-
None
-
OSDOCS Sprint 274
-
1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
Typo in label "interruptible-instance" in section "2.4.6.1. Creating preemptible VM instances by using compute machine sets". https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/machine_management/managing-compute-machines-with-the-machine-api#machineset-creating-non-guaranteed-instance_creating-machineset-gcp
Version-Release number of selected component (if applicable):
4.18
Actual results:
"If preemptible is set to true, the machine is labelled as an interruptable-instance after the instance is launched."
Expected results:
"If preemptible is set to true, the machine is labelled as an interruptible-instance after the instance is launched."
Additional info:
[root@api-int ~]# oc get infrastructures.config.openshift.io -o yaml | grep platform: platform: GCP [root@api-int ~]# oc get machines ocp418-lcfx2-worker-c-fg5n2 -oyaml |grep inter machine.openshift.io/interruptible-instance: "" machine.openshift.io/interruptible-instance: "" - address: ocp418-lcfx2-worker-c-fg5n2.asia-south1-c.c.gcp.example.com - address: ocp418-lcfx2-worker-c-fg5n2.c.gcp.example.com