-
Notifications
You must be signed in to change notification settings - Fork 46
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
Incorrect templating of shim container #76
Comments
Any update on whether this can be looked at? It's preventing us using launchpad to upgrade to versions 3.3.8 and up like mentioned. |
What do you have in Could you find lines containing |
The imagerepo line is like the below:
|
Here's some examples of the retag happening, including the shim process container:
|
Ok, that looks correct. I think this may be a problem in the MKE itself. Investigation on-going, reporting back asap. |
@vikramhh / @ankolesnikov any follow-up on this? |
@vikramhh , not sure why after running this code https://github.com/Mirantis/orca/blob/7d07ecd9aa0a3d6a3e6b2cef0092810e61067f69/agent2/reconciler/image_util.go#L60 |
@byDimasik, would you please confirm if this function should be modified to check if this hostname is included in the Org. func LocalPlatformImageRef(repoName, version, org string) string { var ( tag = version repoNamespace = config.ImageOrg )
|
Yeah. Seems it should work. Probably, just need one more check for |
I am seeing the error below when trying to run launchpad with a private repo:
It looks like the templating of the image isn't working properly, the above should be
repo.shanedabes.com/mirantis...
instead ofdocker.io/repo.shanedabes.com/mirantis
. This starts happening when trying to install MKE versions 3.3.8 and up, it's not seen on versions lower than that.I am on the newest stable release of launchpad.
Thanks!
The text was updated successfully, but these errors were encountered: