-
Notifications
You must be signed in to change notification settings - Fork 546
How to add new plugin into helm chart #807
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
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Area
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
Scheduler Plugins version
The text was updated successfully, but these errors were encountered: