Skip to content
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

[feature request] support more kubernetes version e2e test #2590

Closed
allencloud opened this issue Dec 20, 2018 · 1 comment
Closed

[feature request] support more kubernetes version e2e test #2590

allencloud opened this issue Dec 20, 2018 · 1 comment
Assignees
Labels
areas/orchestration areas/test kind/feature-request This is a feature request from community for PouchContainer

Comments

@allencloud
Copy link
Collaborator

allencloud commented Dec 20, 2018

Why you need it?

Currently the latest upstream kubernetes release has been developed to be 1.13, while the default test version of kubernetes in PouchContainer is just 1.10, see https://github.com/alibaba/pouch/blob/master/hack/testing/run_daemon_cri_e2e.sh#L64

# integration::run_daemon_cri_test_e2e_cases runs CRI e2e test cases.
integration::run_daemon_cri_test_e2e_cases() {
  local cri_runtime code KUBERNETES_VERSION
  cri_runtime=$1

  if [[ "${cri_runtime}" == "v1alpha1" ]]; then
    KUBERNETES_VERSION="release-1.9"
  else
    KUBERNETES_VERSION="release-1.10"
  fi

Thus we have not tested kubernetes 1.11, 1.12 or 1.13.

In fact, we will try to choose several reasonable versions in node end-to-end test in CI system.

How it could be?

In travisCI system, we support more new released version kubernetes testing.

Other related information

none

@zhuangqh
Copy link
Contributor

zhuangqh commented Dec 26, 2018

TODO

  • create a table to illustrate the compatibility between PouchContainer and kubernetes
    include 1.9/ 1.10~1.11/ 1.12, put it on README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
areas/orchestration areas/test kind/feature-request This is a feature request from community for PouchContainer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants