vm-operator icon indicating copy to clipboard operation
vm-operator copied to clipboard

Remove CPU and Memory limits since they are not supported

Open aruneshpa opened this issue 2 years ago • 0 comments

VM Service does not support setting resource limits via VirtualMachineClass APIs today. As a result, the Limits in the VirtualMachineClass custom resource are never set. Filing this issue to remove all references of Limits from our codebase. If we decide to leverage this existing field for ConfigSpec based CPU and memory limits (e.g., to enable kubectl printer columns), then we can close out this issue.

aruneshpa avatar Feb 02 '23 23:02 aruneshpa