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:
committed by
k8s-ci-robot
parent
7524b3e44e
commit
cfa5cf8d9a
@@ -190,14 +190,14 @@ or selectively configure single elements.
|
|||||||
{% include_relative generated/kubeadm_alpha_phase_bootstrap-token_cluster-info.md %}
|
{% include_relative generated/kubeadm_alpha_phase_bootstrap-token_cluster-info.md %}
|
||||||
{% endcapture %}
|
{% 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 %}
|
{% capture bootstrap-token_node_allow-post-csrs %}
|
||||||
{% include_relative generated/kubeadm_alpha_phase_bootstrap-token_node_allow-post-csrs.md %}
|
{% include_relative generated/kubeadm_alpha_phase_bootstrap-token_node_allow-post-csrs.md %}
|
||||||
{% endcapture %}
|
{% 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_set_name = "tab-bootstrap-token" %}
|
||||||
{% assign tab_names = "all,create,cluster-info,node allow-auto-approve,node allow-post-csrs" | split: ',' | compact %}
|
{% 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 %}
|
{% 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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user