nuved
nuved
please let's set an empty value for the type right now I have to set a proxy up and add a header there and ask Prometheus for scrapping that endpoint.
@roidelapluie BTW, we have to set up a proxy and add the header of Authorization there because Prometheus can't add a simple header like this one . Authorization ${TOKEN} and...
Hey The same here, After migrating the k8s cluster from 1.22.6 to 1.23.17 and upgrading keda from 2.8.2 to 2.9.4, we've faced the same issue. keda is connecting to rabbitmq...
I'm just wondering why I can still see errors when I already deleted all TriggerAuthentication and ScaledObject and deleted the chart of keda and all its crd . when I...
> Hello, During CD process KEDA doesn't modify the workload. I mean, IIRC you are right about the 1st time deployment and KEDA doesn't take into account it (for scaling...
> > In other side, the replica count of deployment service is set on 1 . the deployment also has liveness and readiness probes and most of times service needs...
aws-node-termination-handler pod is stuck in pending right after "kops rolling-update cluster --yes"
Hi @stl-victor-sudakov you should find out what's the reason of pending state by running something like this one , kubectl describe pod aws-node-termination-handler-577f866468-bj4gd -n kube-system . that may happen if...
aws-node-termination-handler pod is stuck in pending right after "kops rolling-update cluster --yes"
Well, that means there are not enough nodes. You should make sure if all nodes are up and ready . Kubectl get nodes -o wide I guess one of the...
aws-node-termination-handler pod is stuck in pending right after "kops rolling-update cluster --yes"
Probably you just need to adjust the replica set manually , set it to 1 . kubelet edit deployment aws-node-termination-handler -n kube-system I'm not sure how you can change the...
I appreciate anyone let me know how should I fix this issue , which solution is ok to fix this issue? re-joining the bad node and force it to join...