This message was deleted.
# rke2
a
This message was deleted.
c
Plugin credentials don't come from the kubelet, rather the kubelet gets them from the provider - so I'm not sure why you would want to put them in kubelet config or restart the kubelet. The ECR credential provider should load them from any of the usual locations... env vars, shared credentials file, and so on .
This is not rke2 specific, we just configure the kubelet credential provider plugin config and bin paths if we find things in the expected locations
c
Makes sense, thanks.