You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, look at https://github.com/cilium/cilium-cli/actions/runs/4302151503/jobs/7500262699 -- the only log entry provided is Error from server: Get "https://10.122.240.4:10250/containerLogs/kube-system/cilium-cli-fqz8k/test?timestamps=true": No agent available. In reality, thanks to GCP's log aggregation, the real failure was
"looks like "https://helm.cilium.io" is not a valid chart repository or cannot be reached: Get "https://helm.cilium.io/index.yaml": tls: failed to verify certificate: x509: certificate signed by unknown authority"
So, we should add a workflow step that dumps the logs of all cilium-cli containers. Optionally on failure, but probably all the time --there isn't that much logging.
The text was updated successfully, but these errors were encountered:
squeed
added
area/CI
Continuous Integration testing issue or flake
ci/flake
Issues tracking failing (integration or unit) tests.
labels
Mar 1, 2023
For example, look at https://github.com/cilium/cilium-cli/actions/runs/4302151503/jobs/7500262699 -- the only log entry provided is
Error from server: Get "https://10.122.240.4:10250/containerLogs/kube-system/cilium-cli-fqz8k/test?timestamps=true": No agent available
. In reality, thanks to GCP's log aggregation, the real failure was"looks like "https://helm.cilium.io" is not a valid chart repository or cannot be reached: Get "https://helm.cilium.io/index.yaml": tls: failed to verify certificate: x509: certificate signed by unknown authority"
So, we should add a workflow step that dumps the logs of all cilium-cli containers. Optionally on failure, but probably all the time --there isn't that much logging.
The text was updated successfully, but these errors were encountered: