Nima Kaviani
Nima Kaviani
Thanks @metral for the reply. I was thrown off by `sourceSecurityGroupIds` for remote access. I will keep an eye on the open issue on aws that you pointed to.
/cc @@shyamsfo as he may have some thoughts here too.
from how we did it for terraform, I think the actual bootstrapping will have to go to the sister repo: https://github.com/aws-quickstart/ssp-amazon-eks (if I am not mistaken). What we will have...
HELM chart integrations or crossplane XRDs?
@dgerd opened an issue and a proposal (#5780) on how to deal with condition types and marking resource status. PR #5804 already implements that proposal for revision lifecycle and I...
also this https://github.com/knative/serving/pull/5804#issuecomment-542805906 for cross referencing.
Thank you @maggieneterval and @ezimanyi for the quick feedback. yes the implementation that I shared is a quick and dirty proof of concept. so all your points on missing proper...
Looks like [Weaveworks Flux's Helm Operator](https://github.com/weaveworks/flux/blob/master/site/helm-integration.md) settles on Option 2. Particularly [here](https://github.com/weaveworks/flux/tree/ff93ae039b3a5ecd1107f20593d6a369824c5805/deploy-helm) where it applies the operator and the CRD but leaves the CR (which can involve version selection and...
+1 to this: > It can be difficult for a consumer to distinguish between a working installation (default) and an installation which works how they want it (their preferred configuration)....
I like the example I see in the gist but I had the same question about the event listener and what type of events are to be emitted. As for...