modern-tent-22886
04/04/2024, 3:31 PM/etc/rancher/k3s/config.yaml
as feature-gates=InPlacePodVerticalScaling=true
. However, I'm unsure to what component exactly I should add this arg, is it kubelet-arg, kube-apiserver-args? Adding it to either one results in no change when checking with kubectl api-resources
where it should be listed (I think ^^):
kubelet-arg:
- feature-gates=InPlacePodVerticalScaling=true
kube-apiserver-arg:
- feature-gates=InPlacePodVerticalScaling=true