-
Notifications
You must be signed in to change notification settings - Fork 320
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
Kubernetes Version 1.11.8 #188
Comments
@tabern When is that schedule. I absolutely need 1.11.7 to fix an issue with |
Seems like 1.11.8 is already available @mbelang. I notice the EKS 1.11 node pools I created yesterday are deploying as 1.11.8-eks. |
@whereisaaron, I did notice that when I looked as well. I didn't know the master updates where automated which is nice! Though my node are still 1.11.5 because the ami I used is 1.11.5? Is there a 1.11.8 image available or I am missing something? |
Yeah, so it was silently upgraded sometime in the past day or two, it seems (this is an old cluster that started at 1.10 and I manually upgraded to 1.11 a month or so ago). |
Yes I get that the minors are manual and the fix are automated. But I have hard time finding the corresponding ami for the nodes that contains 1.11.8 |
EKS Platform Version documents new 1.11 version eks.2 with Kubernetes 1.11.8: The latest documented Amazon EKS-optimized AMI images are still 1.11.5. The hashes haven't changed in a while: If you do If you do If you do I presume 1.11.8 support isn't complete, which is why this ticket is still open. |
What has shipped @tabern? Just the control plane or have the worker AMI's been updated? @kurtostfeld thought not yet? Are there release notes or a blog entry somewhere? |
Seems that 2 days ago when I took the latest AMI, it was still 1.11.5 as @kurtostfeld and I mentioned above. My clusters were indeed 1.11.8. |
fyi, nothing has changed since my last comment. I just created a new EKS cluster from scratch just now (on 2019-03-15) (using Terraform to help).
I am using launch configuration AMI ID "ami-0c28139856aaf9c3b" which is the current documented AMI ID for my region us-west-2 from https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html If I install prometheus-operator, the "KubeVersionMismatch" alert activates due to the 1.11.5 vs 1.11.8 mismatch. |
Same here. We have a few clusters where master nodes are already on 1.11.8. But there is no AMI available for it. Our prometheus-operator is also firing alams KubeVersionMismatch due the version mismatch. It seems that the AMI was updated to point to 1.11.8 binaries 4 days ago but it hasn't been published yet, I guess is coming soon... Shall it be considered as "done" ? @tabern |
I think it is ok to mark things 'done' here if the team have finished their work. But I'd prefer they close tickets with a comment that doesn't leave us in the dark, something like 'Done, 1.11.8 control plane live now, AMIs will appear in the next 5-10 days', or 'Done, 1.11.8 control plane live now, we'll update you here when the AMI's are ready'. Instead we are all confused, wondering if maybe the AMI's are there somewhere and we just can't find them? Maybe they have come out and just the web page hasn't been updated? Maybe they are still coming? |
Reopening this. We updated the EKS control plane to kubernetes 1.11.8 last week to deliver a fix for the recent Golang CVE (kubernetes/kubernetes#73379) to the Kubernetes API server. We are working on delivering updated AMIs for EKS worker nodes and will update this issue when they are available. @whereisaaron this is a good suggestion, we'll communicate patch updates in this way next time. |
(Also in the interest of my own education, I re-read the Kubernetes Version Skew documentation, and it does state that running the master kube apiserver at a version up to one minor release newer than kubelet is acceptable and supported.) |
New AMI appears at Community AMIs:
But it has |
okaaay.... what's the schedule for the control plane to get updated to 1.11.9? |
The latest EKS worker node AMI is now version 1.11.9 – docs The control plane is 1.11.8. Worker nodes are a patch version ahead of the control plane in order to implement the fix for Kubernetes Security Issues (CVE-2019-1002101 and CVE-2019-9946) which does not impact the control plane. Patch version skew is normal and does not affect the stability of a cluster. |
Update to EKS platform version for Kubernetes 1.11 to use patch version 1.11.8
The text was updated successfully, but these errors were encountered: