mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
Update cmd/kubeadm/app/preflight/checks.go
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
@@ -668,7 +668,7 @@ func (swc SwapCheck) Check() (warnings, errorList []error) {
|
||||
}
|
||||
|
||||
if len(buf) > 1 {
|
||||
return []error{errors.New("swap is enabled; production deployments should disable swap unless testing NodeSwap feature.")}, nil
|
||||
return []error{errors.New("swap is enabled; production deployments should disable swap unless testing the NodeSwap feature gate of the kubelet")}, nil
|
||||
}
|
||||
|
||||
return nil, nil
|
||||
|
Reference in New Issue
Block a user