Eyþór Magnússon

Results 62 comments of Eyþór Magnússon

Just chiming to say we're seeing the same issue in a tool we're building. Here's the relevant [bug report](https://github.com/garden-io/garden/issues/2032). Has anyone found a workaround to this?

Thanks for the report. We should definitely provide better errors here.

Closing since it's possible to workaround this by "hoisting" the module configuration to a common parent directory and using the `inlcude` and `exclude` directives.

Thanks for opening the feature request @tedchang77. We'll look into this.

AFAICT it's an issue with the `get-port` package used here: https://github.com/garden-io/garden/blob/master/core/src/server/server.ts#L115 It returns `9777` even though it's already in use.

It should be fairly easy to reproduce by setting really high resource requests on a given workload. Garden will timeout on most operations so I suppose the idea would be...

@thsig, aren't the task level annotations just a matter of including those with the whitelist of fields we copy to the task pod spec?

Hi @mnpenner! You're right, this field is missing documentation. We're actually deprecating it because it's generally advised against using it, from the [K8s docs](https://kubernetes.io/docs/concepts/configuration/overview/): > Don’t specify a `hostPort` for...

Thanks for the report. I'll look into this.

Thanks for the update @remotezygote, this is super useful. Does it work, now that you've installed Rosetta?