File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ For RKE2:
4343# As a root user, create the /etc/rancher/rke2/config.yaml config file with the following content:
4444
4545mkdir -p /etc/rancher/rke2/
46- cat << EOF > /etc/rancher/rke2/config.yaml
46+ cat <<EOF > /etc/rancher/rke2/config.yaml
4747# An example of the config.yaml file for a server node:
4848write-kubeconfig-mode: "0644"
4949tls-san:
@@ -300,7 +300,7 @@ For RKE2:
300300# As a root user, create the /etc/rancher/rke2/config.yaml config file with the following content:
301301
302302mkdir -p /etc/rancher/rke2/
303- cat << EOF > /etc/rancher/rke2/config.yaml
303+ cat <<EOF > /etc/rancher/rke2/config.yaml
304304# An example of the config.yaml file for an agent node:
305305server: https://${VIP_SERVICE_IP}:9345
306306write-kubeconfig-mode: "0644"
You can’t perform that action at this time.
0 commit comments