kubernetes / system-validators

A set of system-oriented validators for kubeadm preflight checks.
Apache License 2.0
34 stars 25 forks source link

docker_validator: allow Docker 20.10.* #23

Closed neolit123 closed 3 years ago

neolit123 commented 3 years ago

For Windows keep the latest version to 19.03.* as this is what "Install-WindowsFeature -Name containers" installs on latest versions of Windows Server (e.g. 1909 from a 2021 build on GCE).

For Linux, projects like kops have been validating 20.10 for a while.

will update this in k/k for v1.21.

k8s-ci-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: neolit123, odinuge

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes/system-validators/blob/master/OWNERS)~~ [neolit123] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment