scaled up pods hangs on terminating state #5005
Unanswered
converge
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a basic Minikube local k8s running:
Keda ScaledObject is:
The issue is that the Pods are starting and get killed by kubelet:
describe one of these pods:
The HorizontalPodAutoscaller object contains:
sometimes TARGET is
<unknown>/10 (avg)
, sometimes50/10 (avg)
describe this HPA:
notes:
on minikube I installed this addon to enable metrics
minikube addons enable metrics-server
kubectl top nodes
andkubectl top nodes
returns valid metrics.if I send messages to the topic, the event-display app start normally
Is there something I could look at to identify the issue? I have tried it with a fresh Kind installation as well, and got the same issue. Also tried on Windows and Mac.
Beta Was this translation helpful? Give feedback.
All reactions