Nabeel S
Nabeel S
> Hi @nabsul Updated Dockerfile. `--mount` use the cache go module directory cache if exist. Please review, Thanks. That's interesting, since we're starting with the same base image each time,...
> I tried log (stdlib) but it's not concurrent safe if you set prefix or other thing set Since this tool never creates go routines or prefixes, is this really...
> Yes it's allow to set prefix but isn't go routine safe. there are no go routines in this application... So, just to be clear, I'm happy to continue discussing...
This is a good idea and I don't think it would be too hard to implement. It might be a few weeks before I have free time to work on...
Hi, the following docker image contains support for a new env var called `EXCLUDE_NAMESPACE`. Syntax is same as `TARGET_NAMESPACE`. Would you be willing to try it out? The latest helm...
@mimmus There is a way to trigger a cronjob to run immediately: https://github.com/nabsul/k8s-ecr-login-renew#test-the-cron-job
Ah, I see. That is definitely beyond the capabilities of this tool. Since the tool itself is just a cron job, it doesn't have a way to watch for namespace...