This alert fires when a low number of virt-controller
pods is detected. At
least one virt-controller
pod must be available in order to ensure high
availability. The default number of replicas is 2.
A virt-controller
device monitors the custom resource definitions (CRDs) of a
virtual machine instance (VMI) and manages the associated pods. The device
create pods for VMIs and manages the lifecycle of the pods. The device is
critical for cluster-wide virtualization functionality.
The responsiveness of KubeVirt might become negatively affected. For example, certain requests might be missed.
In addition, if another virt-launcher
instance terminates unexpectedly,
KubeVirt might become completely unresponsive.
Set the NAMESPACE
environment variable:
$ export NAMESPACE="$(kubectl get kubevirt -A -o custom-columns="":.metadata.namespace)"
Verify that running virt-controller
pods are available:
$ kubectl -n $NAMESPACE get pods -l kubevirt.io=virt-controller
Check the virt-launcher
logs for error messages:
$ kubectl -n $NAMESPACE logs <virt-launcher>
Obtain the details of the virt-launcher
pod to check for status conditions
such as unexpected termination or a NotReady
state.
$ kubectl -n $NAMESPACE describe pod/<virt-launcher>
This alert can have a variety of causes, including:
Identify the root cause and fix it, if possible.
If you cannot resolve the issue, see the following resources: