ancient-diamond-80011
05/31/2023, 12:46 PMbig-spring-14945
05/31/2023, 3:24 PMbig-spring-14945
05/31/2023, 4:33 PMcalm-family-29323
06/01/2023, 11:45 AMcalm-family-29323
06/01/2023, 12:09 PMancient-diamond-80011
06/01/2023, 12:22 PMbrief-restaurant-63679
06/01/2023, 6:22 PMgarden sync-start api --deploy
and garden deploy api --sync
except that the latter starts the dev console?
So in terms of what gets built/deployed/synced topurple-oyster-28927
06/02/2023, 9:05 AMbrief-restaurant-63679
06/02/2023, 9:37 AMbrief-restaurant-63679
06/02/2023, 9:38 AMastonishing-tomato-18259
06/02/2023, 2:11 PMbig-spring-14945
06/02/2023, 2:58 PMastonishing-tomato-18259
06/02/2023, 3:29 PMGARDEN_SERVER_PORT
var. e.g. GARDEN_SERVER_PORT=9778 garden dev
alert-helicopter-61082
06/02/2023, 4:42 PMalert-helicopter-61082
06/02/2023, 10:47 PMcalm-family-29323
06/07/2023, 2:06 PMbrief-restaurant-63679
06/08/2023, 8:19 AMancient-diamond-80011
06/12/2023, 1:45 PMfuture-ghost-30594
06/12/2023, 6:59 PMastonishing-tomato-18259
06/13/2023, 12:02 PMjobs
are not managed by garden. A job can create one more more pods and continue to retry execution of the Pods until a specified number of them successfully terminate or the desired number of pods can't be started after specified retries.
Making garden wait for the completion of jobs doesn't seem ideal as the nature of job could range from short-lived, parallel, or sequential batch tasks within the cluster to tasks like background data processing etc.
@swift-garage-61180 and I discussed this already and would argue that if you need to wait for a deploy in your pipeline, job
isn't the right resource and shouldn't be used. exec
or pod
would be more suitable.
@icy-furniture-17516 As you originally reported the issue, what do you think?brief-restaurant-63679
06/13/2023, 3:04 PMError: Failed to create Pod api-test-98zjenxv: Got error from Kubernetes API (createNamespacedPod) - pods "api-test-98zjenxv" is forbidden: error looking up service account container-default/default: serviceaccount "default" not found
See e.g. here: https://github.com/garden-io/garden/pull/4575/checks
Does this look like a flaky test error or like a legit error? It looks pretty "legit" to me and older versions of microK8s are passing.
In case it is legit, I wouldn't think it's related to this PR since it shouldn't affect this test.calm-family-29323
06/14/2023, 8:02 AMbrief-restaurant-63679
06/14/2023, 11:51 AMbright-policeman-43626
06/21/2023, 4:17 PM--forward
option in that demo?
Here is a quick video to show the issue
cc @quaint-dress-831swift-garage-61180
06/21/2023, 6:05 PMfreezing-pharmacist-34446
06/27/2023, 10:22 AMchilly-gigabyte-83853
06/29/2023, 3:51 PMfreezing-pharmacist-34446
06/30/2023, 12:18 PMcalm-family-29323
07/05/2023, 10:38 AM