-
Notifications
You must be signed in to change notification settings - Fork 443
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
Code restructuring to support V1alpha1 and V1alpha2 API #448
Conversation
/retest |
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 for your contribution!
/lgtm |
For the NAS files - we should make sure their naming follow the conventions of the rest of the repo. It can be fixed later. |
"sigs.k8s.io/controller-runtime/pkg/runtime/signals" | ||
) | ||
|
||
func main() { |
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.
Will Katib controller have hame "StudyJobController" in v1alpha2?
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.
updated
@johnugeorge Thank you for your PR! |
@johnugeorge Should we also put these manifests https://github.com/kubeflow/katib/tree/master/manifests in v1alpha1 folder? |
/lgtm |
/lgtm |
/retest |
renamed Image name is not changed yet. It will be changed later when all v1alpha2 components are built. I will raise a separate PR for separating v1alpha1 in |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: richardsliu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Code is restructured to support v1alpha1 and v1alpha2 api. Docker images of each component contains v1alpha1 and v1alpha2 binaries(Currently added only for
controller
anddb
components). Default is still v1alpha1 binary.Related: #670
This change is