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

Is it possible to deploy openelb as daemonset? #358

Open
lwabish opened this issue Sep 19, 2023 · 2 comments
Open

Is it possible to deploy openelb as daemonset? #358

lwabish opened this issue Sep 19, 2023 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@lwabish
Copy link

lwabish commented Sep 19, 2023

Is your feature request related to a problem? Please describe.

In my case, like edge computing , the node amount of my cluster would probably not exceed 10, so I would like to run openelb-manager as daemonset.
But now the helm chart doesn't support switching deployment to daemonset.

Describe the solution you'd like

Offer a switch for users to decide deploying openelb-manager with daemonset or deployment.

Describe alternatives you've considered

Additional context

@lwabish lwabish added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 19, 2023
@lwabish lwabish closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2023
@lwabish lwabish reopened this Sep 19, 2023
@renyunkang
Copy link
Member

For the version of openelb you are using, you may consider increasing the number of replicas of openelb-manager. Modify the scheduling rules so that it can be dispatched to different nodes.

@lwabish
Copy link
Author

lwabish commented Oct 7, 2023

For the version of openelb you are using, you may consider increasing the number of replicas of openelb-manager. Modify the scheduling rules so that it can be dispatched to different nodes.

Yes, indeed. This is also what I am doing now to achive the goal.
I am just considering offering a switch in the chart , which is maybe more easy for end users to deploy, without considering node amount, scheduling, lables, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants