kubernetes-elasticsearch-cluster icon indicating copy to clipboard operation
kubernetes-elasticsearch-cluster copied to clipboard

Why is the es-data StatefulSet "privileged: true"?

Open mley opened this issue 8 years ago • 3 comments

Is that an error or is it required, that the es-data container of the es-data-stateful set is privileged? All the other ES containers are not privileged, only their initContainers.

Thanks in advance for clarifying.

mley avatar Aug 23 '17 05:08 mley

It can probably be removed. Have you tried it?

pires avatar Aug 28 '17 10:08 pires

Unfortunately not; sorry. minikube runs very poorly on my machine and I cannot spare any resources on GCP right now.

mley avatar Aug 30 '17 16:08 mley

I am using the StatefulSet without privileged successfully in production. It's not necessary only for initcontainer.

trevex avatar Dec 12 '17 10:12 trevex