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.
This commit is contained in:
andyyoung01 2018-05-03 23:18:51 +08:00 committed by k8s-ci-robot
parent 7524b3e44e
commit cfa5cf8d9a
1 changed files with 4 additions and 4 deletions

View File

@ -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 %}