Yoriyasu Yano
Yoriyasu Yano
I have a PR out now for the global region fix: https://github.com/gruntwork-io/cloud-nuke/pull/350 You can subscribe to that to be notified when it gets released.
NOTE: This may not be possible with binary assets associated with releases.
Thanks for the comment. We don't have plans in the short term to enhance the GKE functionality because we've found GKE to have a lot more support for the basics...
Thanks for the highlighting this request! The current idea is to leverage PodDisruptionBudgets to avoid downtime in your apps. This is in general a better approach as it better respects...
Ah you need to pass in the ldflags to set the version at build time. The following should work: ``` go build -o kubergrunt -ldflags "-X main.VERSION=v0.7.6 -extldflags '-static'" ./cmd...
This is currently not supported via CLI option, but open to a PR to add it in! With that said, see https://github.com/gruntwork-io/cloud-nuke/issues/49 for workaround.
> In either case, I suspect there may have been an error earlier in the log output. This might be true, but I think it's a smell for `gruntwork-install` to...
I don't think there is a quick win here to resolve this unless we switch to a graph based parsing scheme with lazy evaluation. I can't otherwise come up with...
I wonder if we could just buffer the stdout and print out one module at a time in a stream, but continue to stream stderr logs? Terraform is fairly consistent...
This implementation makes sense to me, and would also provide a workaround for https://github.com/gruntwork-io/terragrunt/issues/1033 @celestialorb please `@` mention me when this PR is ready for formal review!