Eyþór Magnússon
Eyþór Magnússon
We're missing doc on how Garden namespaces work, how they differ from Kubernetes namespaces, and how you'd generally use them together. As improve the docs, we should also address the...
## Bug ### Current Behavior When I run `garden dev`, I am able to use the Cloud command palette as expected. If I instead run `garden serve`, it doesn't appear...
## Bug ### Current Behavior I have a custom command that runs a local script, something like: ``` # In /custom-commands.garden.yml kind: Command name: my-command exec: command: [./scripts/my-script.sh] ``` If...
## Feature Request ### Background / Motivation Sometimes Garden commands timeout because a given Pod can't be scheduled due to lack of cluster resources. These type of errors are pretty...
## Bug ### Current Behavior If I run Garden in persistent mode in a given project, it starts the dashboard server at port 9777. When I run Garden in persistent...
This is basically the issue version of PR #1244 which was never completed. There are likely several different ways of achieving this, so all tips and pointers would be greatly...
## Bug ### Current Behavior I have the following config: ```yaml kind: Module type: exec name: variables variables: includes: ["foo", "bar"] # ... --- kind: Module type: container name: image...
## Bug ### Current Behavior One of my favourite features of Garden is that it automatically creates port forwards when in watch mode. The annoying thing is that these seem...
## Feature Request ### Background / Motivation Garden sometimes logs warnings or informational messages that can be disabled via a one-time operation by running the `garden util hide-warning` command in...
## Feature Request ### Background / Motivation It occurs to me that someone could accidentally set the sync root to something outside the project root, say `/` and make it...