Closed selcem-artan closed 8 months ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5359.
This message was autogenerated
hi @selcem-artan the logs you've attached are different from what we discussed offline, from these logs authservice can reach dex, but looks like dex url is not configured correctly in this case, hence the http:///dex\
Can you show the dex-auth configuration now with juju config dex-auth public-url
?
$ juju config dex-auth public-url http://172.27.80.162.nip.io
Hello Noha,
I realized a lot of Virtualservices is missing in upgraded KUbeflow 1.8 compared to freshly installed Kubeflow 1.8
FReshly installed KUbeflow 1.8: NAME GATEWAYS HOSTS AGE dex-auth ["kubeflow/kubeflow-gateway"] [""] 12m envoy ["kubeflow/kubeflow-gateway"] [""] 12m jupyter-ui ["kubeflow/kubeflow-gateway"] [""] 12m katib-ui ["kubeflow/kubeflow-gateway"] [""] 12m kfp-ui ["kubeflow/kubeflow-gateway"] [""] 12m kubeflow-dashboard ["kubeflow/kubeflow-gateway"] [""] 12m kubeflow-volumes ["kubeflow/kubeflow-gateway"] [""] 12m oidc-gatekeeper ["kubeflow/kubeflow-gateway"] [""] 12m tensorboards-web-app ["kubeflow/kubeflow-gateway"] ["*"] 12m
Upgraded to 1.8: ubuntu@node06:~$ microk8s kubectl get virtualservice -nkubeflow NAME GATEWAYS HOSTS AGE kfp-ui ["kubeflow/istio-gateway"] [""] 6d6h envoy ["kubeflow/istio-gateway"] [""] 6d5h tensorboards-web-app ["kubeflow/istio-gateway"] [""] 7h32m dex-auth ["kubeflow/istio-gateway"] [""] 149m
Problems were resolved, after fixing istio relations of below missing components. THanks a lot for yout help
ubuntu@node06:~$ microk8s kubectl get virtualservice -nkubeflow NAME GATEWAYS HOSTS AGE kfp-ui ["kubeflow/istio-gateway"] [""] 6d6h envoy ["kubeflow/istio-gateway"] [""] 6d5h tensorboards-web-app ["kubeflow/istio-gateway"] [""] 7h41m dex-auth ["kubeflow/istio-gateway"] [""] 159m kubeflow-dashboard ["kubeflow/istio-gateway"] [""] 3m51s kubeflow-volumes ["kubeflow/istio-gateway"] [""] 2m46s oidc-gatekeeper ["kubeflow/istio-gateway"] [""] 93s jupyter-ui ["kubeflow/istio-gateway"] [""] 24s
Bug Description
Initially, Kubeflow 1.7 was deployed and UI access was verified. Later with upgrade to Kubeflow 1.8, dashboard access does not work.
$ microk8s kubectl -n kubeflow get svc istio-ingressgateway-workload -o jsonpath='{.status.loadBalancer.ingress[0].ip}' 172.27.80.162
$ juju config oidc-gatekeeper public-url http://172.27.80.162.nip.io
ubuntu@node06:~$ juju config dex-auth public-url http://172.27.80.162.nip.io
$ curl -v http://172.27.80.162.nip.io
To Reproduce
Charm versions as below;
dex-auth 2.36/stable istio-gateway 1.17/stable istio-pilot 1.17/stable
Environment
Juju v3.1, Microk8s v1.26, Kubeflow v1.8
Relevant Log Output
Additional Context
No response