Skip to content

Commit

Permalink
Increase the reconcile limit
Browse files Browse the repository at this point in the history
- Increase the reconcile limit to the number of CPUs.
- Remove globals to improve thread safety.
- Remove pedantic requeue after creating new objects. Tests make sure we
  create them correctly. This speeds up reconcilation further.
  • Loading branch information
frasieroh committed May 6, 2024
1 parent a487c38 commit cc93d6d
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 71 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 2.0.2
VERSION ?= 2.1.0

# Image URL to use all building/pushing image targets
IMG ?= ghcr.io/aristanetworks/arista-ceoslab-operator
Expand Down
2 changes: 1 addition & 1 deletion config/kustomized/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/aristanetworks/arista-ceoslab-operator:v2.0.2
image: ghcr.io/aristanetworks/arista-ceoslab-operator:v2.1.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/aristanetworks/arista-ceoslab-operator
newTag: v2.0.2
newTag: v2.1.0
Loading

0 comments on commit cc93d6d

Please sign in to comment.