David Ackroyd

Results 15 comments of David Ackroyd

There have been 3 attempts at PRs for this change: https://github.com/jmoiron/sqlx/pull/348 https://github.com/jmoiron/sqlx/pull/373 https://github.com/jmoiron/sqlx/pull/448 This repository still seems to be active, with recent commits, so it's not clear what is holding...

Chiming in here - I work with Fumi (separate teams, but related work). Having tested the PR you've linked, I can confirm thats working for us (at least in `minikube`...

Need assistance here? My team is looking to use noe with images sourced from ECR, and this looks preferable to adding ECR specific support

@Fsero I got this running today in minikube, with the ECR credential provider. Ran into issues there with credentials not being provided due to there being some informational output on...

Key log entry for the ECR provider is this one: https://github.com/kubernetes/cloud-provider-aws/blob/master/cmd/ecr-credential-provider/main.go#L129 ``` func (e *ecrPlugin) getPrivateCredsData(imageHost string, image string) (*credsData, error) { klog.Infof("Getting creds for private image %s", image) ```...