We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f08b2b8 + 148b222 commit 9dbc891Copy full SHA for 9dbc891
cmd/kubeadm/app/util/system/types_unix.go
@@ -30,7 +30,7 @@ const dockerEndpoint = "unix:///var/run/docker.sock"
30
var DefaultSysSpec = SysSpec{
31
OS: "Linux",
32
KernelSpec: KernelSpec{
33
- Versions: []string{`3\.[1-9][0-9].*`, `4\..*`}, // Requires 3.10+ or 4+
+ Versions: []string{`3\.[1-9][0-9].*`, `4\..*`, `5\..*`}, // Requires 3.10+, 4+ or 5+
34
// TODO(random-liu): Add more config
35
// TODO(random-liu): Add description for each kernel configuration:
36
Required: []KernelConfig{
0 commit comments