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
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:
v1.21.1
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.
kind
K8S_VERSION
The text was updated successfully, but these errors were encountered:
No branches or pull requests
E.g. for pull-cert-manager-istio-csr-k8s-v1-22-istio-v1-11
With this build YAML:
Producing these logs
We see that kind is started with node image
v1.21.1
and notv1.22.3
:The cluster is created here:
I guess
kind
doesn't respectK8S_VERSION
- we could do something like we do for cert-manager.The text was updated successfully, but these errors were encountered: