File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_config Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,18 +65,18 @@ Path to the CRI socket to connect. If empty kubeadm will try to auto-detect this
65
65
<p >
66
66
<!--
67
67
A set of key=value pairs that describe feature gates for various features. Options are:<br/>
68
- ControlPlaneKubeletLocalMode=true|false (ALPHA - default=false )<br/>
69
- EtcdLearnerMode =true|false (BETA - default=true )<br/>
68
+ ControlPlaneKubeletLocalMode=true|false (BETA - default=true )<br/>
69
+ NodeLocalCRISocket =true|false (ALPHA - default=false )<br/>
70
70
PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>
71
71
RootlessControlPlane=true|false (ALPHA - default=false)<br/>
72
- WaitForAllControlPlaneComponents=true|false (ALPHA - default=false )
72
+ WaitForAllControlPlaneComponents=true|false (BETA - default=true )
73
73
-->
74
74
一系列键值对(key=value),用于描述各种特性。可选项是:<br />
75
- ControlPlaneKubeletLocalMode=true|false (ALPHA - 默认值=false )<br />
76
- EtcdLearnerMode =true|false (BETA - 默认值=true )<br />
75
+ ControlPlaneKubeletLocalMode=true|false (BETA - 默认值=true )<br />
76
+ NodeLocalCRISocket =true|false (ALPHA - 默认值=false )<br />
77
77
PublicKeysECDSA=true|false (DEPRECATED - 默认值=false)<br />
78
78
RootlessControlPlane=true|false (ALPHA - 默认值=false)<br />
79
- WaitForAllControlPlaneComponents=true|false (ALPHA - 默认值=false )
79
+ WaitForAllControlPlaneComponents=true|false (BETA - 默认值=true )
80
80
</p >
81
81
</td >
82
82
</tr >
You can’t perform that action at this time.
0 commit comments