abundant-hair-58573
05/21/2025, 4:12 PM/etc/rancher/rke2/config.yaml
? I need to set <http://k8s.io/cluster-autoscaler-enabled|k8s.io/cluster-autoscaler-enabled>: "false"
on all of my nodes besides the ones being managed by the CAcreamy-pencil-82913
05/21/2025, 4:37 PMabundant-hair-58573
05/21/2025, 4:43 PMkubectl annotate node <node-name> <http://k8s.io/cluster-autoscaler-enabled|k8s.io/cluster-autoscaler-enabled>: "false"
to the user-data script for those nodes, there's really no convenient way to do this?creamy-pencil-82913
05/21/2025, 4:44 PM