GoogleContainerTools/skaffold

Logs are missed after code change

オープン

#4,785 opened on 2020/09/15

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Go (1,416 件のフォーク)batch import
area/loggingarea/uxgood first issuehelp wantedidekind/bugpriority/p3

Repository metrics

Stars
 (12,822 個のスター)
PR merge metrics
 (平均マージ 3d 6h) (30d で 16 merged PRs)

説明

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.

コントリビューターガイド