Kubernetes No Scheduler
Contents
You must know!
Note
I think you’d better keep running scheduler.
No Scheduler!
What happened?
When the scheduler is not running and the
nodeName
is undefined when the POD
is created, the POD
’s status is in
Pending.How to change does the status Pending to Running
No Scheduler Simulation
POD YAML
pod-definition.yml
|
|
Create a POD
|
|
Check Status
|
|
|
|
Oops!! It’s Pending status!!
How to fix it!
POD YAML with nodeName
pod-nodename-definition.yml
|
|
Create a POD
|
|
Check Status
|
|
|
|
Wow, it’s Running now!