kubernetes/minikube

Feature: enable the structured logging for kubernetes components by default

Open

#9.268 geöffnet am 17. Sept. 2020

Auf GitHub ansehen
 (16 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (5.222 Forks)batch import
good first issuehelp wantedkind/featurelifecycle/frozenpriority/backlog

Repository-Metriken

Stars
 (31.799 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 12T 19h) (43 gemergte PRs in 30 T)

Beschreibung

Kubernetes 1.19 seen a big push for ensuring the Kubernetes components produce structured logs. Each components can be passed the --logging-format flag to tweak the output format of these structured logs. Available formats at the time of this issue are text and json, with the former being the default.

I'd like to see minkube support a single flag for enabling the format to be switched to JSON

minikube --logging-format=json, which should result in --logging-format=json being sent to the Kubelet, Scheduler, APIServer, and others.

Contributor Guide