Limitations¶
The section covers the limitations of Mirantis OpenStack for Kubernetes (MOSK).
[3544] Due to a community issue,
Kubernetes pods may occasionally not be rescheduled on the nodes that are in
the NotReady
state. As a workaround, manually reschedule the pods from
the node in the NotReady
state using the
kubectl drain --ignore-daemonsets --force <node-uuid> command.