Steffen Rumpf

Results 41 comments of Steffen Rumpf

I experienced the same. As workaround you could do the following: `ssh-keyscan github.com >> known_hosts`

No we didn't solve it completely. We worked around it and lowered the scrape_interval. And in-fact we changed our monitoring to ignore these missing data.

Hi, helmfile version is 0.141.0 helm diff version is 3.4.1. In my case I had a pretty simple chart which just creates a tls secret for nginx ingress controller besides...

I hope that helps. [test.zip](https://github.com/roboll/helmfile/files/8244699/test.zip) [tls-secret.zip](https://github.com/roboll/helmfile/files/8244708/tls-secret.zip)

I just did another change (changed the Chart => new chart version for the secret) this worked fine.

``` apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: name: eks-cluster version: "1.20" region: eu-central-1 iam: withOIDC: true serviceAccounts: - metadata: name: aws-load-balancer-controller namespace: kube-system wellKnownPolicies: awsLoadBalancerController: true vpc: nat: gateway: Disable subnets:...

This would really be the killer feature to be able to use eksctl e.g. in pipelines to roll-out clusters & cluster updates.

I guess `global.imageRegistry` overwrites every image.Registry of the `[kube-prometheus-stack](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack)`. I just had an issue with the `prometheusOperator.admissionWebhooks.patch.image` as it's not present at quay.io. I think all images should come from...

HI @hairyhenderson, I'll try to build the main branch with the latest version later and let you know if that work. I also think that this is a bug in...

Do you think it would be easily possible to switch to `aws-sdk-go-v2`? https://aws.github.io/aws-sdk-go-v2/docs/migrating/ looks like especially the handling of configuration changed.