https://rancher.com/ logo
#rke2
Title
b

bland-jackal-22983

05/01/2022, 12:52 AM
another question, regarding kubelet extra blinds: previously in
rke
, we need to use
services_kubelet->extra-binds
to add a mapping in
cluster.yaml
like:
/opt/rke/var/lib/kubelet/plugins:/var/lib/kubelet/plugins
specifically i am trying to do this just wondering how can we add the extra binds if it's
rke2
, do i need to? i can't find corresponding server/agent config flag for this in the rke2 doc
c

creamy-pencil-82913

05/01/2022, 1:12 AM
Rke2 kubelet does not run in a container so there's no need to add extra binds.
If you need to pass args to the kubelet, use --kubelet-arg=key=value
b

bland-jackal-22983

05/01/2022, 1:24 AM
👍 nice! thanks very much!
10 Views