mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Updated kube-proxy error strings to not use capitals/punctuation
This commit is contained in:
@@ -129,7 +129,7 @@ func isSysFSWritable() (bool, error) {
|
||||
return false, errReadOnlySysFS
|
||||
}
|
||||
|
||||
return false, errors.New("No sysfs mounted")
|
||||
return false, errors.New("no sysfs mounted")
|
||||
}
|
||||
|
||||
func readIntStringFile(filename string) (int, error) {
|
||||
|
||||
Reference in New Issue
Block a user