-
Notifications
You must be signed in to change notification settings - Fork 277
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
[Bug] Docker Image support running without security and PA plugin #1185
Labels
bug
Something isn't working
Comments
peterzhuamazon
added
bug
Something isn't working
untriaged
Issues that have not yet been triaged
labels
Nov 29, 2021
Merged
1 task
dblock
changed the title
[Bug]Docker Image support running without security and PA plugin
[Bug] Docker Image support running without security and PA plugin
Jan 6, 2022
There's no indication of why security/PA are failing, either.
|
ulimit + sysctl And you need to cat the actual log to see. |
1 task
Removing this dependency from docker by adding a flag to allow a user to give flexibility to disable PA upon required, just like how its done for security plugin. |
This was
linked to
pull requests
Nov 9, 2022
I'm still getting it with:
Error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
#1154 issue follow up after fixing docker build issues.
https://github.com/tianleh/opensearch-build/blob/main/docker/release/config/opensearch/opensearch-docker-entrypoint.sh#L100-L131
As of now we expect docker image to have security and PA plugin install by default.
If PA failed to start then OS will also terminate.
This behavior is ok for previous releases, but having issues in 1.3.0 since we dont have branches for security and PA yet, and the bundle build pipeline is still triggering snapshots builds on a daily basis for docker images.
We can resolve this by decoupling PA and OS if PA not exists.
Thanks.
To reproduce
See above.
Expected behavior
No response
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
No response
Additional context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: