eskild
eskild
Hi @tjcrone so I was able to push on this a little more and I believe I understand what is going on now. I deleted the `user-scheduler` deployment (deleting this...
@trallard @pavithraes can we also update the colors and default logo (removing the Quansight one) during this same step?
- [x] add `--disable-checks` to `nebari deploy` - [x] ensure `nebari destroy` confirmation prompt works correctly - [x] ensure that `terraform_state` is added to config when using `nebari init`
@bollwyvl @goanpeca I'm not sure this is the right place for this but a recent PR failed at the `check-manifest` step of the CI build. The reason stated is: ```...
@bollwyvl apologies for the delayed response. Thank for the update. We are currently running our CI through Github Actions, using the values for the "Install Conda" step: ``` - name:...
@mike0sv (and others looking to achieve something similar) this might help for the time being: ```python from click import Context import typer from typer.core import TyperGroup class OrderCommands(TyperGroup): def list_commands(self,...
I'm also getting a similar error when calling `list_nod()`: ``` Problem encountered: Invalid value for `type` (CorruptDockerOverlay2), must be one of ['DiskPressure', 'MemoryPressure', 'NetworkUnavailable', 'PIDPressure', 'Ready'] ``` I don't seem...
@trallard this the other issue that is related the [RFD](https://github.com/nebari-dev/governance/issues/22) I recently opened.
@trallard I would say that if we go with the RFD I proposed [here](https://github.com/nebari-dev/governance/issues/22#issuecomment-1325113646) (or some other variant), we won't need this since the user will be able to customize...
Completed as part of new Nebari CLI 🤘