John Harris
John Harris
Ye I like the idea (and feature progression). Are you thinking same thing for issues as well? Also what about the ability to check that a PR references an existing...
So adding a label rather than closing the PR? Would this be a separate 'feature' that could be enabled / disabled in the config yaml? Would these 2 scenarios (target...
Looks like there's a few PRs for this in various states, I'm going to try and take one and make it merge-able soon. I'm also curious about the ability to...
Thoughts ^^ @srenatus @rithujohn191 ? As part of investigating the above I also found some issues / PRs around 'selecting' a connector in the request (https://github.com/dexidp/dex/pull/1138, https://github.com/dexidp/dex/issues/1084). While that seems...
Same issue: ```typescript const localCluster = new eks.Cluster(`localCluster`, { name: `localCluster`, version: "1.21", vpcId: vpc.id, publicSubnetIds: vpc.publicSubnetIds, privateSubnetIds: vpc.privateSubnetIds, nodeAssociatePublicIpAddress: false, endpointPrivateAccess: true, endpointPublicAccess: true, createOidcProvider: true, clusterSecurityGroup: apiSg, skipDefaultNodeGroup:...
Thanks @sushantkumar-amagi: - Is this a managed node group? (curious if that makes a difference) - Where are you actually specifying the node group should use the launch template? (I...
Thanks for the response @sushantkumar-amagi. OK so I've done some more testing with this, and it's actually pretty weird (or maybe I'm misunderstanding how EKS does Node Groups / custom...
Thanks @yann-soubeyrand, the behavior I'm seeing makes sense then, although I'm wondering how Pulumi handles when we update the template then, do the changes also get copied, and version numbers?
Pretty sure when I tested this Pulumi was not picking up updates, but I will re-test. Thanks!
I'm running it in cluster and don't want this component to be responsible for any ACME certs. I'm using cert-manager for that (terminating TLS @ contour ingress for my PoC)....