-
Notifications
You must be signed in to change notification settings - Fork 54
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
[Helm] add helm chart for jobset #760
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: slin1237 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @slin1237! |
Hi @slin1237. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
✅ Deploy Preview for kubernetes-sigs-jobset canceled.
|
/ok-to-test |
/remove-kind regression |
charts/jobset/README.md
Outdated
| image.repository | string | `"jobset-controller"` | | | ||
| image.tag | string | `""` | | | ||
| imagePullSecrets | list | `[]` | | | ||
| kubeRbacProxy.image.pullPolicy | string | `"IfNotPresent"` | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We dropped kubeRbacPolicy and it will be dropped in 0.8.0. Let's focus on that for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, i missed that update from main.go
updated the rbac and removed kube rbac proxy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for doing this @slin1237!
Do we want to explore @tenzen-y's script that converts kustomize manifests to the Helm charts ?
https://github.com/kubernetes-sigs/kueue/blob/main/hack/update-helm.sh
i have not tried it yet |
I would really like to see automation for generating this from day 1. |
What type of PR is this?
/kind regression
Adds helm chart for jobset
What this PR does / why we need it:
Some organizations are fully dependent on helm installation, thus jobset should provide an official helm chart for installation
Which issue(s) this PR fixes:
Fixes #726
Special notes for your reviewer:
Does this PR introduce a user-facing change?