Skip to content
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

Jupyter application fails to start when Service Mesh is enabled #616

Closed
bartoszmajsak opened this issue Oct 6, 2023 · 5 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@bartoszmajsak
Copy link
Contributor

Describe the bug

Code in #605

Notebook pods created in the Application Namespace (so the same as controllers) have a permission issue resulting in CrashLoopBackOff of the Jupyter container (which has istio-proxy sidecar injected):

PermissionError: [Errno 13] Permission denied: '/opt/app-root/src/.local'

It does work however when the same Jupyter workbench is created in a new namespace (Data Science Project).

To Reproduce
Steps to reproduce the behavior:

  • go to ODH Dash Dashboard
  • select applications
  • enable jupyter nb (any kind should result in the same)

Expected behavior
Application is created and accessible

Additional context

Here are the pod details of both scenarios:

WORKAROUND

Use SMCP explicitly set to v2.3 to get this working.

@zdtsw
Copy link
Member

zdtsw commented Nov 25, 2023

this bug is actually not in the "incubation" branch yet, right?
it will be a bug once pr 605 gets merged in.

@AjayJagan
Copy link
Contributor

here is the JIRA counterpart for this issue: https://issues.redhat.com/browse/RHOAIENG-406

@bartoszmajsak
Copy link
Contributor Author

this bug is actually not in the "incubation" branch yet, right? it will be a bug once pr 605 gets merged in.

yes, and it's fixed in 0bd6ab9

@AjayJagan
Copy link
Contributor

this bug is actually not in the "incubation" branch yet, right? it will be a bug once pr 605 gets merged in.

yes, and it's fixed in 0bd6ab9

So we close it here and in the JIRA -- wdyt?

@zdtsw
Copy link
Member

zdtsw commented Dec 7, 2023

close github issue keep the one in JIRA till code gets merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Status: No status
Status: Done
Development

No branches or pull requests

3 participants