Skip to content

Commit

Permalink
Make sure we have 2 worker nodes in advance (#4787)
Browse files Browse the repository at this point in the history
Looking at the tekton task throttled by node, we can see that one node
in advance is helping but not enough to get rid of task pending due to
lack of nodes.

Signed-off-by: Hugo Ares <[email protected]>
  • Loading branch information
hugares authored Oct 25, 2024
1 parent de2ea06 commit 0aacb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/proactive-scaler/base/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: m6a-4xlarge
namespace: proactive-scaler
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
run: m6a-4xlarge
Expand Down

0 comments on commit 0aacb13

Please sign in to comment.