swift-garage-61180
05/22/2023, 6:38 PMicy-furniture-17516
05/22/2023, 8:34 PMicy-furniture-17516
05/22/2023, 8:36 PMicy-furniture-17516
05/23/2023, 7:30 AMℹ deploy.ingress-nginx → Waiting for resources to be ready...
ℹ deploy.ingress-nginx → DaemonSet/ingress-nginx-controller: Pulling image "registry.k8s.io/ingress-nginx/controller:v1.7.0@sha256:7612338342a1e7b8090bef78f2a04fffcadd548ccaabe8a47bf7758ff549a5f7"
ℹ deploy.ingress-nginx → DaemonSet/ingress-nginx-controller: RELOAD NGINX reload triggered due to a change in configuration
(I don't remember relevant events propagated to the output in 0.12) love it! icy-furniture-17516
05/23/2023, 8:20 AMcalm-family-29323
05/23/2023, 10:15 AMpurple-oyster-28927
05/23/2023, 10:22 AMedge
versions moving forward?
branch main
-> edge
?
And 0.12
-> 0.12-edge
or something?calm-family-29323
05/23/2023, 11:52 AMquaint-dress-831
05/23/2023, 12:15 PMquaint-dress-831
05/23/2023, 12:15 PMicy-furniture-17516
05/23/2023, 12:54 PMancient-diamond-80011
05/23/2023, 1:47 PMbrief-restaurant-63679
05/23/2023, 2:46 PMgarden dev
command appears to OOM for me after running for some time. Second time I notice it, but in both cases it ran for quite awhile (probably hours), see attached stack tracestale-cpu-26955
05/23/2023, 10:55 PMswift-garage-61180
05/24/2023, 10:52 AMcalm-family-29323
05/24/2023, 1:00 PMrenderError
[1] used for the terminal log writer in `formatForTerminal combineRenders`[2]?
This causes this error log[3] in the dev command-line to be empty. Should I just pass the error.message
as msg
?
1. https://github.com/garden-io/garden/blob/main/core/src/logger/renderers.ts#L47
2. https://github.com/garden-io/garden/blob/main/core/src/logger/renderers.ts#L168
3. https://github.com/garden-io/garden/blob/main/core/src/cli/command-line.ts#L102swift-garage-61180
05/24/2023, 1:53 PMrenderError
resulted in way too much detail being rendered in the terminal writer.
Rendering the message without the detail is probably the right compromise.ancient-diamond-80011
05/25/2023, 9:04 AM0.12
branch so we're not getting edge-acorn
releases 🤔
https://app.circleci.com/pipelines/github/garden-io/garden?branch=0.12calm-family-29323
05/25/2023, 2:49 PMquaint-dress-831
05/26/2023, 7:59 AMquickstart-example
bugs be submitted to the quickstart-example
GitHub issues tracker or in garden
?ancient-diamond-80011
05/26/2023, 9:04 AMlog
implementation (especially regarding the sub-logs / tree structure details) available for a quick pairing session to verify some details?quaint-dress-831
05/26/2023, 9:20 AMsh
TEMP_DIR=$(mktemp -d)
curl -sSL https://github.com/garden-io/garden/releases/download/edge-bonsai/garden-edge-bonsai-macos-amd64.tar.gz | tar xz -C $TEMP_DIR
mkdir -p $HOME/.garden/bin
rm -rf $HOME/.garden/bin/*
mv $TEMP_DIR/macos-amd64/* $HOME/.garden/bin
grep -qxF 'export PATH=$HOME/.garden/bin:$PATH' "$HOME/.zshrc" || echo 'export PATH=$HOME/.garden/bin:$PATH' >> "$HOME/.zshrc"
rm -r $TEMP_DIR
source $HOME/.zshrc
do we want to change this command now that Bonsai is released? What do we want them finding bugs and papercuts in?purple-oyster-28927
05/26/2023, 1:18 PM0.12
https://github.com/garden-io/garden/blob/0.12/core/package.json#LL29C32-L29C41
Why is that so?ancient-diamond-80011
05/26/2023, 1:51 PMswift-garage-61180
05/28/2023, 12:12 PMquaint-dress-831
05/28/2023, 5:12 PMquaint-dress-831
05/28/2023, 5:12 PMancient-diamond-80011
05/29/2023, 2:14 PMterraform
versions on my new work laptop, with an easy workaround of manually downloading, extracting, and moving to the ~/.garden/tools/terraform-x-y-z/somehash/terraform
directory
apparently this is reproducible in CI as well https://app.circleci.com/pipelines/github/garden-io/garden/17989/workflows/df3a3ac9-6fa1-45e5-a265-b0ae45492ec9/jobs/314034quaint-dress-831
05/31/2023, 6:18 AMbrief-restaurant-63679
05/31/2023, 7:53 AM