Mike Metral
Mike Metral
Thanks for the feedback! We can certainly improve the docs on the CRDs requirement for the operator, and plan on making an update soon. Please [let us know](https://github.com/pulumi/pulumi-kubernetes-operator/issues/new) of any...
Leader election is actually enabled by default within clusters thanks to the [operator-sdk](https://docs.openshift.com/container-platform/4.1/applications/operator_sdk/osdk-leader-election.html). This issue is w.r.t running concurrent controller binaries in the test suite if using [`ginkgo -p`](https://onsi.github.io/ginkgo#parallel-specs), which...
I've been using DOKS 1.16 and 1.17 this week, and have not experienced the issue with `certificate-authority-data` changing on `pulumi refresh` or `pulumi update`. Per [DO engineers](https://www.digitalocean.com/community/questions/when-saving-kubernetes-config-from-doctl-with-an-existing-api-token-another-token-is-created-is-this-normal), newer versions of...
Cross posting comments below from https://github.com/pulumi/pulumi-digitalocean/issues/78 --- I've been using DOKS 1.16 and 1.17 this week, and have not experienced the issue with `certificate-authority-data` changing on `pulumi refresh` or `pulumi...
/remove-lifecycle stale
Outside of kicking the tires & P.O.C's, do we have any insight into how often folks are wanting to provision a single master cluster vs. a HA setup? It seems...
@robszumski
For context, ILB's are being experimented with to stand up fully private clusters on Azure. In using them, we hit this limitation.
Retries are set to 3 attempts in EKS CI but this does not seem to be doing the trick. Seems like the fix lives in handling this error with retries...
Agreed. I myself have run into this as well. I've implemented some string trimmers and length enforcers in utility classes to get around this, but it'd be great for this...