-
Notifications
You must be signed in to change notification settings - Fork 716
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
Plugin install fail with Operation not permitted on OpenShift #1801
Comments
cc @agup006 |
It is not possible to install a plugin using an unprivileged user. Any user using a security context and/or some PSP to secure a K8S cluster is likely to hit this issue (not specific to Openshift). The root cause is that the plugin installation attempts to change the owner on a directory, which is something only I'm not sure there's much we can do on the ECK side but recommend to build a custom image to install plugins. We may also open an issue in the Elasticsearch repo. to discuss this issue. |
Closing this for now, given the assessment by @barkbay |
Bug Report
What did you do?
When calling elasticsearch plugin commands the following exception is raised, when running on top of OpenShift:
What did you expect to see?
What did you see instead? Under which circumstances?
Environment
ECK version:
0.9.0
Kubernetes information:
for each of them please give us the version you are using
The text was updated successfully, but these errors were encountered: