area/loggingarea/uxgood first issuehelp wantedidekind/bugpriority/p3
Repository metrics
- Stars
- (12,822 stars)
- PR merge metrics
- (Avg merge 3d 6h) (16 merged PRs in 30d)
Description
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.