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

E2E tests running against the wrong k8s version #118

Open
SgtCoDFish opened this issue Dec 16, 2021 · 0 comments
Open

E2E tests running against the wrong k8s version #118

SgtCoDFish opened this issue Dec 16, 2021 · 0 comments

Comments

@SgtCoDFish
Copy link
Member

E.g. for pull-cert-manager-istio-csr-k8s-v1-22-istio-v1-11

With this build YAML:

env:
- name: K8S_VERSION
  value: 1.22.3
- name: ISTIO_VERSION
  value: 1.11.4

Producing these logs

We see that kind is started with node image v1.21.1 and not v1.22.3:

>> creating kind cluster...
Creating cluster "istio-demo" ...
 • Ensuring node image (kindest/node:v1.21.1) 🖼  ...
 ✓ Ensuring node image (kindest/node:v1.21.1) 🖼

The cluster is created here:

I guess kind doesn't respect K8S_VERSION - we could do something like we do for cert-manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant