From 7c32550bb72ebd8114f456beccb2e883709ab37b Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Wed, 14 Feb 2018 18:51:18 +0100 Subject: [PATCH] HA guide for kubeadm: fixed tab navigation for load balancer setup. --- docs/setup/independent/high-availability.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/setup/independent/high-availability.md b/docs/setup/independent/high-availability.md index 6e1b6b1a80..e9ce05c1d1 100644 --- a/docs/setup/independent/high-availability.md +++ b/docs/setup/independent/high-availability.md @@ -378,6 +378,7 @@ Please select one of the tabs to see installation instructions for the respectiv {% endcapture %} +{% assign tab_set_name = "etcd_mode" %} {% assign tab_names = "Choose one...,systemd,Static Pods" | split: ',' | compact %} {% assign tab_contents = site.emptyArray | push: choose | push: systemd | push: static_pods %} @@ -472,6 +473,7 @@ In an on-site environment there may not be a physical load balancer available. I {% endcapture %} +{% assign tab_set_name = "lb_mode" %} {% assign tab_names = "Choose one...,Cloud,On-Site" | split: ',' | compact %} {% assign tab_contents = site.emptyArray | push: choose | push: cloud | push: onsite %}