Remove unnecessary reference to scheduler

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
This commit is contained in:
Chiranga Alwis
2021-10-18 20:29:53 +05:30
committed by GitHub
parent 9a0f0e25ea
commit dcbf152118
@@ -182,7 +182,7 @@ scheduler in that pod spec. Let's look at three examples.
In this case, we specify that this pod should be scheduled using the scheduler that we In this case, we specify that this pod should be scheduled using the scheduler that we
deployed - `my-scheduler`. Note that the value of `spec.schedulerName` should match the name supplied for the scheduler deployed - `my-scheduler`. Note that the value of `spec.schedulerName` should match the name supplied for the scheduler
in the `schedulerName` field of the mapping `KubeSchedulerProfile` of the scheduler. in the `schedulerName` field of the mapping `KubeSchedulerProfile`.
Save this file as `pod3.yaml` and submit it to the Kubernetes cluster. Save this file as `pod3.yaml` and submit it to the Kubernetes cluster.