GoogleContainerTools/skaffold

Logs are missed after code change

Offen

#4.785 geöffnet am 15.09.2020

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (1.416 Forks)batch import
area/loggingarea/uxgood first issuehelp wantedidekind/bugpriority/p3

Repository-Metriken

Stars
 (12.822 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 6h) (16 gemergte PRs in 30 T)

Beschreibung

copied from https://github.com/GoogleCloudPlatform/cloud-code-intellij-internal/issues/2584#

  • Start a skaffold k8s session with an app that contains a readiness probe (the specific setup with a spring-boot app using Jib)
  • Make a code edit

expected: logs continue streaming actual: some of the application logs are not printed until the readiness probe passes (the theory); e.g. the spring boot start up logs are not printed.

See these comments from the copied issue.

Contributor Guide