Charith Ellawala

Results 11 comments of Charith Ellawala

If we consider the differences between having an operator vs. using Helm/Terraform/other tool to orchestrate an Elasticsearch cluster, the advantage of the operator is that it is able to constantly...

Please note that the information in this issue is a record of exploratory work we have done and should not be considered to be the canonical way of integrating ECK...

You should look at the logs of `consul-connect-injector-webhook-deployment` in the namespace where Consul is installed (the name could be slightly different depending on how you installed Consul). That might provide...

Pods created by ECK resources have `automountServiceAccountToken` set to `false` unless the manifest explicitly overrides it in the `podTemplate` section.

Probably not wise to take it on just yet because the team hasn't had a chance to triage it. It's a bit tricky because we still support Kubernetes 1.11 and...

After prototyping how this would work, I think that it would be better to let users decide which labels or annotations they want to propagate to child objects. This is...

Looks like the failure is limited to the IPv6 Kind cluster. I'll take a look.

Problem appears to be a DNS resolution failure: ``` error doing HTTP request to fetch 'container' Metricset data: error making http request: Get \"https://eck-e2e-worker3:10250/stats/summary\": lookup eck-e2e-worker3 on [fd00:10:96::a]:53: server misbehaving...

I tried with Kind 0.9.0 as well without any luck. After looking around Kind issues, https://github.com/kubernetes/kubernetes/issues/94794#issuecomment-696617958 makes a lot of sense to me. I think we need to run Kind...

I assume you mean remove without replacement. Currently if you delete a pod, it will be replaced automatically with any existing persistent volumes re-attached. Can you elaborate more about your...