siderolabs / cluster-api-control-plane-provider-talos

A control plane provider for CAPI + Talos
Mozilla Public License 2.0
60 stars 20 forks source link

refactor: use cached client tracker in the provider #119

Closed Unix4ever closed 2 years ago

Unix4ever commented 2 years ago

Instead of creating workload cluster Kubernetes client each time and closing it after that, use CAPI standard class to cache the client.

Signed-off-by: Artem Chernyshev artem.chernyshev@talos-systems.com

Unix4ever commented 2 years ago

/m