You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/setup-tools/kubeadm/implementation-details.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,12 +81,12 @@ The user can skip specific preflight checks or all of them with the `--ignore-pr
81
81
-[warning] If the Kubernetes version to use (specified with the `--kubernetes-version` flag) is at least one minor version higher than the kubeadm CLI version.
82
82
- Kubernetes system requirements:
83
83
- if running on linux:
84
-
-[error] if not Kernel 3.10+ or 4+ with specific KernelSpec
84
+
-[error] if Kernel is older than the minimum required version
85
85
-[error] if required cgroups subsystem aren't in set up
86
86
- if using docker:
87
87
-[warning/error] if Docker service does not exist, if it is disabled, if it is not active.
88
88
-[error] if Docker endpoint does not exist or does not work
89
-
-[warning] if docker version >17.03
89
+
-[warning] if docker version is not in the list of validated docker versions
90
90
- If using other cri engine:
91
91
-[error] if crictl socket does not answer
92
92
-[error] if user is not root
@@ -108,7 +108,7 @@ The user can skip specific preflight checks or all of them with the `--ignore-pr
108
108
-[warning] if connection to services subnet goes through proxy (only first address checked)
109
109
-[warning] if connection to Pods subnet goes through proxy (only first address checked)
110
110
- If external etcd is provided:
111
-
-[Error] if etcd version less than 3.0.14
111
+
-[Error] if etcd version is older than the minimum required version
112
112
-[Error] if etcd certificates or keys are specified, but not provided
113
113
- If external etcd is NOT provided (and thus local etcd will be installed):
0 commit comments