-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.13.z, 4.12.z, 4.14.z, 4.15
-
Moderate
-
No
-
3
-
False
-
-
N/A
-
Release Note Not Required
Description of problem:
'Moving etcd to a different disk' section has duplicated steps
Version-Release number of selected component (if applicable):
4.15, 4.14, 4.13, 4.12
How reproducible:
Always
Steps to Reproduce:
1.Open https://docs.openshift.com/container-platform/4.13/scalability_and_performance/recommended-performance-scale-practices/recommended-etcd-practices.html#move-etcd-different-disk_recommended-etcd-practices 2.Find the section "Create the machine configuration by entering the following commands:" 3.There are 4 steps under this section, the 3rd and 4th steps are duplicated to the 1st and 2nd steps.
Actual results:
In 'Moving etcd to a different disk' "Create the machine configuration by entering the following commands:" section, there are 4 steps under this section, the 3rd and 4th steps are duplicated to the 1st and 2nd steps. $ oc login -u ${ADMIN} -p ${ADMINPASSWORD} ${API} ... output omitted ... $ oc create -f etcd-mc.yml machineconfig.machineconfiguration.openshift.io/98-var-lib-etcd created $ oc login -u ${ADMIN} -p ${ADMINPASSWORD} ${API} [... output omitted ...] $ oc create -f etcd-mc.yml machineconfig.machineconfiguration.openshift.io/98-var-lib-etcd
Expected results:
Remove the duplicated steps
Additional info: