-
Notifications
You must be signed in to change notification settings - Fork 38
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
Remove JUPYTER_IMAGE env variable from Notebook CR #505
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #505 +/- ##
===========================================
+ Coverage 55.27% 71.12% +15.85%
===========================================
Files 9 7 -2
Lines 2276 1330 -946
===========================================
- Hits 1258 946 -312
+ Misses 922 319 -603
+ Partials 96 65 -31 ☔ View full report in Codecov by Sentry. |
The discussion of this env removal is under discussion JFR: https://redhat-internal.slack.com/archives/C060A5FJEAD/p1736866386274129 |
Related with dashboard PR: opendatahub-io/odh-dashboard#3407 |
24ab7a7
to
7c2aaca
Compare
After discussing with the team, we have decided not to proceed with removing the JUPYTER_IMAGE environment variable from the notebook CR, as it is currently used in our QE tests on the ODS-CI test platform. |
Related to: https://issues.redhat.com/browse/RHOAIENG-7551
Description
As the JUPYTER_IMAGE env variable is not used, we can clean up our code
How Has This Been Tested?
Should be tested in conjunction with dashboard PR changes:
Modify rhods-dashboard deployment to use
quay.io/opendatahub/odh-dashboard:pr-3407
imageDeploy a workbench on RHOAI. Run the following command
env | grep JUPYTER_IMAGE
on workbench's terminal to ensure that the JUPYTER_IMAGE environment variable is not present. As well as should check on the Notebook CR that there is noenv.JUPYTER_IMAGE
.Drop the internal registry and re-run step 3.
oc edit configs.imageregistry.operator.openshift.io -n openshift-image-registry
changespec.ManagmentState
toRemoved
Inspect the
odh-notebook-controller
deployment logs for suspicious entries related toJUPYTER_IMAGE
. Check the logs of the odh-notebook-controller deployment. Ensure that there are no logs/errors mentioning JUPYTER_IMAGE.Merge criteria: