This alert fires when all the Template Validator pods are down.
The Template Validator checks virtual machines (VMs) to ensure that they do not violate their templates.
VMs are not validated against their templates. As a result, VMs might be created with specifications that do not match their respective workloads.
Set the NAMESPACE
environment variable:
$ export NAMESPACE="$(kubectl get deployment -A | grep ssp-operator | awk '{print $1}')"
Obtain the status of the virt-template-validator
pods:
$ kubectl -n $NAMESPACE get pods -l name=virt-template-validator
Obtain the details of the virt-template-validator
pods:
$ kubectl -n $NAMESPACE describe pods -l name=virt-template-validator
Check the virt-template-validator
logs for error messages:
$ kubectl -n $NAMESPACE logs --tail=-1 -l name=virt-template-validator
Try to identify the root cause and resolve the issue. If you cannot resolve the issue, see the following resources: