Skip to content

Commit 61121a8

Browse files
committed
fixing the numbering
Signed-off-by: Ariel Kass <[email protected]>
1 parent 1015557 commit 61121a8

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

docs/content/installation/install_driver_github.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The operator for IBM® block storage CSI driver can be installed directly with G
77

88
Use the following steps to install the operator and driver, with [GitHub](https://github.com/IBM/ibm-block-csi-operator).
99

10-
Before you begin, it is best practice to create a user-defined namespace. Create the project namespace, using the `kubectl create ns <namespace>` command.{: tip}
10+
Before you begin, it is best practice to create a user-defined namespace. Create the project namespace, using the `kubectl create ns <namespace>` command. If a user-defined namespace was created, edit the YAML files downloaded below changing the namespace value from `default` to `<namespace>`.{: tip}
1111

1212
When host definer is being installed, it is preferable to do so before installing the CSI driver IBMBlockCSI custom resource (see [Installing the host definer](install_hostdefiner.md)).{: tip}
1313

@@ -21,8 +21,6 @@ When host definer is being installed, it is preferable to do so before installin
2121
2222
2. (Optional) Update the image fields in the `ibm-block-csi-operator.yaml`.
2323
24-
If a user-defined namespace was created, edit the namespace from `default` to `<namespace>`.{: important}
25-
2624
3. Install the operator.
2725
2826
```
@@ -47,8 +45,6 @@ If a user-defined namespace was created, edit the namespace from `default` to `<
4745
4846
2. (Optional) Update the image repository field, tag field, or both in the `csi.ibm.com_v1_ibmblockcsi_cr.yaml`.
4947
50-
If a user-defined namespace was created, edit the namespace from `default` to `<namespace>`.{: important}
51-
5248
3. Install the `csi.ibm.com_v1_ibmblockcsi_cr.yaml`.
5349
5450
```
@@ -65,4 +61,3 @@ If a user-defined namespace was created, edit the namespace from `default` to `<
6561
ibm-block-csi-operator-5bb7996b86-xntss 1/1 Running 0 10m
6662
```
6763
68-

docs/content/installation/install_driver_openshift_web.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@ This data is for informational purposes only. {: note}
2121

2222
2. Find and install **IBM block storage CSI driver operator** within the new project.<br /><br />The **Operator Installation** form appears.
2323

24-
5. Set the **Installation Mode** to the project namespace selected previously.
24+
3. Set the **Installation Mode** to the project namespace selected previously.
2525

26-
6. Set the **Approval Strategy** to either **Automatic** or **Manual** as per your preference.
26+
4. Set the **Approval Strategy** to either **Automatic** or **Manual** as per your preference.
2727

2828
The general recommendation is to select **Automatic** option.{: tip}
2929

30-
7. Click **Install**.
30+
5. Click **Install**.
3131

32-
8. Check the status of the IBM block storage CSI driver operator.
32+
6. Check the status of the IBM block storage CSI driver operator.
3333

3434
Wait until the **Status** is _Up to date_ and then _Succeeded_.
3535

3636
While waiting for the **Status** to change from _Up to date_ to _Succeeded_, you can check the pod progress and readiness status from **Workloads** > **Pods**.{: tip}
3737

38-
9. After the operator installation progress is complete, click the installed IBM block storage CSI driver operator.
38+
7. After the operator installation progress is complete, click the installed IBM block storage CSI driver operator.
3939

40-
10. (Optional) Create the host definer (`HostDefiner`).
40+
8. (Optional) Create the host definer (`HostDefiner`).
4141

4242
A YAML file opens in the web console. This file can be left as-is, or edited as needed. For more information, see [Configuring the host definer](../configuration/configuring_hostdefiner.md).
4343

44-
11. Create the IBM block storage CSI driver (`IBMBlockCSI`).
44+
9. Create the IBM block storage CSI driver (`IBMBlockCSI`).
4545

4646
A YAML file opens in the web console. This file can be left as-is, or edited as needed.
4747

48-
12. Update the YAML file to include your user-defined namespace.
48+
10. Update the YAML file to include your user-defined namespace.
4949

50-
13. After everything is created, wait until the **Status** is _Running_.
50+
11. After everything is created, wait until the **Status** is _Running_.
5151

0 commit comments

Comments
 (0)