-
Notifications
You must be signed in to change notification settings - Fork 9
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
CKF 1.7 - VSCode notebook - stuck on creating new notebook and run python code in interactive window #339
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5459.
|
I tried this with upstream Kubeflow 1.7 and managed to run a jupyter server within VSCode (using the Next step will be to understand if this only happens in CKF. But would be weird since we use the same upstream image, so maybe something with MicroK8s networking could affect this? |
I think I got to the bottom of this and why it happens only on CKF + microK8s and not with upstream KF and KinD. The reason for all the weird behaviours we see in VSCode, like #340, is because the Service Workers in the browser fail to start in CKF + microK8s compared to KinD and upstream KF. Specifically, by opening the dev tools in the browser I see the following: Then with a quick search I found the following issue coder/code-server#4421, which is spot on! The problem they describe is that:
To confirm this we'll need to enable HTTPS and see if the error persists |
Here is the issue we had when trying SSL-enabled CKF (on Charmed K8s + F5 LB integration).
|
To be more exact here, this is a problem with Service Workers working either on localhost or with HTTPS, which are used by different plugins. With my current understanding the solution to this will be for end users to ensure they:
|
I did not seem to hit this when enabling SSL on Kubeflow and adding the cert to my browser |
Closing this issue since we don't have control over the user's browser and its trust settings |
Bug Description
When creating a new notebook the screen is stuck on loading (tried for 30minutes).
I can run code or python file in terminal but not in interactive mode:
It hands in both cases.
To Reproduce
Environment
$ snap list
Name Version Rev Tracking Publisher Notes
amazon-ssm-agent 3.2.1630.0 7628 latest/stable/… aws✓ classic
core18 20231027 2812 latest/stable canonical✓ base
core20 20231123 2105 latest/stable canonical✓ base
juju 2.9.46 25672 2.9/stable canonical✓ classic
kubectl 1.29.2 3180 latest/stable canonical✓ classic
lxd 5.0.3-51452c3 26881 5.0/stable/… canonical✓ -
microk8s v1.24.17 5872 1.24/stable canonical✓ classic
snapd 2.61.1 20671 latest/stable canonical✓ snapd
Bundle
Additional Context
No response
The text was updated successfully, but these errors were encountered: