Aller au contenu

PodScheduledFalse#

Troubleshooting hints :

  • kubectl describe pod and read the Events: section.
  • Possible reason : the pod needs a specific hostPort and the port is already in use. This is the case for node-exporter pods and the problem was described in CAASINC-48 and CAASINC-49 (duplicate)

Solutions#

  • If the pod uses a specific hostPort, either deploy only one pod per host or change the port.