-
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
Support OpenShift 4.2 Airgap mode (use image digests) #15350
Labels
kind/epic
A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.
status/analyzing
An issue has been proposed and it is currently being analyzed for effort and implementation approach
Milestone
Comments
l0rd
added
the
kind/enhancement
A feature request - must adhere to the feature request template.
label
Nov 28, 2019
che-bot
added
the
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
label
Nov 28, 2019
slemeur
added
kind/epic
A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.
and removed
kind/enhancement
A feature request - must adhere to the feature request template.
labels
Nov 28, 2019
tsmaeder
added
the
status/info-needed
More information is needed before the issue can move into the “analyzing” state for engineering.
label
Nov 28, 2019
l0rd
removed
the
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
label
Nov 29, 2019
l0rd
removed
the
status/info-needed
More information is needed before the issue can move into the “analyzing” state for engineering.
label
Dec 12, 2019
nickboldt
added
team/deploy
status/info-needed
More information is needed before the issue can move into the “analyzing” state for engineering.
status/analyzing
An issue has been proposed and it is currently being analyzed for effort and implementation approach
and removed
status/info-needed
More information is needed before the issue can move into the “analyzing” state for engineering.
labels
Jan 6, 2020
Slipping to 7.10 as something to prioritize for the quarter after CRW 2.1 is done. cc: @davidfestal @l0rd |
Given no news, assuming slipped to 7.13. |
Not done in 7.14, and won't be done in 7.15 (sprint ends in 2 days) so punting to backlog. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/epic
A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.
status/analyzing
An issue has been proposed and it is currently being analyzed for effort and implementation approach
Is your enhancement related to a problem? Please describe.
In order to leverage OpenShift Airgap mode that is available since 4.2 there are some rule that we should follow in the Operator design/behavior. In particular all images should be referred using their digest rather then a tag.
Describe the solution you'd like
There are a few documents with the recommendations:
Disconnected Installation for Operators - Google Docs
Your Operator and Disconnected Clusters - Google Docs
Red Hat Operators - Productization Docs - Part 1 - Google Docs
Red Hat Operators - Productization Docs - Part 2 - Google Docs
[che-operator] Set up image digest on released version of CSV [che-operator] Set up image digest on released version of CSV #16228
Specify and use OLM relatedImages in the operator Specify and use OLM relatedImages in the operator #14993
Could we use RELATED_IMAGES_* env vars in registries and operator metadata CSV? [CVE pipeline] Could we use RELATED_IMAGES_* env vars in registries and operator metadata CSV? #16815
The text was updated successfully, but these errors were encountered: