swift-garage-61180
04/11/2023, 12:54 PMcurved-intern-91221
04/11/2023, 1:06 PMbrief-restaurant-63679
04/11/2023, 1:53 PMTest
for vote-integ
of type container
and similarly a Test
for vote-unit
of type kubernetes-exec
?swift-garage-61180
04/11/2023, 1:56 PMvote-integ
of type container and similarly a Test for vote-unit of type kubernetes-exec
?
Yeah, good point—it makes sense to have both flavours (kubernetes-pod
and kubernetes-exec
) in there. I need to make a few updates to the vote-helm
project anyway, will do this at the same time (and update the snippets accordingly)....
some of the lines out.brief-restaurant-63679
04/11/2023, 1:58 PMswift-garage-61180
04/11/2023, 2:00 PMbrief-restaurant-63679
04/11/2023, 2:01 PMgarden deploy --dev
which no longer applies.
Are there others you can think of?swift-garage-61180
04/11/2023, 2:01 PMbrief-restaurant-63679
04/11/2023, 2:02 PMswift-garage-61180
04/11/2023, 2:02 PMgarden deploy --dev
should still work, since it's an alias for --sync
(I noticed this morning that the --dev
alias isn't working, will look into that).brief-restaurant-63679
04/11/2023, 2:02 PMswift-garage-61180
04/11/2023, 2:03 PMbrief-restaurant-63679
04/11/2023, 2:03 PMgarden deploy --dev *
and got:
✖ Could not find one or more Deploy actions: README.md, policy, project.garden.yml, setupCloud.sh, stackhawk.yml, users.txt and workflows.garden.yml
garden deploy --dev="*"
exists the same way as garden deploy --dev
swift-garage-61180
04/11/2023, 2:04 PMbrief-restaurant-63679
04/11/2023, 2:05 PMswift-garage-61180
04/11/2023, 2:05 PM--dev
option specifically in certain template strings, which we're not doing for the --sync
option.brief-restaurant-63679
04/11/2023, 2:05 PMgarden test foo --exec
😉swift-garage-61180
04/11/2023, 2:05 PMbrief-restaurant-63679
04/11/2023, 2:07 PMswift-garage-61180
04/11/2023, 2:08 PMbrief-restaurant-63679
04/11/2023, 2:09 PMalert-helicopter-61082
04/11/2023, 2:13 PMswift-garage-61180
04/11/2023, 2:13 PMmode
concept for actions.
It's the new way for e.g. Deploy configs to figure out whether they're in sync mode (which is a welcome relief from the rather monstrous template string formula we've been recommending to people for that in 0.12).
I'm not sure, but I think it might make sense for the kubernetes-pod
Test & Run actions to have an optional exec: boolean
field that makes the action instead use the kubernetes-exec
mode (using the mode
field for the action would be a natural fit there).alert-helicopter-61082
04/11/2023, 2:14 PMswift-garage-61180
04/11/2023, 2:15 PMalert-helicopter-61082
04/11/2023, 2:41 PMswift-garage-61180
04/11/2023, 3:24 PM