Hans Knecht

Results 42 comments of Hans Knecht

> please avoid force push, we squash merge, so no worries about git history Apologies, I ended up in a bad local got state with some changes trying to fix...

> There are still some test failures that need to be fixed? Yep. I've asked for some help with those in the slack channel because they were passing before I...

Ah, makes sense. Confirmed that works

@bluekeyes that's a great question. From a user experience I think having a binary that you can run locally, like [conftest](https://www.conftest.dev/) or [helm unittest](https://github.com/helm-unittest/helm-unittest) would be helpful. Ideally that way...

I agree. While having to declare teams and orgs requires slightly more yaml, not a massive amount. And I think is vital to ensuring the tool could test the correct...

I think that using capabilities and allowing for an override of the k8s version, with a fall back to v1beta1 would work. Allow someone to specify the hpa version in...

@martinezlc99 any movement?

@jpkrohling If you can point me in the direction of the code that makes the DNS requests in the otel collector I can work on delivering a PR for it.

Useful! I think the big downside is having to explicitly declare typing. That's a bigger hassle, imo, than not having multiple types supported. But I'll keep an eye on the...

This appears to be a documentation issue rather than a code issue. https://github.com/opencost/opencost/blob/develop/pkg/cloud/aws/authorizer.go appears to point at multiple authorizer types and that should be documented outside the code.