Skip to content
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

How to define a ML node? #489

Closed
andreasMore opened this issue Oct 23, 2023 · 6 comments
Closed

How to define a ML node? #489

andreasMore opened this issue Oct 23, 2023 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@andreasMore
Copy link

Hi Team,

In version 2.4 of OpenSearch, machine learning nodes have been added. I am using OpenSearch version 2.11.0. How can I define a deployment that consists of 3 nodes that do everything except ML and one node that should be used only for ML (maybe also with GPU)? For the deplyoment I want to use helm. Unfortunately I could not find a tutorial for this.

Thanks a lot
Andreas

@andreasMore andreasMore added enhancement New feature or request untriaged Issues that have not yet been triaged labels Oct 23, 2023
@peterzhuamazon
Copy link
Member

@peterzhuamazon peterzhuamazon removed the untriaged Issues that have not yet been triaged label Oct 24, 2023
@andreasMore
Copy link
Author

andreasMore commented Oct 26, 2023

Hi @peterzhuamazon ,
thank you for your answer. Unfortunately it’s not what I was looking for, because then all nodes would also have the ml role, which is not recommended.

@prudhvigodithi
Copy link
Collaborator

prudhvigodithi commented Oct 26, 2023

Hey @andreasMore you need to maintain a seperate values,yaml file with just ML node role, install the chart, it should connect to the existing cluster which is already deployed with different values.yaml file.

@prudhvigodithi
Copy link
Collaborator

@andreasMore
Copy link
Author

Thank you for the information. Now it works as intended.

@prudhvigodithi prudhvigodithi self-assigned this Oct 27, 2023
@prudhvigodithi
Copy link
Collaborator

Thanks for the update @andreasMore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants