generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
What would you like to be done: Migrate JobSet from Kubebuilder v3 to v4
I noticed that the JobSet repository uses Kubebuilder v3, whereas the latest version is v4. Also, it seems that JobSet follows older conventions from Kubebuilder like having the main file at the root instead of in cmd/
Why is this needed: Improve compatibility with Kubebuilder, which is a standard tool for building controllers. This should help with any project changes like upgrading JobSet to v1
kannon92 and tchap
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Type
Projects
Status
Feature