Skip to content

Commit

Permalink
Increase OSP remote resolver replicas to 2 (#4843)
Browse files Browse the repository at this point in the history
This change is an attempt to improve the resolutionRequest time, we see
a lot of resolution timing out. We cannot configure the number of
threads per controller yet so increase the number of controllers.

KFLUXBUGS-1784

Signed-off-by: Hugo Ares <hares@redhat.com>
  • Loading branch information
hugares authored Nov 5, 2024
1 parent 8c311af commit 11aef01
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,9 @@ spec:
value: "konflux-tenants"
effect: "NoSchedule"
default-timeout-minutes: "120"
config-leader-election-resolvers:
data:
buckets: "4"
deployments:
tekton-operator-proxy-webhook:
spec:
Expand All @@ -1541,7 +1544,7 @@ spec:
memory: 100Mi
tekton-pipelines-remote-resolvers:
spec:
replicas: 1
replicas: 2
template:
spec:
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1999,6 +1999,9 @@ spec:
value: "konflux-tenants"
effect: "NoSchedule"
default-timeout-minutes: "120"
config-leader-election-resolvers:
data:
buckets: "4"
config-logging:
data:
loglevel.controller: info
Expand Down Expand Up @@ -2064,7 +2067,7 @@ spec:
whenUnsatisfiable: DoNotSchedule
tekton-pipelines-remote-resolvers:
spec:
replicas: 1
replicas: 2
template:
spec:
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1999,6 +1999,9 @@ spec:
value: "konflux-tenants"
effect: "NoSchedule"
default-timeout-minutes: "120"
config-leader-election-resolvers:
data:
buckets: "4"
config-logging:
data:
loglevel.controller: info
Expand Down Expand Up @@ -2064,7 +2067,7 @@ spec:
whenUnsatisfiable: DoNotSchedule
tekton-pipelines-remote-resolvers:
spec:
replicas: 1
replicas: 2
template:
spec:
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1999,6 +1999,9 @@ spec:
value: "konflux-tenants"
effect: "NoSchedule"
default-timeout-minutes: "120"
config-leader-election-resolvers:
data:
buckets: "4"
config-logging:
data:
loglevel.controller: info
Expand Down Expand Up @@ -2064,7 +2067,7 @@ spec:
whenUnsatisfiable: DoNotSchedule
tekton-pipelines-remote-resolvers:
spec:
replicas: 1
replicas: 2
template:
spec:
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1999,6 +1999,9 @@ spec:
value: "konflux-tenants"
effect: "NoSchedule"
default-timeout-minutes: "120"
config-leader-election-resolvers:
data:
buckets: "4"
config-logging:
data:
loglevel.controller: info
Expand Down Expand Up @@ -2064,7 +2067,7 @@ spec:
whenUnsatisfiable: DoNotSchedule
tekton-pipelines-remote-resolvers:
spec:
replicas: 1
replicas: 2
template:
spec:
containers:
Expand Down

0 comments on commit 11aef01

Please sign in to comment.