You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploying KEDA on AWS EKS Fargate fails with Keda pods complaining anout untolerated taint (eks.amazonaws.com/compute-type: fargate).
Expected Behavior
Keda pods to run.
Actual Behavior
Keda pods stay at Pending with this kind of events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 8s default-scheduler 0/X nodes are available: X node(s) had untolerated taint {eks.amazonaws.com/compute-type: fargate}. preemption: 0/X nodes are available: X Preemption is not helpful for scheduling. │
Steps to Reproduce the Problem
Run an AWS EKS Fargate cluster
install Keda with helm install --namespace keda --ceate-namespace --set clusterName=<my-cluster> keda kedacore/keda
Watch the pods
Logs from KEDA operator
No logs available from Keda as it does not install
KEDA Version
2.16.0
Kubernetes Version
1.30
Platform
Amazon Web Services
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Report
Deploying KEDA on AWS EKS Fargate fails with Keda pods complaining anout untolerated taint (eks.amazonaws.com/compute-type: fargate).
Expected Behavior
Keda pods to run.
Actual Behavior
Keda pods stay at
Pending
with this kind of events:Steps to Reproduce the Problem
helm install --namespace keda --ceate-namespace --set clusterName=<my-cluster> keda kedacore/keda
Logs from KEDA operator
No logs available from Keda as it does not install
KEDA Version
2.16.0
Kubernetes Version
1.30
Platform
Amazon Web Services
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: