PaddleCloud icon indicating copy to clipboard operation
PaddleCloud copied to clipboard

Why Kubernetes version 1.6.4

Open wangkuiyi opened this issue 8 years ago • 2 comments

In the document https://github.com/PaddlePaddle/cloud/develop/doc/run_on_minikube.md, it requires Kubernetes version 1.6.4, but doesn't explain why that specific version.

Is there any reason we have to stick to 1.6.4?

wangkuiyi avatar Feb 06 '18 07:02 wangkuiyi

We implement TrainingJob Controller by Kubernetes TPR which was supported at version 1.6.4. Now TPR Is Dead! Kubernetes 1.7 Turns to CRD and the migration is on going.

gongweibao avatar Feb 06 '18 07:02 gongweibao

I think the only version require is that Kubernetes 1.8 no longer supports TPR. While in this document, we only describe the deployment of python server and pfs server, can use the version <= 1.7.

typhoonzero avatar Feb 06 '18 07:02 typhoonzero