Steffen Rumpf
Steffen Rumpf
Hi, I encrypted a file using my age key located in `~/.age/key.age`. I set SOPS_AGE_KEY_FILE="/Users/steffenrumpf/.age/key.age". And was able to encrypt/decrypt my file using sops. But when trying to reading the...
### What feature/behavior/change do you want? Provide the possibility to change `vpc.extraCIDRs` on existing clusters. ### Why do you want this feature? We have a cluster with: ``` vpc: clusterEndpoints:...
### What were you trying to accomplish? I was trying to scale my nodegroups together with my clusterconfig: `eksctl scale nodegroup -f -` ### What happened? The first nodegroup was...
Hi, we're experiencing missing data in the metrics especially elasticsearch_filesystem_data_size_bytes and elasticsearch_filesystem_data_size_bytes (but it seems to be in all metrics). Any idea why this could happen? Our scrape_interval is set...
Hi, I now saw multiple times that `helmfile apply` does not create new releases when they wasn't installed via `helmfile sync` before? I would expect that if a resource wasn't...
Hi, I have a '~/aws' config file which looks like ``` [default] sso_session = sso-session sso_account_id = ACCOUNT_ID_TEST region = eu-central-1 output = json [profile test] cli_pager= retry_mode = adaptive...
### Describe the bug I want to use the following config but it doesn't work with aws-sdk-go (even when it works fine with aws cli). ``` [default] cli_pager= output =...
Hi, I basically wann do `git clone --bare $HOME/.cfg` and afterwards a `git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout`. My current code is the following: ```Go func OpenDofRepo(workDir, repoFolder string) (*dofRepo, error) {...
#### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
**Describe the bug** When upgrading to 0.50.4 via brew on my linux amazon workspace, running k9s fails with a segmentation fault. **To Reproduce** Steps to reproduce the behavior: 1. try...