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] Refactor single node detection #2621

Closed ldelossa closed 6 days ago

ldelossa commented 1 week ago

This PR refactors the single node detection.

Primarily, we now look for the newer node-role.kubernetes.io/control-plane taint along with explicitly examining the taint's effect to ensure it is "NoSchedule".