You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport #6257 in `2.6` needed to fix integration tests on buildkite by setting the kubebuilder assets path since last agent image was updated to work with controller-runtime 2.4.0 in `main` and then changed the etcd binary path.
---
New versions of kubebuilder doesn't provide etcd and kube-apiserver binaries, so we have to download them directly now. I chose kube-apiserver `1.21.14` because it's the minimum k8s version supported today by ECK. I also aligned the kubectl version.
0 commit comments