GoogleContainerTools/skaffold

Logs are missed after code change

開放

#4,785 建立於 2020年9月15日

 (3 則留言) (0 個反應) (0 位負責人)Go (1,416 個分叉)batch import
area/loggingarea/uxgood first issuehelp wantedidekind/bugpriority/p3

倉庫指標

星標
 (12,822 顆星)
PR 合併指標
 (平均合併 3天 6小時) (30 天內合併 16 個 PR)

描述

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.

貢獻者指南