Getting the following error in elasticsearch-maste...
# troubleshoot
n
Getting the following error in elasticsearch-master-0 pod while deploying the prerequisites: chroot: cannot change root directory to '/': Operation not permitted Please help me out asap
b
Hmm - I've not seen this before. This is from the elastichsearch pod, which we do not control. I will try googling to see what we see
n
But there is no solution given in this link
b
It appears to be a permissions issue
n
Yes But I am not sure on how to resolve it
b
Maybe this one? https://github.com/elastic/helm-charts/issues/357#issuecomment-553371078 They say
Copy code
podSecurityContext:
  fsGroup: null
  runAsUser: null
n
I have already implemented this Doesn't work