-
Notifications
You must be signed in to change notification settings - Fork 1.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
Specify and use OLM relatedImages in the operator #14993
Comments
Should it still be in the OSIO backlog ? |
We should still think about the pure Kubernetes, non-OLM case, that should still support Airgap I assume. |
@l0rd It seems to me it is. |
This one looks like a pre-requisite for #15350. So yes. I though we had already addressed that. |
Or you could say that if you want airgap the Openshift 4.3+ way, you need openshift. :D BTW for OCP 4.5, see #16815 |
On CRW side for the 2.1.0 release the Also note that operator framework team is working on supporting tags in the |
Hello, @l0rd @davidfestal @nickboldt Do we need this feature for nightly CSV? |
I don't need it for nightly for CRW (we rebuild from source, don't reuse Che bits) but @dmytro-ndp might need it for testing Che CI builds... |
we don't have nightly for OLM unfortunately... |
Hello, about current state of this issue. So in the pr eclipse-che/che-operator#274 I included to the release scripts adding section relatedImages for CSV files. |
Is your enhancement related to a problem?
There is a new convention to specify the images that an operator and the operand will need that provide a better offline support on OCP 4.3: the spec document
Describe the solution you'd like
As mentioned in the proposal we should:
relatedImages
section in theClusterServiceVersionSpec
. Some images should be flagged asrequired
(che-server, keycloak, postres, devfile and plugin registry, che-theia, brokers etc...) others not (plugins sidecars and stacks)olm.relatedImage
annotationsairGapContainerRegistryHostname
andairGapContainerRegistryOrganisation
The text was updated successfully, but these errors were encountered: