Closed falken01 closed 4 months ago
Hi @falken01, thank you for rising this.
The error message says that the controller is not able to revert the POD CPU resources to the original values. The reason of that is most likely that your cluster has no InPlacePodVerticalScaling
feature gate enabled. This feature makes Pod resource requirements mutable and is a pre-requisite for Kube Startup CPU Boost. Can you please verify this?
You;re right i havent read docs carefully enought. Thanks
Issues on GitHub are intended to be related to bugs or feature requests with provider codebase, so we recommend using our other community resources instead of asking here 👍.
Hello,
My question is if that feature works only for newly created pods? Unfortunately for me after creating a new release with helm the pod runs into error with following information in logs:
"error":"pod resources reversion failed: Pod \"[pod's name]" is invalid: spec: Forbidden: pod updates may not change fields other than
spec.containers[].image,
spec.initContainers[].image,
spec.activeDeadlineSeconds,
spec.tolerations(only additions to existing tolerations) (...)
To reproduce:
I ask that question bcs every example I found uses kubectl commands where pods are entirely deleted. But I havent found example with helm