Open mdb108 opened 4 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.
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.
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.