You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/installation/install_driver_github.md
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The operator for IBM® block storage CSI driver can be installed directly with G
7
7
8
8
Use the following steps to install the operator and driver, with [GitHub](https://github.com/IBM/ibm-block-csi-operator).
9
9
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}
11
11
12
12
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}
13
13
@@ -21,8 +21,6 @@ When host definer is being installed, it is preferable to do so before installin
21
21
22
22
2. (Optional) Update the image fields in the `ibm-block-csi-operator.yaml`.
23
23
24
-
If a user-defined namespace was created, edit the namespace from `default` to `<namespace>`.{: important}
25
-
26
24
3. Install the operator.
27
25
28
26
```
@@ -47,8 +45,6 @@ If a user-defined namespace was created, edit the namespace from `default` to `<
47
45
48
46
2. (Optional) Update the image repository field, tag field, or both in the `csi.ibm.com_v1_ibmblockcsi_cr.yaml`.
49
47
50
-
If a user-defined namespace was created, edit the namespace from `default` to `<namespace>`.{: important}
51
-
52
48
3. Install the `csi.ibm.com_v1_ibmblockcsi_cr.yaml`.
53
49
54
50
```
@@ -65,4 +61,3 @@ If a user-defined namespace was created, edit the namespace from `default` to `<
Copy file name to clipboardExpand all lines: docs/content/installation/install_driver_openshift_web.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -21,31 +21,31 @@ This data is for informational purposes only. {: note}
21
21
22
22
2. Find and install **IBM block storage CSI driver operator** within the new project.<br /><br />The **Operator Installation** form appears.
23
23
24
-
5. Set the **Installation Mode** to the project namespace selected previously.
24
+
3. Set the **Installation Mode** to the project namespace selected previously.
25
25
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.
27
27
28
28
The general recommendation is to select **Automatic** option.{: tip}
29
29
30
-
7. Click **Install**.
30
+
5. Click **Install**.
31
31
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.
33
33
34
34
Wait until the **Status** is _Up to date_ and then _Succeeded_.
35
35
36
36
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}
37
37
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.
39
39
40
-
10. (Optional) Create the host definer (`HostDefiner`).
40
+
8. (Optional) Create the host definer (`HostDefiner`).
41
41
42
42
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).
43
43
44
-
11. Create the IBM block storage CSI driver (`IBMBlockCSI`).
44
+
9. Create the IBM block storage CSI driver (`IBMBlockCSI`).
45
45
46
46
A YAML file opens in the web console. This file can be left as-is, or edited as needed.
47
47
48
-
12. Update the YAML file to include your user-defined namespace.
48
+
10. Update the YAML file to include your user-defined namespace.
49
49
50
-
13. After everything is created, wait until the **Status** is _Running_.
50
+
11. After everything is created, wait until the **Status** is _Running_.
0 commit comments