GoogleContainerTools/skaffold

Logs are missed after code change

Aperta

#4785 aperta il 15 set 2020

 (3 commenti) (0 reazioni) (0 assegnatari)Go (1416 fork)batch import
area/loggingarea/uxgood first issuehelp wantedidekind/bugpriority/p3

Metriche repository

Star
 (12.822 stelle)
Metriche merge PR
 (Merge medio 3g 6h) (16 PR mergiate in 30 g)

Descrizione

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.

Guida contributor