We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current implementation doesn't retrieve logs if we have sidecar containers. For example, this is a tree of TestWebhook log files:
TestWebhook
TestWebhook/ ├── admission-webhook-k8s-6df5dbdbb7-gfffg.logs ├── forwarder-vpp-6tc4q.logs ├── forwarder-vpp-9l72v.logs ├── nsmgr-7ctql.logs ├── nsmgr-qnw49.logs └── registry-k8s-79cf54777b-ltqv6.logs
As we can see, there is neither client nor endpoint log files
client
endpoint
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description:
Current implementation doesn't retrieve logs if we have sidecar containers.
For example, this is a tree of
TestWebhook
log files:As we can see, there is neither
client
norendpoint
log filesThe text was updated successfully, but these errors were encountered: