cilium / cilium-cli

CLI to install, manage & troubleshoot Kubernetes clusters running Cilium
https://cilium.io
Apache License 2.0
390 stars 197 forks source link

CI: port forwarding super flaky on AKS #2642

Open michi-covalent opened 4 days ago

michi-covalent commented 4 days ago

kubectl port-forward to hubble relay frequently dies while running connectivity tests on AKS.

Error: Unable to port forward: unable to execute "kubectl port-forward -n kube-system svc/hubble-relay --address 127.0.0.1 4245:80": exit status 1
....❌ Unable to execute "kubectl port-forward -n kube-system svc/hubble-relay --address 127.0.0.1 4245:80":
 Forwarding from 127.0.0.1:4245 -> 4245
Handling connection for 4245
error: lost connection to pod

this error rarely happens on GKE or EKS. i'm disabling flow validation on AKS until we fix this issue 😞

ci failures: