-
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
RBAC: access denied
on connecting to a notebook - 1.8 pre-release
#309
RBAC: access denied
on connecting to a notebook - 1.8 pre-release
#309
Comments
logs from the
seems like an authorization problem: |
Update: switched
It's definitely not an authorization issue. UI is still returning |
Also, since the issue is in the Notebook Pods then we'll need to focus on the notebook controller |
The issue is that in the This change was introduced in this PR to prevent user impersonation by adding the |
* feat: bump kfam and controller images to 1.8.0-rc.2 * fix: closes canonical/notebook-operators#309
Bug Description
During the pre-release testing of 1.8, seeing a
RBAC: access denied
when connecting to a notebook.To Reproduce
git clone https://github.com/canonical/bundle-kubeflow.git
cd bundle-kubeflow
juju deploy ./releases/latest/edge/bundle.yaml --trust
Environment
microk8s 1.25-strict/stable
juju 3.1/stable
enabled microk8s addons with:
microk8s enable dns hostpath-storage rbac ingress metallb:10.64.140.43-10.64.140.49
Relevant log output
Additional context
Notebooks version
1.8.0-rc.0
The text was updated successfully, but these errors were encountered: