Andrew Scribner
Andrew Scribner
ty for these logs! We will check these out
@jruokola to answer your port routing question, the extra piece of the puzzle is the istio `VirtualService`. Traffic enters the `istio-ingressgateway-worload` on port 8080, but then the `VirtualService`s are what...
Hi @hoangtnm! Good questions. For charmed kubeflow, there's a little extra configuration needed. Check out the [install guide](https://charmed-kubeflow.io/docs/install) step 6 and [accessing the dashboard](Set URL in authentication methods ) step...
@hoangtnm you're welcome! Good timing, I just noticed these [authentication](https://charmed-kubeflow.io/docs/authentication) and [authorisation](https://charmed-kubeflow.io/docs/authorisation) docs. They add a bit more detail. The first gives a little more detail on how to use...
Or possibly [this LDAP guide](https://charmed-kubeflow.io/docs/ldap).
This needs buyin from someone else on the nomenclature, otherwise it is ready
Sorry I let this slip from my mind and now I don’t have a good way to test. The changes requested were minor though and the code in the PR...
Yes, I believe the profile controller repeatedly does a reconciliation loop (every 10s maybe? something like that) and if it ever sees a missing resource, it creates a new one....
@thesuperzapper I don't know if admins will want to auto-mount tokens, but this feature feels like an easy quality of life improvement for users that doesn't change much for admins....
If there is agreement on making this change, the tests in `pipelines/manifests/kustomize/base/installs/multi-user/pipelines-profile-controller/test_sync.py` should be updated