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/SAPDI3-Rancher.adoc
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ To install RKE2, the script provided at https://get.rke2.io can be used as follo
10
10
$ curl -sfL https://get.rke2.io | INSTALL_RKE2_VERSION=v1.31.7+rke2r1 sh
11
11
----
12
12
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:
15
15
[source, bash]
16
16
----
17
17
$ mkdir -p /etc/rancher/rke2
@@ -43,9 +43,11 @@ tls-san:
43
43
EOF
44
44
----
45
45
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.
47
48
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.
49
51
50
52
Now enable and start the RKE2 components and run the following command on each cluster node:
51
53
----
@@ -59,7 +61,8 @@ To verify the installation, run the following command:
59
61
$ /var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml get nodes
60
62
----
61
63
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`
0 commit comments