Skip to content

Commit 0fb664a

Browse files
authored
edited EOF as per the suggestions in 618 and 620 (#967)
Signed-off-by: Ranjini M N <ranjini.n@suse.com>
1 parent 63b9123 commit 0fb664a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asciidoc/guides/metallb-kube-api.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4545
mkdir -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:
4848
write-kubeconfig-mode: "0644"
4949
tls-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
302302
mkdir -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:
305305
server: https://${VIP_SERVICE_IP}:9345
306306
write-kubeconfig-mode: "0644"

0 commit comments

Comments
 (0)