This message was deleted.
# rke2
a
This message was deleted.
c
no. the labels stuff is built into the kubelet, we just pass the configured labels along and let it do the work. There is no equivalent for annotations.
👍 1
a
So aside from adding something like
kubectl 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?
c
correct. You need to use some external tool to set node annotations.
👍 1