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 add new plugin into helm chart #807

Open
3 of 4 tasks
Lyon77 opened this issue Oct 1, 2024 · 0 comments
Open
3 of 4 tasks

How to add new plugin into helm chart #807

Lyon77 opened this issue Oct 1, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@Lyon77
Copy link

Lyon77 commented Oct 1, 2024

Area

  • Scheduler
  • Controller
  • Helm Chart
  • Documents

Other components

No response

What happened?

This isn't as much of a bug as is it a clarification on steps required to add a new plugin to the helm chart.

I am trying to create a fork of this project which creates a modification of the preemption toleration pkg code to fit my use case. In order for the newly created plugin to be a part of the image, what do I need to do? Do I just need to create the new plugin the the pkg folder, add the new preemption args to the register.go file, and enable my plugin in the manfiest helm chart values file?

Or do I need to do something in the manifest folder or elsewhere so to make the helm chart aware of the new plugin?

Thanks.

What did you expect to happen?

I'm just looking for way to add a new plugin to the helm chart.

How can we reproduce it (as minimally and precisely as possible)?

No response

Anything else we need to know?

No response

Kubernetes version

$ kubectl version
# paste output here

Scheduler Plugins version

@Lyon77 Lyon77 added the kind/bug Categorizes issue or PR as related to a bug. label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant