This alert fires when all the API Server pods are down.
KubeVirt objects cannot send API calls.
Set the NAMESPACE
environment variable:
$ export NAMESPACE="$(kubectl get kubevirt -A -o custom-columns="":.metadata.namespace)"
Check the status of the virt-api
pods:
$ kubectl -n $NAMESPACE get pods -l kubevirt.io=virt-api
Check the status of the virt-api
deployment:
$ kubectl -n $NAMESPACE get deploy virt-api -o yaml
Check the virt-api
deployment details for issues such as crashing pods or
image pull failures:
$ kubectl -n $NAMESPACE describe deploy virt-api
Check for issues such as nodes in a NotReady
state:
$ kubectl get nodes
Try to identify the root cause and resolve the issue. If you cannot resolve the issue, see the following resources: