Solutions to practice test - multiple schedulers
Run the command ‘kubectl get pods –namespace=kube-system’
Run the command ‘kubectl describe pod kube-scheduler-controlplane –namespace=kube-system’
Use the imperative command to create the configmap with option –from-file
Use the file at /root/my-scheduler.yaml to create your own scheduler with correct image.
Set schedulerName property on pod specification to the name of the new scheduler. File is located at /root/nginx-pod.yaml