From 545fa4168ffd3eb148d6e91b4d45ccb34e49c135 Mon Sep 17 00:00:00 2001 From: lvuch Date: Wed, 5 Sep 2018 14:19:03 -0700 Subject: [PATCH] accordion, and yaml on one block --- .../installation/ha/kubernetes-rke/_index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md b/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md index 1fb6b0a6a48..7df25f805a9 100644 --- a/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md +++ b/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md @@ -13,15 +13,15 @@ Using the sample below create the `rancher-cluster.yml` file. Replace the IP Add ```yaml nodes: - - address: 165.227.114.63 - user: ubuntu - role: [controlplane,worker,etcd] - - address: 165.227.116.167 - user: ubuntu - role: [controlplane,worker,etcd] - - address: 165.227.127.226 - user: ubuntu - role: [controlplane,worker,etcd] + - address: 165.227.114.63 + user: ubuntu + role: [controlplane,worker,etcd] + - address: 165.227.116.167 + user: ubuntu + role: [controlplane,worker,etcd] + - address: 165.227.127.226 + user: ubuntu + role: [controlplane,worker,etcd] ``` #### Common RKE nodes: options