PaddleCloud
PaddleCloud copied to clipboard
Why Kubernetes version 1.6.4
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?
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.
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.