Mitch Hulscher

Results 10 issues of 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...

🐛 kind/bug

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...

EKS
Proposed

## 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 :(

cloud

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...

enhancement
help wanted

### Current and expected behavior ![image](https://github.com/aptakube/aptakube/assets/18721288/aec3bc8f-45ae-4445-b273-5fe156a805e5) 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:...

bug
cant-reproduce

## 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...

bug

``` $ 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?...

kind/bug
area/datapath
area/proxy
needs/triage
kind/community-report
feature/netkit

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` *...