salotz
salotz
I ran into this issue as well. I can report a little more from the logs though. In `logs/runtime_env_setup-04000000.log` I get this repeated every minute: ``` 2023-12-20 14:58:51,442 INFO plugin.py:257...
Thanks for your response, I'll try the nightlies. I was about to go building my own image with podman in it. Looks like there was more to it than that....
Neither `rayproject/ray:nightly-py311` and `rayproject/ray:2.9.0.932eed-py311` have the `podman` executable in them. Am I looking at the right images?
Just realized 2.9.0 was released and built. I also don't see it in the container though.
Thanks for confirming my guesses and the link in the docs, I didn't notice that part (buried in Serve section and search had no results). Would try but currently blocked...
I don't think its quite the same thing, but maybe you can clarify. I want to have each unique `environment.namespace` be run in a different (virtual) cluster. For instance in...
@twelvemo > for the time being you could also create a vcluster in an [initScript](https://docs.garden.io/reference/providers/exec#providers-.initscript) in an exec provider. You can then have your kubernetes provider for the environment you...
@saashqdev I've not gotten to trying the ad hoc version, no. I'll report here if I do though.
@stefreak That seems like most of it! Although even with `--detail` it doesn't show the description. A more concise display would also make it more readable. The Grid elements take...
Ok I will add to it then! - Don't show the normal garden logging junk before printing the actual display. I'm optimizing for conciseness and discoverability. That stuff takes up...