Skip to content

Commit d91c6b6

Browse files
committed
Fixed grammar and style
According to doc review and style guide, some wording, grammar and style issues are fixed.
1 parent 08a4dcc commit d91c6b6

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

adoc/SAPDI3-Rancher.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ To install RKE2, the script provided at https://get.rke2.io can be used as follo
1010
$ curl -sfL https://get.rke2.io | INSTALL_RKE2_VERSION=v1.31.7+rke2r1 sh
1111
----
1212

13-
For HA setups, it is necessary to create RKE2 cluster configuration files in advance.
14-
On the first master node:
13+
For HA setups, you must create RKE2 cluster configuration files in advance.
14+
On the first master node, do the following:
1515
[source, bash]
1616
----
1717
$ mkdir -p /etc/rancher/rke2
@@ -43,9 +43,11 @@ tls-san:
4343
EOF
4444
----
4545

46-
IMPORTANT: You also need take about ETCD Snapshots and to perfom backups of your Rancher instance. This is not part of this Document and you can find more information in our Documentation.
46+
IMPORTANT: You also need take about ETCD Snapshots and to perfom backups of your Rancher instance.
47+
This is not part of this Document and you can find more information in our Documentation.
4748

48-
IMPORTANT: For security reasons, we generally recommend activating the CIS profile when installing RKE2. This is currently still being validated and will be included in the documentation at a later date.
49+
IMPORTANT: For security reasons, we generally recommend activating the CIS profile when installing RKE2.
50+
This is currently still being validated and will be included in the documentation at a later date.
4951

5052
Now enable and start the RKE2 components and run the following command on each cluster node:
5153
----
@@ -59,7 +61,8 @@ To verify the installation, run the following command:
5961
$ /var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml get nodes
6062
----
6163

62-
For convenience, the `kubectl` binary can be added to the *$PATH* and the given `kubeconfig` can be set via an environment variable:
64+
For convenience, you can add the `kubectl` binary to the *$PATH* and set the specified `kubeconfig`
65+
via an environment variable:
6366

6467
[source, bash]
6568
----

0 commit comments

Comments
 (0)