Brian Broderick

Results 9 comments of Brian Broderick

This issue was helpful to me in debugging a related issue with no connection between Apollo and GraphQL: since Ingresses only support ports 80 and 443, in order to connect...

It's hard to work with existing k8s containers without this feature, e.g. to drop privileges is really difficult

I use Karpenter to launch nodes.... Is there a way to patch the userdata with a blend of bash and the new nodeconfig? ``` # doesn't actually work userData: |...

I need to create a large number of storageclasses, each using a different username and a password which I can't change. For this case, using the credentials file is really...

Output from a render attempt: ``` $ skaffold render failed to resolve the digest of 987654321.dkr.ecr.us-west-1.amazonaws.com/my-repo:123456789: does the image exist remotely? $ aws ecr list-images --repository-name my-repo --filter tagStatus=TAGGED --query...

Probably this issue is a bit stale, but in case other EKS + ECR users want to use skaffold + kaniko, this now works pretty seamlessly using a service account...

Mostly adding my +1 to this, the last version that worked for us was Chrome 127.0.6533.122. As of 128, we have the same problem. This affects both Windows and Mac...

There is a hint here about the solution: > You have to remove that container to be able to reuse that name: that name is already in use, or use...