From a8530d1bcfd5db7446a2da25530bf3de6eabcfb5 Mon Sep 17 00:00:00 2001 From: CaoShuFeng Date: Fri, 27 Apr 2018 03:07:26 +0800 Subject: [PATCH] fix https://github.com/kubernetes/website/issues/8112 (#8155) --- docs/tasks/tools/install-kubectl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tasks/tools/install-kubectl.md b/docs/tasks/tools/install-kubectl.md index 22d57085f5..e55f5a8462 100644 --- a/docs/tasks/tools/install-kubectl.md +++ b/docs/tasks/tools/install-kubectl.md @@ -179,6 +179,7 @@ kubectl can be installed as part of the Google Cloud SDK. {% endcapture %} +{% assign tab_set_name = "kubectl_install_curl" %} {% assign tab_names = "macOS,Linux,Windows" | split: ',' | compact %} {% assign tab_contents = site.emptyArray | push: macos | push: linux | push: win %}