kubernetes/minikube

Feature: enable the structured logging for kubernetes components by default

Open

#9268 aperta il 17 set 2020

Vedi su GitHub
 (16 commenti) (0 reazioni) (1 assegnatario)Go (5222 fork)batch import
good first issuehelp wantedkind/featurelifecycle/frozenpriority/backlog

Metriche repository

Star
 (31.799 star)
Metriche merge PR
 (Merge medio 12g 19h) (43 PR mergiate in 30 g)

Descrizione

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.

Guida contributor