gongweibao

Results 13 comments of gongweibao

Need a README file to show how to use it!

哦。下次提PR的时候我需要把思路和碰到、解决的问题写出来。。。这样更有利于大家看

We implement `TrainingJob Controller` by Kubernetes [TPR](https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-third-party-resource/) which was supported at version 1.6.4. Now [TPR Is Dead! Kubernetes 1.7 Turns to CRD](https://coreos.com/blog/custom-resource-kubernetes-v17) and the migration is [on going](https://github.com/PaddlePaddle/cloud/pull/565).

Ye, all of these are just for discussion and should not block the experiment.

Plus disadvantage: If a YAML's format is not right, it's hard to find where it is, so it's not convenient for the user to use it.

`UrlParams` can use https://github.com/gorilla/schema.

@putcn https://github.com/PaddlePaddle/cloud/pull/463#issuecomment-342353141

If you are in China, without proxy we can't download minikube's dependency successful. Do you use ``` https_proxy=https://YOURPROXY:PORT minikube start --kubernetes-version v1.6.4 ``` And then we should open a new...

参考kubernets的风格,动词在前可能会更好一点? ``` paddlecloud verb resource-type ``` `verb`可以是`create` `logs` `get` `delete` `describe`等 例如: - get resource ``` paddlecloud get jobs paddlecloud get quotas # worker相当于kubernets的pod的概念。是一个执行体。 # trainer, pserver, master, infer server...

Maybe we don't need to make a big change to Kubernetes `default-scheduler`: Note: - Priority and Preemptions only happen when the resource is not sufficient. ### About Priority and Preemption:...