Mitch Hulscher
Mitch Hulscher
On clusters with lots of namespaces, the list of namespaces passes the edge of the screen. It then becomes a requirement to use the search field to find the right...
Around the time of the release of EKS 1.23 we started noticing that EKS is more aggressively scaling out/in its kube-apiservers. We are seeing them being replaced more frequently. What...
## Description To deal with flaky kube-apiservers we wrote several retry functions. Related issue: https://github.com/aws/containers-roadmap/issues/1810#issuecomment-1236812689 I am unsure whether these functions will be considered, but it was little effort to...
I would like to be able to configure grafana's use of internal/external alertmanagers. IE send alerts to only external alertmanagers. This is currently not possible with this provider :(
The controller posts a callback as soon as a request comes in. However, a failed deploy, which does a rollback to the previous release, is not posted. This can cause...
### Current and expected behavior  When clicking yes: ``` [2023-08-24][12:18:22][ERROR][aptakube] PanicInfo { payload: Any { .. }, message: Some(called `Result::unwrap()` on an `Err` value: UnsupportedLinuxPackage), location: Location { file:...
## Describe the bug Running `run-all` with `--terragrunt-forward-tf-stdout` no longer streams terraform/tofu output. Instead, it seems that all output is buffered and only printed after the command finishes. ## Steps...
``` $ terragrunt --version terragrunt version v0.78.0 ``` When using local statefiles, the `terragrunt stack clean` command removes the entire `.terragrunt-stack` directory structure, including all state files. I use local...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Version equal or higher than v1.17.4 and lower than v1.18.0 ### What happened?...
With the upcoming GA release of the [terragrunt cli-redesign](https://terragrunt.gruntwork.io/docs/migrate/cli-redesign/), tftest will fail to run terragrunt commands. Most notably: * `run-all apply` is being replaced with `run --all -- apply` *...