-
Notifications
You must be signed in to change notification settings - Fork 77
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
Do we need paddlectl client once we have the kubernetes custom controller? #383
Comments
Cool! Maybe we can use
|
Plus disadvantage: |
An extra suggestion, shall we change the resource name from |
Plus disadvantage: |
@Yancey1989 thought |
this is an interesting thinking. 👍 |
Maybe our local command line can take the I am more inclined not allowing our user to use |
Support @putcn 's idea! Proxing and filter is simple enough and easy! |
From @helinwang
I don't think so, it's not safely and out of our control. From @putcn
It's a good idea! We can use cloud server as a proxy, |
Maybe I can develop this feature, how about push to the controller branch, so that we can publish a complete feature(auto-scaling) when we merge to the develop branch. |
@Yancey1989 Sure, that would be awesome! |
That's a great idea, I have one more question, @Yancey1989 why we need cloud server to submit the YAML to kubernetes, could the |
@Yancey1989 , thanks, I will read the design. |
Today's discussion result:
|
Once we have TPR/CRD declared resource:
Run
kubectl create -f job.yaml
is exactly equal to the currentpaddlectl submit -jobname xxx -gpu xxx ...
The only difference is that
paddlectl
client is able to upload and download training data files.The text was updated successfully, but these errors were encountered: