Questions tagged [ecr]

3 questions
0
votes
0 answers

Avoid aws ecr get-login accros account

I have two AWS accounts A and B, EC2s instances on account B regularly pull images from ECR on account A. There is a CI on account B that do aws ecr login and docker login to ECR (account A) and this is working well. But in order to optimize cost,…
0
votes
1 answer

How can you update the password for an AWS ECR repo in Kubernetes?

I created a private docker registry using AWS ECR. I want to use it with a Kubernetes cluster managed by Rancher, but the password to the registry is changed by AWS every 12 hours. How do I keep it updated as a secret in the cluster?
Juan Jimenez
  • 717
  • 1
  • 6
  • 12
0
votes
1 answer

How to surface a docker-registry secret in Rancher?

I am using Rancher 2.5.8 to run Kubernetes clusters. In my org, we maintain a private docker registry on AWS ECR. I know I can create registry credentials within a project (for use in one or all projects), but ECR changes the password every 12 hours…
Juan Jimenez
  • 717
  • 1
  • 6
  • 12