Merge pull request #132480 from pohly/kubectl-init-logging

kubectl: avoid logging during init

Kubernetes-commit: b832d100f6d7a165093199a05139de641329a77f
This commit is contained in:
Kubernetes Publisher 2025-06-25 08:26:30 -07:00
commit 4966ba7250
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ func LoadTranslations(root string, getLanguageFn func() string) error {
fmt.Sprintf("%s/%s/LC_MESSAGES/k8s.mo", root, langStr),
}
klog.V(3).Infof("Setting language to %s", langStr)
// TODO: list the directory and load all files.
buf := new(bytes.Buffer)
w := zip.NewWriter(buf)