Skip to content

Commit

Permalink
Update Sync Period (#257)
Browse files Browse the repository at this point in the history
* Update Sync Period

* add comment

* add changelog

* add upstream issues
  • Loading branch information
paurosello authored Jul 24, 2024
1 parent c66c66e commit ff0e8a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Reduce sync-period to 2 minutes to improve scale-up taint removal.

## [2.20.0] - 2024-07-16

### Changed
Expand Down
2 changes: 2 additions & 0 deletions config/helm/deployment-args.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ spec:
- --metrics-bind-addr=0.0.0.0:8080
- --feature-gates=EKS=true,EKSEnableIAM=true,EKSAllowAddRoles=false,EKSFargate=false,MachinePool=true,EventBridgeInstanceState=false,AutoControllerIdentityCreator=true,ExternalResourceGC=true,BootstrapFormatIgnition=true
- --watch-filter=capi
# We need to set the sync-period to 2m to improve scale-up time, currently there is no watch in the capa controller that update the provideridlist. Upstream issues https://github.com/kubernetes-sigs/cluster-api/issues/9858 and https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/4618
- --sync-period=2m
- --v=0
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ spec:
- --metrics-bind-addr=0.0.0.0:8080
- --feature-gates=EKS=true,EKSEnableIAM=true,EKSAllowAddRoles=false,EKSFargate=false,MachinePool=true,EventBridgeInstanceState=false,AutoControllerIdentityCreator=true,ExternalResourceGC=true,BootstrapFormatIgnition=true
- --watch-filter=capi
- --sync-period=2m
- --v=0
env:
- name: AWS_SHARED_CREDENTIALS_FILE
Expand Down

0 comments on commit ff0e8a0

Please sign in to comment.