-
Notifications
You must be signed in to change notification settings - Fork 699
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
developer_guide: Add instructions for v1alpha2 #528
Conversation
Signed-off-by: Ce Gao <gaoce@caicloud.io>
/assign @jlewi @ScorpioCPH |
If you want to build the operator for v1alpha2, please use the command here: | ||
|
||
```sh | ||
go install github.com/kubeflow/tf-operator/cmd/tf-operator.v2 |
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'm not following here, does this mean that if i build with:
go install github.com/kubeflow/tf-operator/cmd/tf-operator
I have v1alpha1 support, but if I build it with:
go install github.com/kubeflow/tf-operator/cmd/tf-operator.v2
I have both v1alpha1 and 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.
No, we have two binaries now. tf-operator and tf-operator.v2.
Because the code in cmd is also different between v1alpha1 and v1alpha2
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlewi 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 |
Signed-off-by: Ce Gao <gaoce@caicloud.io>
Signed-off-by: Ce Gao <gaoce@caicloud.io>
Signed-off-by: Ce Gao gaoce@caicloud.io
This change is