-
Notifications
You must be signed in to change notification settings - Fork 898
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
Port not handled properly in containerized image references #22896
Comments
Did you set the GUID in the CR to the same GUID from the appliance? Can you show your CR? |
Sure, it's an internal repo.
|
Ok, so we are clearly not handling the port in the image name, and instead see the |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
1 similar comment
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
Hi,
I'm trying to upgrade from Murphy Appliance to Oparin k8s. After installing Oparin on a fresh k8s 1.26, and restoring old PG database, operator pod starts successfully, but all the autogenerated deployments cannot start due to incorrectly set image:
the image for them looks like this:
artifactory.my.local/manageiq-base-worker:17011/manageiq/manageiq-orchestrator
Probably it is related to env variables set in orchestrator deployment:
but orchestrator itself takes correct image address given in CR:
orchestratorImage: artifactory.my.local:17011/manageiq/manageiq-orchestrator:oparin-1.1
How to apply correct image for autogenerated pods?
The text was updated successfully, but these errors were encountered: