Priya Wadhwa
b3d4750c05
Add support for --output json
2020-05-13 14:37:45 -07:00
Priya Wadhwa
208fb8a3c6
Add unit test
2020-05-13 14:29:28 -07:00
Priya Wadhwa
31525fe822
Add defaults subcommand to `minikube config`
...
`minikube config defaults PROPERTY_NAME` will print out all acceptable default values for that property.
Currently only works for `minikube config defaults driver` which looks like this on Mac:
```
$ minikube config defaults driver
* virtualbox
* parallels
* vmwarefusion
* hyperkit
* vmware
* docker
* podman
```
This will be useful for clients that depend on minikube, like IDE extensions.
2020-05-13 14:15:08 -07:00
Sharif Elgamal
5684c253b5
Merge branch 'master' of github.com:kubernetes/minikube into create-node
2020-05-13 09:24:35 -07:00
Sharif Elgamal
70bec7a1e2
Merge branch 'master' of github.com:kubernetes/minikube into apiserver-crt
2020-05-13 09:23:59 -07:00
Anders F Björklund
c14e7a5a71
Improve handling of VersionPrefix in output
2020-05-13 11:32:01 +02:00
Anders F Björklund
9dbd74b963
Don't have to copy environment for podman build
...
We did that in order to include BUILDAH_NOPIVOT (fb0a6f4
)
But we don't need it anymore, since we moved to using tmpfs
instead of rootfs. So now pivot_root(8) is available to us.
So we removed that podman environment variable (ae8894c
)
2020-05-13 11:11:15 +02:00
Medya Gh
8b630c2cbc
pull upstream
2020-05-12 20:37:32 -07:00
Medya Gh
861c99be72
rename
2020-05-12 20:37:32 -07:00
Medya Gh
8948828fc1
dont deploy for cni ones
2020-05-12 20:37:32 -07:00
Medya Gh
7f7e35d7b5
remove extra line
2020-05-12 20:37:32 -07:00
Medya Gh
5055b5b29d
lint
2020-05-12 20:37:32 -07:00
Medya Gh
fa86c29cea
more subtest
2020-05-12 20:37:32 -07:00
Medya Gh
beaf6a17fb
break down test strat stop to sub tests
2020-05-12 20:37:32 -07:00
Medya Ghazizadeh
677c2e47d8
Merge pull request #8110 from medyagh/preload_const
...
add default versions to preload generation
2020-05-13 03:16:07 +00:00
Medya Ghazizadeh
592bf17ae1
Merge pull request #8112 from minikube-bot/jenkins-releases.json-v1.10.1
...
update releases.json to include v1.10.1
2020-05-13 03:02:43 +00:00
minikube-bot
65a8b202c4
Update releases.json to include v1.10.1
2020-05-12 19:59:36 -07:00
Medya Ghazizadeh
63ab801ac2
Merge pull request #8111 from medyagh/fix_raw_version
...
fix raw version
2020-05-13 02:51:13 +00:00
Medya Gh
81558dfdcb
fix raw version
2020-05-12 19:50:21 -07:00
Medya Ghazizadeh
3d17d0118c
Merge pull request #8109 from medyagh/changelog_v1_10_1
...
Release v1.10.1 changelog
2020-05-13 02:33:38 +00:00
Medya Gh
9de7f4630a
dont change oldest
2020-05-12 19:33:16 -07:00
Medya Gh
123d1b6a74
add default versions to preload generation
2020-05-12 18:57:49 -07:00
Medya Gh
2cc0e165e9
fix docs
2020-05-12 18:24:36 -07:00
Medya Gh
0f1b4c1067
fix iso verion
2020-05-12 18:19:28 -07:00
Medya Gh
5e17545c19
fix a comment
2020-05-12 17:55:15 -07:00
Medya Gh
a41996731f
update change log
2020-05-12 17:51:12 -07:00
Medya Ghazizadeh
3c84c3cf31
Merge pull request #8099 from medyagh/update_kube_ver
...
update Kubernetes version to v1.18.2
2020-05-13 00:46:20 +00:00
Medya Ghazizadeh
53035a0dd1
Merge pull request #8108 from medyagh/v1_10_1
...
release v1.10.1 for windows regressions
2020-05-13 00:44:42 +00:00
Medya Gh
29d72a469b
generate docs
2020-05-12 17:33:36 -07:00
Medya Gh
02b210c2c6
updae version in Makefile
2020-05-12 17:25:50 -07:00
Medya Gh
1edde2a185
add changelog
2020-05-12 17:25:26 -07:00
Medya Ghazizadeh
522c746df4
Merge pull request #8106 from sharifelgamal/vbox
...
fix virtualbox IP address retrieval
2020-05-13 00:08:36 +00:00
Sharif Elgamal
50a3266a8a
fix virtualbox IP address retrieval
2020-05-12 16:48:21 -07:00
Medya Ghazizadeh
8a4e2610f9
Merge pull request #8104 from medyagh/unit_test_machine
...
make deleting orphaned kics optional
2020-05-12 23:36:17 +00:00
Medya Gh
bb2607aab8
fix unit test
2020-05-12 16:25:46 -07:00
Medya Gh
97d5251b02
update oldest support version patch
2020-05-12 16:11:05 -07:00
Medya Gh
2de9f442bb
update oldest kuberentes version to latest minior 12.9.10
2020-05-12 16:10:54 -07:00
Medya Ghazizadeh
641732409a
Merge pull request #8103 from sharifelgamal/vswitch
...
retrieve virtual switch name from driver object directly
2020-05-12 23:08:47 +00:00
Medya Gh
e457618d71
make deleting orphaned kics optional
2020-05-12 16:00:02 -07:00
Sharif Elgamal
e65486a017
retrieve virtual switch name from driver object directly
2020-05-12 15:45:18 -07:00
Medya Gh
e62fa4b63d
update docs
2020-05-12 15:26:28 -07:00
Medya Gh
05cd86925e
update newest
2020-05-12 15:22:01 -07:00
Medya Gh
7dbbbc66cf
update kuberentes version to v1.18.2
2020-05-12 15:17:55 -07:00
Medya Ghazizadeh
5b7f8096ab
Merge pull request #8087 from tstromberg/latest-doc-filenames
...
docs: Use "_latest" package filenames instead of < latest > tag
2020-05-12 20:19:41 +00:00
Sharif Elgamal
c7f3a3d3cf
simplify code
2020-05-12 12:56:01 -07:00
Thomas Strömberg
fb19e1ba0e
Merge pull request #8090 from tstromberg/addons-doc
...
Update addons docs to be accurate post addon-manager removal
2020-05-12 12:49:24 -07:00
Medya Ghazizadeh
9728f6f1d0
Merge pull request #8094 from sharifelgamal/spelling
...
ControlPaneEndpoint -> ControlPlaneEndpoint
2020-05-12 19:22:10 +00:00
Sharif Elgamal
fc4acc598a
recreate existing control plane node correctly
2020-05-12 12:12:57 -07:00
Sharif Elgamal
d7813e9199
ControlPaneEndpoint -> ControlPlaneEndpoint
2020-05-12 12:01:42 -07:00
Sharif Elgamal
09698e4638
only copy apiserver certs to control plane
2020-05-12 11:53:38 -07:00