-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix CVE for kube-dns pre k8s 1.6 #3538
Fix CVE for kube-dns pre k8s 1.6 #3538
Conversation
Hi @mikesplain. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/assign @chrislovecnm |
Tested spinning up a 1.5.7 cluster with this change and it's works well. I checked the rest of the containers in the pod and haven't found |
We need someone to validate this. Can someone look at the 1.4 release and 1.5 release manifests in kubernetes/kubernetes? |
Here's the 1.5 manifests for kube-dns included in the release. Looks like the identical change we had to make. 1.4 wasn't patched for this but their manifests are here, I believe: |
@mikesplain where we on sky dns on 1.4? |
So here is out 1.4 manifest in kops 1.5. https://github.com/kubernetes/kops/blob/release-1.5/upup/models/cloudup/resources/addons/kube-dns.addons.k8s.io/v1.4.0.yaml.template We where not on sky-dns :) I think we are good, but would be really nice to get a straight answer. We have two options. Merge this now, and make sure we test k8s 1.4.x with alpha before release, or let this PR sit, and make sure that we test k8s 1.4.x with it. |
@chrislovecnm Ahh yes, there it is. I should be able to spin up a 1.4 cluster today and give this a shot. |
/ok-to-test |
All set, tested a kops 1.7 cluster on 1.4.12 upgrading to kops 1.8 (and this change), no problems. Also tested a fresh kops 1.8 k8s 1.4.12 cluster. |
@mikesplain tested on 1.4. We will need release notes about the config map issue with the upgrade. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrislovecnm The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
Automatic merge from submit-queue. Cherry Pick of 3511: Update kube-dns to 1.14.5 for CVE-2017-14491 Backport of #3511, #3513, #3538 to 1.7. Testing: - [x] 1.7.2 - [x] 1.6.6 - [x] 1.5.7 - [x] 1.4.12
Additional fix for #3512.
Testing now