Adam Lewis
Adam Lewis
@tylerpotts This could possibly affect our debugging of the monitoring PR where the kubernetes tests are failing.
After digging in a little, it appears the render step always deletes old rendered qhub deployments. Running `qhub deploy --config qhub-config.yaml --disable-prompt --disable-render` gets around the issue. Maybe a note...
@viniciusdc I have not seen this issue in at least a few months. :tada:
One option would be to open an issue on the Prefect Server helm chart repo and propose to add an option to disable all the other services besides the agent....
The helm chart for prefect is still inside the qhub repo (https://github.com/Quansight/qhub/tree/main/qhub/template/%7B%7B%20cookiecutter.repo_directory%20%7D%7D/infrastructure/modules/kubernetes/services/prefect/chart). I know we wanted to move the `chart` directory outside the repo into it's own repo at some...
Some of this discussion is contained in https://github.com/Quansight/qhub/issues/1098#issuecomment-1075704820 Also, there may be some overlap with https://github.com/Quansight/qhub/issues/1100
Hey @viniciusdc, yeah, users are automatically logged out of jupyterhub a short while after closing their browser window. I think the amount of time is configurable, but isn't more than...
I've read these resources: - https://argoproj.github.io/argo-workflows/installation/ - https://argoproj.github.io/argo-workflows/managed-namespace/ - https://argoproj.github.io/argo-workflows/security/ Some of my takeaways are: - I think we should do a namespace or managed namespace install (Argo can only...
I think there are many different points at which we could call this "done". I think the minimum done does the following: Minimum addition of Argo Workflows -------------------- - [x]...
@iameskild > I do have a question around how we would go about "Can deploy Rich's sample workflows in the UI", does this not depend on having some user-facing solution...