-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chroot error on start es pod #112
Comments
after adding to container definition: |
Hi @AdamWyzgol, I'm trying to emulate this error. Could you share more details about your Kubernetes environment (minikube, EKS, GKE, etc) and the exact steps you followed for the deployment? |
I have some more details, the same error occure on manager pods. I think it could be related with CRI-o based cluster. It is custom installation from kubeadm, latest version of k8s and crio. All is based on CentOS 8, SeLinux is enabled but disabling it give the same result. |
I found this opendistro-for-elasticsearch/opendistro-build#167 it is probalby the issue when apply this fix it works |
Thanks for the PR we'll give it a look soon. |
Fixed by #113 |
I just install wazuh on new kubernetes cluster, on ES I have in logs error:
chroot: cannot change root directory to /: Operation not permitted
This occures only on this pod, I tried also older versions of image, there was the same problem. Where could be the issue?
The text was updated successfully, but these errors were encountered: