-
Notifications
You must be signed in to change notification settings - Fork 459
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
Update REAME example links for v1alpha1 #452
Update REAME example links for v1alpha1 #452
Conversation
Hi @alexandraj777. Thanks for your PR. I'm waiting for a kubeflow 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/test-infra repository. |
Eeek, commit message typo 😱 |
/assign @jlewi |
``` | ||
|
||
This is example for pytorch operator | ||
|
||
``` | ||
kubectl create -f https://raw.githubusercontent.com/kubeflow/katib/master/examples/pytorchjob-example.yaml | ||
kubectl create -f https://raw.githubusercontent.com/kubeflow/katib/master/examples/v1alpha1/pytorchjob-example.yaml | ||
``` | ||
|
||
You can check status of StudyJob |
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.
@alexandraj777 Thank you for your PR!
Should we also update the link here: https://github.com/kubeflow/katib/pull/452/files#diff-04c6e90faac2675aa89e2176d2eec7d8R161
and here: https://github.com/kubeflow/katib/pull/452/files#diff-04c6e90faac2675aa89e2176d2eec7d8R362 ?
@@ -189,21 +189,21 @@ spec: | |||
If you are not using GKE and you don't have StorageClass for dynamic volume provisioning at your cluster, you have to create pvc and pv | |||
|
|||
``` | |||
kubectl create -f https://raw.githubusercontent.com/kubeflow/katib/master/examples/tfevent-volume/tfevent-pvc.yaml | |||
kubectl create -f https://raw.githubusercontent.com/kubeflow/katib/master/examples/v1alpha1/tfevent-volume/tfevent-pvc.yaml |
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!
please also update linke of line 93, too.
In fact, links in https://github.com/kubeflow/katib/blob/master/docs/developer-guide.md and https://github.com/kubeflow/katib/blob/master/docs/rest-api.md need be updated, too
@hougangliu @andreyvelich thanks for the review! Seems like there's a lot of places to update v1 links. Here, I've only updated the I'm not too familiar with how you like to do PRs in this codebase, but would it be ok with you to just leave this PR for the |
/ok-to-test |
/assign @andreyvelich |
/ok-to-test |
@alexandraj777 If it's not too much trouble could you fix the other links in the same PR? It is generally cleaner and makes things easier to track. Thanks! |
@richardsliu that's reasonable, will do |
Ok I think I've caught all of the changes between This should be ready to go! @hougangliu @andreyvelich anything I missed? |
@alexandraj777 thanks for your PR. |
Thanks Alexandra. |
[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 |
@@ -22,7 +22,7 @@ You can build all images from source. | |||
|
|||
## Implement new suggestion algorithm |
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 think, we should also change path here: https://github.com/kubeflow/katib/pull/452/files#diff-ba23e0f18c79cb873ac5375367524cfaL20.
pkg/api/README.md
Outdated
@@ -4,10 +4,17 @@ Manager service is an API for core component. | |||
Suggestion service is an API for Suggestion services. | |||
EarlyStopping service is an API for EarlyStopping services. | |||
|
|||
## Documentation | |||
Please refer to [api.md](./gen-doc/api.md). | |||
## v1alpha1 Documentation |
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.
Probably, just name it Documentation
? Since we have v1alpha1 and v1alpha2 links here.
/hold |
@alexandraj777 Thanks for your changes! I left 3 commentaries. |
examples/v1alpha1/README.md
Outdated
@@ -369,7 +369,7 @@ batch2 accuracy=0.8 | |||
Validation-accuracy=0.75 | |||
``` | |||
The metrics collector will collect all logs of metrics. | |||
The manifest of metrics collector is also generated from template and defined [here](/manifests/studyjobcontroller/metricsControllerConfigMap.yaml). | |||
The manifest of metrics collector is also generated from template and defined [here](./manifests/v1alpha1/studyjobcontroller/metricsControllerConfigMap.yaml). |
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.
This link doesn't work correctly for me.
As well, I found this line with wrong link:
https://github.com/kubeflow/katib/pull/452/files#diff-be7f7f1b07a698ff4c53ad0e30462b67R202
@andreyvelich I've made changes based on all of your comments! |
Thank you! |
This change is![Reviewable](https://camo.githubusercontent.com/1541c4039185914e83657d3683ec25920c672c6c5c7ab4240ee7bff601adec0b/68747470733a2f2f72657669657761626c652e696f2f7265766965775f627574746f6e2e737667)