splunk / jupyterhub-istio-proxy

JupyterHub proxy implementation for kubernetes clusters running istio service mesh
Apache License 2.0
32 stars 14 forks source link

Virtual service not being created also #48

Open zhuzhuzhenbang opened 2 years ago

zhuzhuzhenbang commented 2 years ago

It turns out that the serviceaccount "default" in the jupyter namespace wasn't able to create virtualservices. I modified the rbac rules to allow it to create, list, get, delete virtualservices and it is now able to do so. does have a sample for rbac settings? thanks!