AWS
Setting up an ECR registry
Enabling in-cluster building
{
"credHelpers": {
"<aws_account_id>.dkr.ecr.<region>.amazonaws.com": "ecr-login"
}
}kubectl --namespace default create secret generic ecr-config \
--from-file=.dockerconfigjson=./config.json \
--type=kubernetes.io/dockerconfigjsonConfiguring Access
Last updated
Was this helpful?

