Hi, I got this error while working on "Practice Test Multiple Scheduler" custom . . .

T AK:
Hi, I got this error while working on “Practice Test Multiple Scheduler” custom my-scheduler lab - Startup probe failed: Get “https://127.0.0.1:10251/healthz”: http: server gave HTTP response to HTTPS client. Can you help explain how to resolve this. Thanks.

Ravi Tripathi:
Change port number under the configuration file, use any free port other than 10251. You can find free port using netstat command

Mohamed Ayman:
You need also to ensure that you deployed the custom scheduler using kubectl apply not as static POD.