Alen Komljen

Results 37 comments of Alen Komljen

The same happens with the latest version as well `v2.6.0`.

For this particular issue, with Argo rollouts, if I remove this part from steps: ``` { "pause" = { "duration" = 10 } }, ``` the issue is gone. Seems...

I think the ability to read `validation_records` from the existing `cloudflare_certificate_pack` would be enough to automate the process of adding txt records automatically.

I might be wrong, but at least in my case when I switched from letsencrypt to digicert, I don't have to add validation records anymore. I still have a `cloudflare-verify`...

I'm using [partial DNS](https://developers.cloudflare.com/dns/zone-setups/partial-setup/), and route53 is my primary DNS provider.

I use wildcard certs. Basically, I can go to the CF web console and create a new DigiCert wildcard cert, which gets validated immediately without needing to add a validation...

Probably we should just apply: ``` tolerations: - effect: NoSchedule operator: Exists ``` as default, since the operator can deploy multiple clusters which can have different tolerations.

Zalando team have their own ES operator, but it seems the main focus is on scaling https://github.com/zalando-incubator/es-operator. Of course, it would be great if we have only one operator to...

> I also might see about moving this to a generic org/repo. Would be nice to have all the code in one place (e.g. operator, cron, image, etc) @stevesloka any...

> The open distro folks seem to be maintaining images too. maybe those would work? It works with the operator with minor modifications, https://github.com/komljen/opendistro-for-elasticsearch-k8s I removed the security plugin here.