Skip to content

Commit

Permalink
update ControllerReconciler release note
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenma committed Nov 13, 2024
1 parent 08f8dcb commit ee852ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/releasenotes/release-1.125.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ We migrated the following resources from the Terraform-based or DCL-based contro

* Add *cluster mode* to manage the rate-limit for the Config Connector requests

* Previously we added [rate-limit control in namespace mode](https://cloud.google.com/config-connector/docs/how-to/customize-controller-manager-rate-limit). Users can configure the `ControllerReconciler` object to set the rate-limit for the reconciling requests to the kube-apiserver for their Config Connector resources.
* This release adds this feature in the cluster mode. This [example](https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/master/operator/config/samples/controller_reconciler_customization_sample.yaml) shows how to set up the configuration.
* Previously we added [rate-limit control in namespace mode](https://cloud.google.com/config-connector/docs/how-to/customize-controller-manager-rate-limit). Users can configure the `NamespacedControllerReconciler` object to set the rate-limit for the reconciling requests to the kube-apiserver for their Config Connector resources.
* This release adds this feature in the cluster mode in `ControllerReconciler` object. This [example](https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/master/operator/config/samples/controller_reconciler_customization_sample.yaml) shows how to set up the configuration.

## Bug Fixes:

Expand Down

0 comments on commit ee852ed

Please sign in to comment.