-
Epic
-
Resolution: Won't Do
-
Undefined
-
None
-
None
-
None
If an OpenShift Virt env is firing the Alerts:
there is no way to set the cpu or memory requests as mentioned in the documentation.
Upstream they have an option in the kubevirt object, but that's not possible to use because the object is managed by the HCO.
The annotation kubevirt.kubevirt.io/jsonpatch is also not an option because as far as i know it fires another alert.
{{kubectl annotate hco/kubevirt-hyperconverged }}
{{ --namespace='openshift-cnv' }}
{{ --overwrite }}
kubevirt.kubevirt.io/jsonpatch='[\{ "op": "replace", "path": "/spec/uninstallStrategy", "value": "RemoveWorkloads" }]'
Discussion in slack: https://redhat-internal.slack.com/archives/C017V3R4M08/p1682612621919809
- is related to
-
CNV-37900 Deprecate KubeVirtComponentExceedsRequestedCPU and KubeVirtComponentExceedsRequestedMemory alerts
- Closed