-
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
Closed
Closed
Changes from 2 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
d40751f
Fix nonexistent profile
fenglixa bbc679b
modify to exit.Unavailable and align the code
fenglixa 8e650c0
Dashboard: add --disable-settings-authorizer to avoid settings 403 fo…
fenglixa 5129e6f
adding medyagh to approvers
medyagh 8ba3e4d
minikube support for k8s v1.15
fenglixa 79410c1
update case according to code changes
fenglixa 6aa51c1
Merge pull request #4396 from fenglixa/fix-dashboard-nonexistent
sharifelgamal ed8d55c
Fixing TestProxy Setup
medyagh 578a5e3
Merge remote-tracking branch 'upstream/master' into 4339
medyagh 15cc4f8
Adding non-parallel dashboard test for proxy
medyagh 6d57b28
changing string driver name to checked type
medyagh 79ba9a1
typo
medyagh 7c8a0e2
fix mistake logic
medyagh 0151153
Merge pull request #4383 from medyagh/4339
sharifelgamal d556d58
Merge pull request #4405 from fenglixa/fix-4367
k8s-ci-robot 2806396
Merge pull request #4419 from medyagh/none_struct
sharifelgamal bb78d3e
fix ShowDriverDeprecationNotification config setting
Pradip-Khakurel bb8ab6d
adding hyperv integration script
medyagh ed5e342
Merge pull request #4432 from medyagh/hyperv3591
sharifelgamal b9ecd55
fixing file path for windows
medyagh c58a3b6
Fixing filepath to be os agnostic
medyagh f4aaef7
Cache: don't use ssh runner for the none driver
afbjorklund 53e8f9d
Merge pull request #4434 from medyagh/4433_filepath
sharifelgamal 34bd9be
Add libvirt and qemu-kvm install docs for openSUSE/SLES
toabctl 70cdf33
Merge pull request #4443 from toabctl/opensuse-install-docs
sharifelgamal 80e200e
Merge pull request #4439 from afbjorklund/cache-none
sharifelgamal 7119f57
Upgrade to kubernetes 1.14.3
sharifelgamal dfd9b6b
Merge pull request #4431 from Pradip-Khakurel/issue-#4161-WantShowDri…
sharifelgamal 7d89ac1
Merge pull request #4444 from sharifelgamal/k8s-1.14.3
sharifelgamal 9a7d0a0
Update Makefile for 1.1.1 release
sharifelgamal 993c86c
Update CHANGELOG for 1.1.1 release
sharifelgamal ca886a6
Merge pull request #4446 from sharifelgamal/1.1.1
sharifelgamal ef60a69
Merge pull request #4448 from sharifelgamal/1.1.1-release-notes
sharifelgamal 8e4c6c9
Update releases.json to include v1.1.1
minikube-bot 7d0c27a
Merge pull request #4449 from minikube-bot/jenkins-releases.json-v1.1.1
sharifelgamal c0570f1
Mention v1.1.1 release
tstromberg ec1fe5a
Remove a couple of changes that aren't user facing
tstromberg 9948ade
Clarify updating the minikube front page
tstromberg 12a8274
3 releases rather than 4
tstromberg eb96756
Merge pull request #4408 from medyagh/approver
sharifelgamal 88ed101
update to the minimum version of supporting --allow-privileged
fenglixa ff4e278
squash the commits
fenglixa dfbca14
Merge branch 'support_k8s_v1.15' of https://github.com/fenglixa/minik…
fenglixa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.