Nicholas Hawkes
Nicholas Hawkes
Hi @bcbrockway , sorry forgot to mention the `log` that I put above did come from the image updater. I found the line here: https://github.com/argoproj-labs/argocd-image-updater/blob/master/pkg/image/credentials.go#L260. So I think it is...
I think it might be this line that could potentially be the culprit but I'm not sure: https://github.com/argoproj-labs/argocd-image-updater/blob/master/pkg/registry/endpoints.go#L101
Hi everyone, Looking for some direction here. Is this on AWS' roadmap? I'm currently looking at trying to harden the AMI myself (specifically the linux AMI hardening) but if the...
> Looking for aws hardened image, what are the options available currently. Nothing official from AWS that I can find, but there are python/ansible scripts that you can search up...
Sorry, yes, I guess this should have been a feature request. The `StringLike` parameter would still allow for backwards compatibility for policy scoping, but would also allow for it to...
I managed to find a workaround using the `karpenter_tag_key`. If the `karpenter_controller_cluster_id` is required, may I suggest this change instead: https://github.com/terraform-aws-modules/terraform-aws-iam/pull/272
I ran into the same issue. My `kubectl` was working fine but k9s was not. Thanks for your post @olc I was able to determine that my `/etc/resolv.conf` was messed...
Hope this helps: https://github.com/mumoshu/aws-secret-operator#helm-chart
I guess this issue can be closed since the guide has been merged? One thing missing though, is there an external URL we can do `helm pull` from? Is this...
There is some movement on this PR: https://github.com/kubernetes-sigs/kustomize/pull/5167 Very excited to see support for OCI!