citizensadvice / kube-schedule-scaler

Kubernetes Controller which provides schedule scaling to Kubernetes deployments
GNU General Public License v3.0
26 stars 13 forks source link

Trying to deploy with probes but refuse to connect #12

Open mdb108 opened 2 months ago

mdb108 commented 2 months ago

Actually I have implemented probes for the deployment of kube-schedule-scaler where my pod is not coming up due to connection refused so what should I do to run my pod as I don't want to remove the probes.

michelesr commented 1 month ago

Actually I have implemented probes for the deployment of kube-schedule-scaler where my pod is not coming up due to connection refused so what should I do to run my pod as I don't want to remove the probes.

The kube-schedule-scaler pods are not listening on any port, because they don't need to. You can't use a tcp probe with them.