For deploying multiple scheduler - (kubernetes documentation has different steps . . .

vineet singh:
for deploying multiple scheduler - (kubernetes documentation has different steps involving cluster role (system:kubescheduler) to be updated )

but what is mentioned in course is simply mention the --scheduler-name in the new POD defination file .

Is this still applicable or should i follow documentation page ?

Tej_Singh_Rana:
Hello, @vineet singh
In our case, we haven’t use new service account so not needed.

vineet singh:
thanks