Closed ryannix123 closed 6 years ago
There is a limit on the number of pods that can be scheduled to nodes in a cluster. This is dictated by amount of resources (based on CPU cores by default I believe) nodes have. The error indicates that the number of pods attempting to be scheduled to the node has exceeded that limit. This limit is a system configuration value, so only your cluster admins can do anything about it. In short, it generally indicates the system believes it is overloaded.
See:
Thanks! I'm also running OpenWhisk on @gshipley 's single node OpenShift Origin instance for demo purposes, so I assume that is the issue.
P.S. Thank you also for signing a copy of your book at Summit! @GrahamDumpleton @gshipley
Closing this as assuming nothing to be done.
Hi @GrahamDumpleton,
When I deploy in my single-node cluster, I get the error:
`
`
Any ideas?