acorn-io / runtime

A simple application deployment framework built on Kubernetes
https://docs.acorn.io/
Apache License 2.0
1.13k stars 100 forks source link

Add pull secret information to debug build issues #2463

Closed StrongMonkey closed 8 months ago

StrongMonkey commented 8 months ago

Checklist

We used to see a lot of build issue regarding to push ECR registry with 403 errors, it turns out that it is extremely hard to troubleshoot ECR registry issue today. This PR prints out the pull secret it will pull out to push images to registry, so that we know which secret is pulled and used to push images and it will be easy to figure out which is going wrong.

It should only print out name and namespace so nothing sensetive will be printed out.