You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notebook Culling is not working after upgrading the kubeflow-profiles image to 1.8.0-rc.2 in PR canonical/kubeflow-profiles-operator#155 , due to the AuthorizationPolicy applied in the profile's namespaces being:
[jupyter-controller] 1.6977991224720206e+09 INFO controllers.Culler Warning: GET to http://mynb.admin.svc.cluster.local/notebook/admin/mynb/api/kernels: 403
Additional context
No response
The text was updated successfully, but these errors were encountered:
the issue here is that the jupyter-controller pod does not have an istio sidecar, so it is not using mTLS authentication. mTLS is needed because the AuthorizationPolicy specifies a source.principal, from the istio docs:
Bug Description
Notebook Culling is not working after upgrading the
kubeflow-profiles
image to1.8.0-rc.2
in PR canonical/kubeflow-profiles-operator#155 , due to the AuthorizationPolicy applied in the profile's namespaces being:To Reproduce
Environment
juju 3.1/stable
microk8s 1.25-strict/stable
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: