Brightside

Results 7 comments of Brightside

I can confirm this issue with kubernetes-cd 2.3.1. Same error with Kubernetes 1.19.2 on AWS bootstrapped with kops, however working fine with Kubernetes 1.19.2 on Minikube. In case of Kubernetes...

Cluster autoscaler can work with k0sctl provisioned cluster. I consider two main ways of nodes provisioning: 1. Prebuilt Packer images which will be used to spin up new workers 2....

> Currently k0sctl does not care if there are nodes in the cluster that do not exist in the config. @kke Exactly. k0sctl doesn't care about new workers. So it...

Have similar/same issue and it's very annoying ``` {"level":"warn","ts":"2024-01-25T18:24:21.242Z","caller":"events/plan_command_runner.go:191","msg":"unable to update commit status: POST https://somegitlab.com/api/v4/projects/xxx/yyy/statuses/1d513a0d019425c7116e42507e35d11670e4f42e: 400 {message: Cannot transition status via :run from :running (Reason(s): Status cannot transition via \"run\")}","json":{"repo":"xxx/yyy","pull":"304"},"stacktrace":"github.com/runatlantis/atlantis/server/events.(*PlanCommandRunner).run\n\tgithub.com/runatlantis/atlantis/server/events/plan_command_runner.go:191\ngithub.com/runatlantis/atlantis/server/events.(*PlanCommandRunner).Run\n\tgithub.com/runatlantis/atlantis/server/events/plan_command_runner.go:306\ngithub.com/runatlantis/atlantis/server/events.(*DefaultCommandRunner).RunCommentCommand\n\tgithub.com/runatlantis/atlantis/server/events/command_runner.go:365"}...

> Hmm, yeah, that is odd. I think that sort of error would be coming from the AWS SDK (similar issue, but not for S3: https://github.com/awslabs/aws-sdk-rust/issues/844). You could try increasing...

> This plays into https://github.com/akuity/kargo/issues/1680 and the new idea of a "freight lab." And this helps to resolve my issue with many artifacts for components of single service

Case I have in mind is to provide QA engineers a possibility to clickops environments. There is a wizard in 0.9.0, there is a possibility to assemble freight, but there...