-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: bump deps for k8schain to fix ecr-login #14008
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tooptoop4 Have you verified this? We're not apparently pulling in |
I've tried this, built an image and deployed it. I added the following values as I am using the helm chart.
After doing that, the workflows which has a private image served by AWS ECR ( @Joibel Is there another thing I can do to help this will be merged? |
Signed-off-by: Alan Clucas <alan@clucas.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/cherry-pick release-3.6 |
Signed-off-by: Alan Clucas <alan@clucas.org> (cherry picked from commit 63b9e90)
Signed-off-by: Alan Clucas <alan@clucas.org> (cherry picked from commit 63b9e90)
I failed to backport this (it fails to automatically backport and I forgot the manual version). It's in progress and will be in the next 3.6 release, which I'll try to do sooner rather than later. |
Signed-off-by: Alan Clucas <alan@clucas.org>
@Joibel thanks for this fix! we're doing some cluster migrations and this is currently blocking us, don't want to go back to 3.5 so eagerly awaiting the release. |
Speculatively fixes #13947
Motivation
Users of magically logged into ECR appears to have broken in 3.6. It's unclear if this is IRSA that's broken at this stage.
Modifications
Bump everything used by container_registry_index.go
Verification
Untested. This won't be merged unless someone verifies that it helps.
If you are interested in testing this please build your own image using
make workflow-controller-image
. I can build one for you, but you shouldn't take random images from a stranger on the internet really.