Hello there, I'm trying to enable the feature gate...
# general
m
Hello there, I'm trying to enable the feature gate InPlacePodVerticalScaling. I understand I should somehow be adding this to the config file at
/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 ^^):
Copy code
kubelet-arg:
  - feature-gates=InPlacePodVerticalScaling=true
kube-apiserver-arg: 
  - feature-gates=InPlacePodVerticalScaling=true
108 Views