From cfa5cf8d9ac0e63b8e9f7351009981956dce89ad Mon Sep 17 00:00:00 2001 From: andyyoung01 Date: Thu, 3 May 2018 23:18:51 +0800 Subject: [PATCH] Update kubeadm-alpha.md (#8148) Ajusted the sequence of tab "node allow-post-csrs" and "node allow-auto-approve" to conform to the actual sequence of kubeadm alpha phase bootstrap-token. --- docs/reference/setup-tools/kubeadm/kubeadm-alpha.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md b/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md index 8a31cee337..de9d2815c6 100755 --- a/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md +++ b/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md @@ -190,14 +190,14 @@ or selectively configure single elements. {% include_relative generated/kubeadm_alpha_phase_bootstrap-token_cluster-info.md %} {% endcapture %} -{% capture bootstrap-token_node_allow-auto-approve %} -{% include_relative generated/kubeadm_alpha_phase_bootstrap-token_node_allow-auto-approve.md %} -{% endcapture %} - {% capture bootstrap-token_node_allow-post-csrs %} {% include_relative generated/kubeadm_alpha_phase_bootstrap-token_node_allow-post-csrs.md %} {% endcapture %} +{% capture bootstrap-token_node_allow-auto-approve %} +{% include_relative generated/kubeadm_alpha_phase_bootstrap-token_node_allow-auto-approve.md %} +{% endcapture %} + {% assign tab_set_name = "tab-bootstrap-token" %} {% assign tab_names = "all,create,cluster-info,node allow-auto-approve,node allow-post-csrs" | split: ',' | compact %} {% assign tab_contents = site.emptyArray | push: bootstrap-token_all | push: bootstrap-token_create | push: bootstrap-token_cluster-info | push: bootstrap-token_node_allow-auto-approve | push: bootstrap-token_node_allow-post-csrs %}