Hi when we have built a cluster with 3 control planes we are seeing that kubectl commands are taking 15 seconds to complete. Whereas with a cluster with one control plane the response was instant
a
agreeable-oil-87482
01/12/2023, 10:35 AM
Are you using authorised cluster endpoint / fronting these nodes with a LB?
running something like
kubectl -v3 get po
can potentially highlight what's going on
s
square-policeman-85866
01/12/2023, 11:02 AM
That command showed an issue with the metrics server. Was able to find an issue on on the rke2 GitHub with someone having the exact same issue https://github.com/rancher/rke2/issues/745
Applyin the network policy Brandon suggested fixed the issue