Which of these events will cause the kube-scheduler to assign a Pod to a node?
- A.When the Pod crashes because of an error.
- B.When a new node is added to the Kubernetes cluster.
- C.When the CPU load on the node becomes too high.
- D.When a new Pod is created and has no assigned node.