Hello Team,
I was going through the CKA course and currently pursuing the concept of “Multiple Schedulers”. I observed few differences between the video tutorial and the presentation
deck. At the video runtime of 03:53, the slide explained and the slide present in the deck are different and is not too clear. the deck must be outdated is what I’m expecting.
Again the documentation is entirely different, for example
Documentation have this below section:
spec:
serviceAccountName: my-scheduler
containers:
- command:
- /usr/local/bin/kube-scheduler
- --config=/etc/kubernetes/my-scheduler/my-scheduler-config.yaml
image: gcr.io/my-gcp-project/my-kube-scheduler:1.0
however, the tutorial says as below – kubeconfig command talks about authentication.
spec:
serviceAccountName: my-scheduler
containers:
- command:
- --kubeconfig=/etc/kubernetes/scheduler.conf
- --config=/etc/kubernetes/my-scheduler/my-scheduler-config.yaml
image: gcr.io/my-gcp-project/my-kube-scheduler:1.0
Which one can we follow
Can someone clarify on this?