kubernetes-elasticsearch-cluster
kubernetes-elasticsearch-cluster copied to clipboard
Why is the es-data StatefulSet "privileged: true"?
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.
It can probably be removed. Have you tried it?
Unfortunately not; sorry. minikube runs very poorly on my machine and I cannot spare any resources on GCP right now.
I am using the StatefulSet without privileged successfully in production. It's not necessary only for initcontainer.