-
Notifications
You must be signed in to change notification settings - Fork 32
fix: Prefix image repository with image registry for provider images #1912
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
Conversation
d9e2019 to
2bfe40a
Compare
0615c2b to
52121f2
Compare
9dee303 to
8518121
Compare
8518121 to
5c28388
Compare
f053105 to
441c55c
Compare
|
Thanks @yiannistri. We should probably think about the existing override configuration in To make it more concise and avoid confusion, I'd consider removing the existing overrides from the Does this make sense? |
|
@salasberryfin that makes sense to me. @anmazzotti I remember discussing this, wdyt about removing these overrides? |
|
@yiannistri @salasberryfin agreed the hardcoded image overrides are redundant at this point and can be removed in this PR. |
f45a9ce to
e076581
Compare
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 @yiannistri. We should probably document (we can have a follow up) the default behavior, how overrides are applied, and why testing this is complicated when dealing with RC releases. Not sure where this information should go, though, as it probably isn't content for the user documentation.
|
Env:
The cluster-api image is correctly overriten to use current I also tried to provision usual providers and most of them defined in config-prime.yaml were correctly overwritten and available, but:
Please look bellow: |
|
@thehejik regarding capz, there will be 2 pods running in the namespace, one is the azureserviceoperator, but there should also be the cluster-api-azure-controller pod running |
Right, I overlooked the second one, table above updated - it is present on stgregistry, thanks |
e076581 to
e0e2992
Compare
|
caapf image override has been fixed in commit e0e2992 but the image is missing (report above updated): |
thehejik
left a comment
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.
From my point of view it's working as expected now. Thanks!
alexander-demicev
left a comment
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! Just one more minor comment
What this PR does / why we need it:
This PR adds a new feature flag (which is enabled by default) that controls whether Turtles will use the Rancher default registry when pulling provider images.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #1904
Special notes for your reviewer:
Checklist: