eskild
eskild
Mostly completed: - https://github.com/Quansight/qhub/pull/1480 - https://github.com/Quansight/qhub-integration-test/pull/36
Just updating the paths in the CI/CD files.
@viniciusdc besides updating the IT README and transferring it to the nebari-dev org, it has been cleaned up. See this [PR](https://github.com/Quansight/qhub-integration-test/pull/37).
> > @viniciusdc besides updating the IT README and transferring it to the nebari-dev org, it has been cleaned up. See this [PR](https://github.com/Quansight/qhub-integration-test/pull/37). > > wonderful, did you clear each...
Hi @TomAugspurger, thanks for the enhancement request! Doubling checking real quick, it sounds like you're right, passing the desired variable to `terraform_overrides` will likely not have the effect you're hoping...
@TomAugspurger after you make the desired changes directly to the terraform scripts, you can ensure your changes are not overwritten by passing `--disable-render`: ```bash qhub deploy -c qhub-config.yaml --disable-render ```
Hey @tjcrone, thank you for bringing this to our attention! This does indeed seem like strange behavior given what you've said about the `worker` node-group. I will likely need to...
Hi @tjcrone, I was able reproduce this issue. I see the `worker` node group scale to 0 but the `user` node groups stays at 1. After digging around for a...
Hey @tjcrone, unfortunately I have not had the bandwidth to debug this further. One guess might be that there is a PVC, or some other resource, that still trying to...