Skip to content

Commit

Permalink
Merge pull request kodekloudhub#57 from ruwgxo/patch-4
Browse files Browse the repository at this point in the history
Spelling mistake and improved code formatting.
  • Loading branch information
M-Ayman authored May 17, 2021
2 parents db3833e + 45a7533 commit 0e98c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/02-Core-Concepts/07-Kube-Scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
In this section, we will take a look at kube-scheduler.

#### kube-scheduler is responsible for scheduling pods on nodes.
- The kube-scheduler is only responsible for deciding which pod goes on which node. It doesn't actually place the pod on the nodes, thats the job of the **`kubelet`**.
- The kube-scheduler is only responsible for deciding which pod goes on which node. It doesn't actually place the pod on the nodes, that's the job of the **`kubelet`**.

![kube-scheduler1](../../images/kube-scheduler1.PNG)

Expand Down Expand Up @@ -35,7 +35,7 @@ In this section, we will take a look at kube-scheduler.

- You can also see the running process and affective options by listing the process on master node and searching for kube-apiserver.
```
$ ps -aux |grep kube-scheduler
$ ps -aux | grep kube-scheduler
```
![kube-scheduler5](../../images/kube-scheduler5.PNG)

Expand Down

0 comments on commit 0e98c7a

Please sign in to comment.