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
Thomas Stromberg
cda967227b
Add initial Docker driver doc, updatte commands
2020-02-05 21:14:15 -08:00
minikube-bot
03aebbe079
Update releases.json to include v1.7.1
2020-02-05 20:50:16 -08:00
Thomas Stromberg
5e0a666625
Merge
2020-02-05 20:47:31 -08:00
Thomas Stromberg
4b1101f8ce
Point documentation to the v1.7.1 release
2020-02-05 20:46:51 -08:00
Thomas Strömberg
7de0325eed
Merge pull request #6513 from tstromberg/v1.7.1
...
Version bump to v1.7.1
2020-02-05 20:41:41 -08:00
Ruben
0b8fc8a1f6
fix v1.19 tests files
2020-02-05 21:52:07 -05:00
Ruben
0a1eed5d10
fix v1.18 tests files
2020-02-05 21:51:57 -05:00
Ruben
d37172f476
add more versions to test
2020-02-05 21:51:04 -05:00
Sharif Elgamal
eded9a17e1
Merge branch 'master' of github.com:kubernetes/minikube into node-pkg
2020-02-05 17:39:54 -08:00
Sharif Elgamal
8d365fcb03
shuffling stuff around for import purposes
2020-02-05 17:39:47 -08:00
Priya Wadhwa
091db5ddb6
Remove kubeadm pull images
2020-02-05 16:23:19 -08:00
tstromberg
185ff3e1b9
Version bump to v1.7.1
2020-02-05 15:43:01 -08:00
Thomas Strömberg
9be404689b
Merge pull request #6511 from tstromberg/storage-pvc-role
...
Revert role change from cluster-admin->system:persistent-volume-provisioner
2020-02-05 15:37:21 -08:00
Thomas Strömberg
950fc79544
Merge pull request #6512 from tstromberg/gvisor-fixes
...
gvisor fixes for v1.7.0
2020-02-05 15:37:05 -08:00
Thomas Strömberg
4e9e37b3b5
Merge pull request #6508 from tstromberg/mkdir-p
...
Create directory using os.MkDirAll, as mkdir -p does not work on windows
2020-02-05 14:53:29 -08:00