Hi Team, I’m encountering an issue with pulling im...
# general
b
Hi Team, I’m encountering an issue with pulling images from a private Amazon ECR repository in my Rancher setup, which is based on vSphere nodes. I've followed the setup guide provided here: RKE Private Registries - Amazon ECR, but I'm still getting a "no basic auth" error. From my understanding, the ECR plugin is supposed to create a Kubernetes secret and update the manifest with the
imagePullSecrets
. However, it seems like this process isn't happening correctly, or I'm missing something in the configuration. Here's a brief overview of what I've done so far: 1. Followed the instructions in the provided link to configure the private registry. 2. Verified that the IAM roles and permissions for the ECR are correctly set up. 3. Ensured that the nodes have access to the ECR and necessary network configurations are in place. Additionally, I want to clarify that this issue only pertains to workloads. The system images are set to the default from Docker Hub (
<http://docker.io|docker.io>
). Despite these steps, the pods are still failing to authenticate and pull the images from the ECR. Has anyone faced a similar issue or can provide insights on additional steps I might need to take to resolve this? Any help would be greatly appreciated! Thanks in advance!