-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
minikube support for k8s v1.15 #4412
Conversation
Hi @fenglixa. 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 Once the patch is verified, the new status will be reflected by the 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. |
Can one of the admins verify this patch? |
Key: "allow-privileged", | ||
Value: "true", | ||
}, | ||
LessThanOrEqual: semver.MustParse("1.14.2"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still needed in 1.14.3 ? Maybe this should be < 1.15 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@afbjorklund I checked change logs of v1.15.0-beta.1. The deprecated Kubelet flag --allow-privileged has been removed since v1.15.0-alpha.3. So here should change to <= 1.15.0-alpha.3.
Sorry for my mistake, and thanks for your reminder.
/ok-to-test |
…stent dashboard: detect nonexistent profile instead of causing a panic
making sure minikube is deleted before setup to avoid kubernetes#4132
We shouldn't merge this before 1.2.0 (that will have 1.14.3), and probably not before 1.15 is out properly. |
/hold |
Fix TestProxy
Dashboard: add --disable-settings-authorizer to avoid settings 403 forbidden
Fixing file path for windows
Add libvirt and qemu-kvm install docs for openSUSE/SLES
Cache: don't use ssh runner for the none driver
…antShowDriverDeprecationNotification-setting fix ShowDriverDeprecationNotification config setting
Upgrade to kubernetes 1.14.3
Update Makefile for 1.1.1 release
…otes Update CHANGELOG for 1.1.1 release
….json-v1.1.1 update releases.json to include v1.1.1
adding medyagh to approvers
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fenglixa The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
minikube support for k8s v1.15 update case according to code changes update to the minimum version of supporting --allow-privileged
Sorry, squashed error, close this PR. I will create a new one later |
Fix for k8s v1.15-beta1: kubelet: unknown flag: --allow-privileged #4371
Reproduced the issue, before my modifying:
![image](https://user-images.githubusercontent.com/12505594/58773710-b6fa1a00-85f0-11e9-8493-60284cde24de.png)
My UT result PASS:
minikube start for k8s v1.15, and check kubelet args:
![image](https://user-images.githubusercontent.com/12505594/58773183-ac3e8580-85ee-11e9-9c6d-695c224f24ba.png)
minikube start for k8s v1.14.2, and check kubelet args:
![image](https://user-images.githubusercontent.com/12505594/58773209-c4160980-85ee-11e9-87db-a6877df272c8.png)