GoogleContainerTools / GoogleContainerTools/skaffold
Skaffold pipes logs from foreign pods
Open
area/logging
deploy/helm
kind/bug
priority/p3
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
When the same helm chart is used in multiple skaffold instances it will pick logs from all pods deployed by this chart.
### Expected behavior
Skaffold should pick logs from pods that it deployed.
### Actual behavior
Picks logs from all pods deployed by this chart.
### Information
- Skaffold version: 1.19.0
- Operating system: Ubuntu focal
NOTE: I also tried setting SKAFFOLD_LABEL to different values in the skaffold instances but it doesn't propagate to pods. I hoped that it will set this label and use it for logging too.
Any idea how to workaround this?
Contributor guide
Assessment
This issue has not been assessed yet.