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

connectivity: Ensure Hubble Relay is connected to all the nodes #2633

Closed michi-covalent closed 4 days ago

michi-covalent commented 5 days ago

Sometimes it takes a while for all the nodes to get connected to Hubble Relay in the multicluster workflow ^1. If Hubble is enabled, don't start running connectivity tests until all the nodes are connected to avoid flow validation failures.

Fixes: #2518 Fixes: #2553