-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Kind v0.8.x - K8s v1.11.10 Node Image Errors on Cluster Creation #1565
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
Comments
I also tried building the image for k8s v1.11.10 from commit "7a578febe155a7366767abce40d8a16795a96371". That also failed in the same way as the provided dockerhub image. Also, it is failing travis CI build (although logging is disabled on travis). I've reran the 1.11.10 build at least 6 times, so I'm fairly sure it's the same issue happening locally. You can also see all the other k8s versions are working fine: https://travis-ci.org/github/aws/aws-node-termination-handler/builds/683154828 |
Honestly we may just yank this image. 1.11.X has been out of support from the rest of the community since https://github.com/kubernetes/sig-release/blob/master/releases/patch-releases.md#114-and-older |
had to track down #1569 since that affects our current testing / development efforts on kubernetes master, but I am going to take a look at this soon .. |
I'm sorry this took so long to get to, I think this is a kubeadm bug. I'm going to drop the image from the release and drop 1.11.X at least going forward, as it's been out of community support for a full year now. I'm going to discuss this with some of our other contributors but I think our support policy going forward is going to be something like "everything kubernetes supports plus the unreleased code plus 3 older versions", which would currently be: ( |
confirmed that 1.12.10 works. I've updated the release notes. |
kubernetes-sigs/kind#1565 We will have to settle for testing with Kubernetes 1.12, but I will leave the Chart.yaml requirement at 1.11 since there's no reason to believe we have broken any compatibility with this release. Signed-off-by: Kingdon Barrett <[email protected]>
What happened:
Cluster provisioning when using the kind provided K8s v1.11.10 node images fails on Kind version v0.8.1
What you expected to happen:
Expected successful provisioning of a kind k8s cluster for v1.11.10 (all other K8s versions work with the provided images)
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kind version
):kubectl version
):docker info
):/etc/os-release
):Mac OS X Catalina 10.15.4
The text was updated successfully, but these errors were encountered: