We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Travis CI build uses an outdated server k8s version of v1.7.0 via localkube, causing testcases for PR #655 build 1009 to fail (https://travis-ci.org/kubernetes-client/python/builds/444893877) for an e2e_test case using app/v1.
To use API app/v1, we should at least use k8s version 1.9. Although, localkube has been superseded by kubeadm and should probably be replaced.
Will investigate how to change CI to use kubeadm.
The text was updated successfully, but these errors were encountered:
/assign @micw523
Sorry, something went wrong.
/close with #665 merged
micw523
No branches or pull requests
The Travis CI build uses an outdated server k8s version of v1.7.0 via localkube, causing testcases for PR #655 build 1009 to fail (https://travis-ci.org/kubernetes-client/python/builds/444893877) for an e2e_test case using app/v1.
To use API app/v1, we should at least use k8s version 1.9. Although, localkube has been superseded by kubeadm and should probably be replaced.
Will investigate how to change CI to use kubeadm.
The text was updated successfully, but these errors were encountered: