This message was deleted.
# rke2
a
This message was deleted.
c
yeah, you’ll need to switch to the out-of-tree cloud provider, and possibly the ECR credential provider plugin as well.
👍 1
m
Starting with Kubernetes version v1.15.0, the kubelet can obtain ECR credentials without having the Amazon cloud provider configured in the cluster.
Wait, isn’t this saying that the kubelet should be able to obtain ECR creds without the amazon cloud provider configured? and fwiw, we are using
serviceLB
, so we have been running the RKE2 provided
cloud-controller-manager
on 1.25 and 1.26
was able to a do a little digging and see now that this binary gets called by the kubelet now via external credential provider, and the code for it lives in the out of tree provider. I suggest those docs to be reworded as its a bit contradictory to the docs at the top of the page.