-
Notifications
You must be signed in to change notification settings - Fork 716
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
Generate TFJob Python SDK #1103
Conversation
Hey @jinchihe, TravisBuddy Request Identifier: d3419b40-170c-11ea-93d3-257117e2c129 |
Why failed to set up cluster, seems nothing with the code change.
|
Hey @jinchihe, TravisBuddy Request Identifier: c9a2c9f0-1721-11ea-b5b2-a33d2660b61c |
Hey @jinchihe, TravisBuddy Request Identifier: c2deba20-173a-11ea-b5b2-a33d2660b61c |
Hey @jinchihe, TravisBuddy Request Identifier: 80dbc120-1741-11ea-b5b2-a33d2660b61c |
Did you solve it? |
@gaocegege Yes, I commented out related code to create clusterrolebinding. That works fine now. |
Hey @jinchihe, TravisBuddy Request Identifier: d6c470e0-1742-11ea-b5b2-a33d2660b61c |
Hey @jinchihe, TravisBuddy Request Identifier: da6bc2a0-1771-11ea-b5b2-a33d2660b61c |
/retest |
Why another problem during set up cluster? :-( Seems also not related with the code change :-(
|
Hey @jinchihe, TravisBuddy Request Identifier: 5af30b30-17d2-11ea-b5b2-a33d2660b61c |
Hey @jinchihe, TravisBuddy Request Identifier: 80370650-17e9-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: 9aec5910-17ed-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: 2a125e00-17f3-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: c7d82f20-17fd-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: 7bfb12e0-1800-11ea-95f4-abb8efddad88 |
The CI tests hangs in setup kubeflow step.
|
Hey @jinchihe, TravisBuddy Request Identifier: ddefcbf0-1803-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: 1b82cd60-180d-11ea-95f4-abb8efddad88 |
/cc @richardsliu @jlewi Do you have idea about it? |
@gaocegege The above problem already passed now, the only failed is |
Hey @jinchihe, TravisBuddy Request Identifier: c55b8a00-1837-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: 7ab7d3f0-1841-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: 980d25f0-1845-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: 5b895eb0-1849-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: fa0f28a0-184c-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: b842fe70-1850-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: 9391b980-1851-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: 080caf70-1854-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: 84ea0f60-189f-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: 0c4895b0-18a7-11ea-95f4-abb8efddad88 |
Hey @jinchihe, TravisBuddy Request Identifier: 3e248870-18aa-11ea-9822-dbdeb0b9a0b2 |
Hey @jinchihe, TravisBuddy Request Identifier: fdf61010-18aa-11ea-9822-dbdeb0b9a0b2 |
/cc @gaocegege @richardsliu @jlewi @animeshsingh The PR is ready for reviewing now. Thanks! Next, will consider how to merge some useful functions in current py/kubeflow, especially py/kubeflow/tf_operator/tf_job_client.py, so that user can use that directly once install |
@jinchihe Thanks for your awesome contribution! |
Thanks @jinchihe - great work! |
Hey @jinchihe, TravisBuddy Request Identifier: b904b620-1a24-11ea-a744-67689bca182d |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnugeorge 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 |
Generate TFJob Python SDK
fixes: #167
The PR is includes:
kubeflow-tfjob
andfrom kubeflow import tfjob
.kubeflow-tfjob
SDK to Pypi: https://pypi.org/project/kubeflow-tfjob/Next:
py/kubeflow
, especiallypy/kubeflow/tf_operator/tf_job_client.py
.This change is