Commit Graph

7773 Commits (597798395f0db4228fea8d0f2f72672842447d6a)

Author SHA1 Message Date
tstromberg e8b38b8d8b Release bump for v1.7.2 2020-02-07 16:21:06 -08:00
Thomas Strömberg 8762c48921
Merge pull request #6541 from anencore94/deleteContext
Fix to delete context when delete minikube
2020-02-07 16:15:56 -08:00
Thomas Strömberg 2c08f62ed2
Let DeleteContext determine the KUBECONFIG path 2020-02-07 15:34:31 -08:00
Thomas Strömberg f4da94f647
Merge pull request #6552 from tstromberg/homebrew-auto
Update script to use bump-formula-pr
2020-02-07 15:21:44 -08:00
Thomas Strömberg 26c01be29d
Merge pull request #6549 from afbjorklund/cruntime-format
Fix usage of quotes in cruntime format strings
2020-02-07 15:15:45 -08:00
Thomas Stromberg 656ddf43ca Update script to use bump-formula-pr 2020-02-07 15:11:22 -08:00
Thomas Strömberg b0608d6c75
Merge pull request #6545 from tstromberg/none-certs
Add ca-certificates directory for distros that do not include it
2020-02-07 14:37:48 -08:00
Thomas Strömberg 82326fe55a
Merge pull request #6547 from tstromberg/apiserver-extra-opts
kubeadm template: Combine apiserver certSANs with extraArgs
2020-02-07 14:37:13 -08:00
Priya Wadhwa c35bd75b5c fix lint 2020-02-07 14:19:44 -08:00
Anders F Björklund db1cdc42cf Fix usage of quotes in cruntime format strings
And add a missing test for ImageExists function
2020-02-07 22:34:32 +01:00
Thomas Strömberg 07c5f6bc37
Merge pull request #6548 from CrossBound/master
Add instructions for using the minikube registry with Docker for Windows
2020-02-07 13:17:52 -08:00
tstromberg 97f926eeb1 Use vmpath constants where possible 2020-02-07 13:06:00 -08:00
tstromberg 2504989b9d Merge branch 'master' into none-certs 2020-02-07 12:49:06 -08:00
priyawadhwa 914e7de860
Merge pull request #6536 from tstromberg/wait-nada2
Add --install-addons toggle for users who don't want them
2020-02-07 11:47:24 -08:00
Priya Wadhwa 75d0ee5e87 Add target flag to build only kicbase for kicbase makefile target 2020-02-07 11:17:28 -08:00
Priya Wadhwa 4a0fb0eeb1 Add separate makefile target for preloaded images
and convert shell script to go script
2020-02-07 11:15:34 -08:00
Thomas Strömberg 666bde9688
Merge pull request #6540 from tstromberg/powershell-env-bugfixes
Fix a variety of bugs in `docker-env` output
2020-02-07 11:12:00 -08:00
David Taylor 9631d35a14
Add instructions for Windows host
Instructions for MacOS do not work as-is for Windows. Need to add an additional step.
2020-02-07 12:57:57 -06:00
tstromberg 7ff41cfb7b Combine apiserver options with extraArgs 2020-02-07 10:53:57 -08:00
tstromberg f03641f053 Merge branch 'master' into none-certs 2020-02-07 09:36:32 -08:00
tstromberg 4c285f55e4 Add ca-certificates directory for distros that do not include it 2020-02-07 09:35:36 -08:00
anencore94 460f8d0187 Fix bug to delete context when delete minikube
- when `minikube delete`, minikube must delete its config which
  are set when `minikube start`.
- But, there was some mistakes in the function that does this
  logic

Signed-off-by: anencore94 <anencore94@kaist.ac.kr>
2020-02-07 20:00:08 +09:00
Thomas Stromberg c195d5a55f Merge branch 'master' into powershell-env-bugfixes 2020-02-06 23:17:26 -08:00
Thomas Strömberg 10ef863f7d
Merge pull request #6527 from tstromberg/powershell-env
Bug-compatible refactor of docker-env + output tests
2020-02-06 21:57:25 -08:00
Priya Wadhwa 85ade71bab Merge branch 'master' of github.com:kubernetes/minikube into kic-preload-images 2020-02-06 17:59:54 -08:00
Thomas Stromberg caf4c62943 Move --install-addons toggle to tests that do not use addons 2020-02-06 17:35:52 -08:00
Thomas Stromberg 63954700d7 Address review comments 2020-02-06 17:32:08 -08:00
Thomas Stromberg 4ba0f52f57 Add flag to toggle installation of addons 2020-02-06 17:29:19 -08:00
Thomas Strömberg 9b7573ee20
Merge pull request #6514 from priyawadhwa/rm-pull-images-kubeadm
Remove kubeadm pull images
2020-02-06 17:11:50 -08:00
Thomas Stromberg 5d59e83b64 Rewrite unsetScript to fix a variety of bugs 2020-02-06 17:01:05 -08:00
Thomas Stromberg 0cac457126 Transition TestGetNodeDockerEnvIPv6 to env_test 2020-02-06 16:05:05 -08:00
Thomas Stromberg 6e19c62896 Update tests to include all current output quirks 2020-02-06 15:54:57 -08:00
Thomas Stromberg b478fbaa1a Minimize changes 2020-02-06 15:40:24 -08:00
Thomas Stromberg 32bc0ff76a Refactor docker-env for testability 2020-02-06 15:32:00 -08:00
Sharif Elgamal 60c8cfb03c Merge branch 'master' of github.com:kubernetes/minikube into node-pkg 2020-02-06 13:39:07 -08:00
Sharif Elgamal f6f8b503c4 fill in cmd code 2020-02-06 13:38:42 -08:00
Priya Wadhwa 6ef60c1964 Add warnings back in 2020-02-06 13:27:49 -08:00
Priya Wadhwa e055ee6929 Preload docker images into kic base image
Adds support for specifying kubernetes version and preloading docker
images into the kic base image.

Though this increases the kic base image by ~1.6G, it should improve
start latency in conjunction with removing 'kubeadm pull images' in
another PR.
2020-02-06 13:12:43 -08:00
Sharif Elgamal a59846ed61
Merge pull request #6529 from kubernetes/sharifelgamal-patch-2
Fix deb and rpm endpoints in docs
2020-02-06 11:33:29 -08:00
Sharif Elgamal ce7060c578
Update linux.md 2020-02-06 11:28:14 -08:00
Sharif Elgamal 0dc41fc5ad
Fix deb and rpm endpoints in docs 2020-02-06 11:04:13 -08:00
Priya Wadhwa 59ab0ba89e Fix lint errors 2020-02-06 10:11:38 -08:00
Thomas Stromberg 9c70693e40 Revert whitespace change in docker-env output 2020-02-06 07:04:51 -08:00
Thomas Stromberg d04b6d50b0 Makefile: push docker images to latest instead of specific revisions 2020-02-06 06:43:12 -08:00
Thomas Strömberg ea9e644ee3
Merge pull request #6522 from tstromberg/v1.7.0
Fix pause documentation
2020-02-05 22:36:20 -08:00
Thomas Stromberg f061168ed3 improve pause/unpause docs 2020-02-05 22:31:55 -08:00
Thomas Strömberg c907bb6818
Merge pull request #6521 from tstromberg/v1.7.0
Update docs site for v1.7.x
2020-02-05 21:44:09 -08:00
Thomas Strömberg 356a6138a9
Merge pull request #6517 from alonyb/fix-unittests-kubeadm
Add kubeadm tests for v1.19 and v1.18
2020-02-05 21:37:14 -08:00
Thomas Stromberg a136642e97 Make the docker driver docs clearer 2020-02-05 21:36:26 -08:00
Thomas Strömberg 62aca6eba1
Merge pull request #6520 from minikube-bot/jenkins-releases.json-v1.7.1
update releases.json to include v1.7.1
2020-02-05 21:15:59 -08:00