Skip to content

Commit f72b0e2

Browse files
committed
Fixed format and style
according to Style Guide
1 parent afc8b04 commit f72b0e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adoc/SAP-EIC-Netapp.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
== Installing {trid}
44

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.
66
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
77

88
# end::intro[]
@@ -19,15 +19,15 @@ Thus, you need to install the following packages:
1919
sudo zypper in -y lsscsi multipath-tools open-iscsi
2020
----
2121

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`:
2323

2424
[source, bash, subs="attributes"]
2525
----
2626
sudo zypper remove -y kernel-default-base
2727
sudo zypper in -y kernel-default
2828
----
2929

30-
Afterwards you can enable iscsi and multipath:
30+
Afterwards, you can enable `iscsi` and `multipath`:
3131
[source, bash, subs="attributes"]
3232
----
3333
sudo systemctl enable --now iscsi
@@ -129,7 +129,7 @@ If the connection was established, the *State* should be active and you should s
129129
# tag::storageClass[]
130130

131131
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:
133133

134134

135135
[source, yaml]

0 commit comments

Comments
 (0)