Skip to content

Commit 650845a

Browse files
authored
Merge pull request #20747 from prasadkatti/patch-1
[kubeadm] warn if kernel/docker/etcd version(s) are older than the min required version(s)
2 parents ba1e890 + 8dbb2b1 commit 650845a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/reference/setup-tools/kubeadm/implementation-details.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ The user can skip specific preflight checks or all of them with the `--ignore-pr
8181
- [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.
8282
- Kubernetes system requirements:
8383
- 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
8585
- [error] if required cgroups subsystem aren't in set up
8686
- if using docker:
8787
- [warning/error] if Docker service does not exist, if it is disabled, if it is not active.
8888
- [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
9090
- If using other cri engine:
9191
- [error] if crictl socket does not answer
9292
- [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
108108
- [warning] if connection to services subnet goes through proxy (only first address checked)
109109
- [warning] if connection to Pods subnet goes through proxy (only first address checked)
110110
- 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
112112
- [Error] if etcd certificates or keys are specified, but not provided
113113
- If external etcd is NOT provided (and thus local etcd will be installed):
114114
- [Error] if ports 2379 is used

0 commit comments

Comments
 (0)