Multiple Schedulers presentation deck outdated and is not insync with the video tutorial

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?

We’re no longer updating the PDFs. Instead, we have our notes.kodekloud.com site, where we are making all of our updates to the old slide-decks. Here’s the link for the CKA course.

@rob_kodekloud

but the documentation is also not in sync with the video tutorials
can you please re-read my post that i have edited.

We’re in the process of rerecording some of the older videos, starting with the CKA course. But when they’re rerecorded, the changes will go into notes.kodekloud…com

Ok thanks for the information.

Any ETA for it ?