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.

贡献者指南