-
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
[Enhancement]: Docker instances yield two deprecation warnings related to cgroup #5000
Comments
[Triage] |
Adding @AMoo-Miki @kavilla. |
@prudhvigodithi OSD uses |
Got it thanks Miki, adding @peterzhuamazon @getsaurabh02. |
Thanks @AMoo-Miki , I will go ahead and do a replacement and ready for 2.18. |
Describe the bug
On startup, Docker instances of OpenSearch Dashboards will throw deprecation warnings about
cpu.cgroup.path.override
andcpuacct.cgroup.path.override
, unless the user has overridden the default entrypoint scripts.To reproduce
Launch a vanilla Docker image of OpenSearch Dashboards with the following:
The dashboard will fail to connect to the cluster, but the deprecation warning gets thrown before this. Even when properly configured with
docker-compose.yml
and connected to a cluster, the dashboard will throw the deprecation warnings because the deprecated settings are set in the Docker entrypoint script (e.g.docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-default.x.sh
).Expected behavior
No deprecation warning expected.
Screenshots
No response
Host / Environment
Latest Docker image located at https://hub.docker.com/r/opensearchproject/opensearch-dashboards
(build date 2024-08-15T20:09:22Z)
Additional context
No response
Relevant log output
The text was updated successfully, but these errors were encountered: