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: adoc/SAP-EIC-Netapp.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
== Installing {trid}
4
4
5
-
This chapter describes how to install {trid} in a RKE2 cluster using Helm.
5
+
This chapter describes how to install {trid} in an RKE2 cluster using Helm.
6
6
For more details how to install {trid} with Helm, visit https://docs.netapp.com/us-en/trident/trident-get-started/kubernetes-deploy-helm.html#critical-information-about-trident-25-02
7
7
8
8
# end::intro[]
@@ -19,15 +19,15 @@ Thus, you need to install the following packages:
19
19
sudo zypper in -y lsscsi multipath-tools open-iscsi
20
20
----
21
21
22
-
As multipathd is known to have problems on OS using the kernel-default-base packages, replace them with `kernel-default`:
22
+
As `multipathd` is known to have problems on operating systems using the kernel-default-base packages, replace them with `kernel-default`:
23
23
24
24
[source, bash, subs="attributes"]
25
25
----
26
26
sudo zypper remove -y kernel-default-base
27
27
sudo zypper in -y kernel-default
28
28
----
29
29
30
-
Afterwards you can enable iscsi and multipath:
30
+
Afterwards, you can enable `iscsi` and `multipath`:
31
31
[source, bash, subs="attributes"]
32
32
----
33
33
sudo systemctl enable --now iscsi
@@ -129,7 +129,7 @@ If the connection was established, the *State* should be active and you should s
129
129
# tag::storageClass[]
130
130
131
131
When the backend is configured, you can create a *StorageClass* to provision Volumes to be consumed by a Persistent Volume Claim.
132
-
Here's an example for creating a StorageClass that uses a SAN/iSCSI backend:
132
+
Here is an example for creating a StorageClass that uses a SAN/iSCSI backend:
0 commit comments