This alert fires when the HyperConverged Cluster Operator (HCO) runs for more
than an hour without a HyperConverged
custom resource (CR).
This alert has the following causes:
HyperConverged
CR.HyperConverged
CR before
uninstalling the HCO and the HCO is still running.The mitigation depends on whether you are installing or uninstalling the HCO:
Complete the installation by creating a HyperConverged
CR with its
default values:
$ cat <<EOF | kubectl apply -f -
apiVersion: hco.kubevirt.io/v1beta1
kind: HyperConverged
metadata:
name: kubevirt-hyperconverged
namespace: kubevirt-hyperconverged
spec: {}
EOF
Uninstall the HCO. If the uninstall process continues to run, you must resolve that issue in order to cancel the alert.