aws-cloud-map-mcs-controller-for-k8s icon indicating copy to clipboard operation
aws-cloud-map-mcs-controller-for-k8s copied to clipboard

Configure concurrent reconciles and rate limiter for the service export controller

Open runakash opened this issue 3 years ago • 0 comments

Right now, we are using the default configuration for reconciles. We can optimize the reconciler to improve performance.

https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/controller#Options

runakash avatar Nov 19 '21 02:11 runakash