Michael Morello

Results 45 comments of Michael Morello

Hi, > We don't want the agents inside the ECK - cluster should make a internet connection and connect through ingress URL rather they should go through the internal service...

Closing this due to inactivity. Feel free to reopen if needed.

I've been working on my own proof concept to test the idea. In case anyone is interested the project is available here: https://github.com/barkbay/metrics-router The core algorithm is inspired from https://github.com/arjunrn/custom-metrics-router...

Hi, could you check if there's any error in the operator logs _(`kubectl -n elastic-system logs -f statefulset.apps/elastic-operator` if installed with the quickstart)_ ? It might be because the operator...

> I'm thinking through some sort of solution to this that's deterministic in which all ports, Could you give more details about your solution? * If deployed as a daemonset...

It's possible to [use a custom CA to setup transport certificates](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-transport-settings.html#k8s-transport-ca). By using your own PKI, could it be a way to have a better control on the CA certificate...

I was wondering how we should handle deletion. What if the user wants to delete something ? (creating objects at scale is great, being able to fix a mistake at...

> @naemono Does maxUnavailable in the change budget guarantee that all shards will remain available? The docs don't seem to imply that guarantee. The operator always does its best to...

I can't reproduce on a brand new cluster: ``` > cat kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - github.com/elastic/cloud-on-k8s/config/crds/v1/patches?ref=a186ea7028eda2402c90cf84c1cc649afe9bfd3e > kustomize build > crds.yaml > ls -la crds.yaml && md5sum...