How do i access and alter the default scheduler codes in kubernetes. Not having a custom scheduler

5/5/2018

I installed kubernetes and would like to make a little modification to the default scheduler. I want to know how to access the code.

-- Deens
kubernetes

2 Answers

5/6/2018

The Kubernetes codebase is at https://github.com/kubernetes/kubernetes

It's written in GO and you can fork the project and start modifying it as you want.

-- Nicola Ben
Source: StackOverflow

9/16/2019

Most of the codes regarding kubernetes scheduling are here

-- kz28
Source: StackOverflow