-
Notifications
You must be signed in to change notification settings - Fork 3
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
added kueue integration code #1
Conversation
Signed-off-by: cwiklik <[email protected]>
v1beta1 "sigs.k8s.io/kueue/apis/kueue/v1beta1" | ||
) | ||
|
||
// ClusterMetricsReconciler reconciles a ClusterMetrics object |
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.
Thanks @cwiklik for submitting this PR for kueue - overall it looks good. Could you pls. add in the comment what is the purpose of this clustermetrics_controller (to distinguish this from the cluster metrics controller that already exists ) - I assume it's about updating quotas automatically based on cluster metrics but it would be good to explain.
…nager-controller Signed-off-by: cwiklik <[email protected]>
charts/kueue-ks/values.yaml
Outdated
|
||
image: | ||
repository: nginx | ||
pullPolicy: 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.
I assume this is not used in the chart, right ? I would suggest to set it to empty. Even better, remove all that is not used in the chart (probably most of it)
kueue-ks/README.md
Outdated
|
||
## License | ||
|
||
Copyright 2024. |
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.
s/Copyright 2024./Copyright 2024 The KubeStellar Authors./
Signed-off-by: cwiklik <[email protected]>
Signed-off-by: cwiklik <[email protected]>
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.
/lgtm
Thanks !
This PR contains implementation of kueue and kubestellar integration. Includes scripts and helm chart to install in Kubernetes. I've modified clustermetrics Makefile to add new targets specific to k3d local install (via ko).