Tim Straley

Results 14 comments of Tim Straley
trafficstars

Hi, it looks like this issue has gone stale, so I'd like to give it a bump. Seems related to https://github.com/gruntwork-io/terragrunt/issues/671 as well. This is still a bug in Terragrunt...

FYI: seems like v4 of the AWS terraform provider changed the order in which credentials are evaluated, and now it matches what Terragrunt seems to do - though they both...

We use goconvey in our tests and execute our tests with `go test -v 2>&1 | tee >(go-junit-report > test-report.xml)`. This gives the useful BDD formatted output, and still generates...

FYI: This functionality was added on the NGINX side by taking advantage of the CRD source options provided by external-dns. Configuration for VS can be found here: https://docs.nginx.com/nginx-ingress-controller/configuration/virtualserver-and-virtualserverroute-resources/#virtualserverexternaldns Blog detailing...

For reference, this includes an example service account JWT payload: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#serviceaccount-token-volume-projection The `sub` subject claim is what AWS EKS uses in their IRSA flow, and might be the cleanest solution...

Can we remove the stale label? This is still an issue.

I'm not sure what would be unique to our environment, but here are possibly relevant configuration details: Output of `describe deployment` (including run args): ``` Name: api-nginx-ingress-controller Namespace: nginx-ingress CreationTimestamp:...

I'm curious if any of the maintainers can chime in here with _why_ the Issuer and ClusterIssuer have different functionality here? Shouldn't either one be trying to use the modern...

Services source looks to list pods in a couple situations: 1. Node port targets with local traffic policy 2. Headless endpoints https://github.com/kubernetes-sigs/external-dns/blob/master/source/service.go

This project does not appear to be actively maintained, so I'm just going to leave this issue here for others to be aware. If PRs start getting acknowledged again in...