-
Notifications
You must be signed in to change notification settings - Fork 151
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
Comments
this bug is actually not in the "incubation" branch yet, right? |
here is the JIRA counterpart for this issue: https://issues.redhat.com/browse/RHOAIENG-406 |
yes, and it's fixed in 0bd6ab9 |
So we close it here and in the JIRA -- wdyt? |
close github issue keep the one in JIRA till code gets merged |
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 hasistio-proxy
sidecar injected):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:
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.The text was updated successfully, but these errors were encountered: