Commit Graph

1865 Commits (a4d9a5bc051347924c8694a17b3e523dfabe7693)

Author SHA1 Message Date
Medya Ghazizadeh f26ea0fcf2
Merge pull request #8238 from sharifelgamal/postmortem
allow minikube status to display for one node
2020-05-21 22:41:00 +00:00
Sharif Elgamal 9fe9513c34 only use retrieval code for multinode clusters 2020-05-21 14:08:34 -07:00
Sharif Elgamal a7c49e47c1 allow minikube status to display for one node 2020-05-21 12:46:13 -07:00
kadern0 6189206367 Fixed error parsing old version "latest" or "stable"
Fixes #8210

Signed-off-by: kadern0 <kaderno@gmail.com>
2020-05-21 20:31:49 +10:00
Sharif Elgamal 01145c3c99 Merge branch 'master' of github.com:kubernetes/minikube into node-delete-vol 2020-05-20 14:59:31 -07:00
Sharif Elgamal bbf4d66b48 delete docker volumes when deleting a single node 2020-05-20 14:59:03 -07:00
Medya Ghazizadeh add572c1c9
Merge pull request #8216 from sharifelgamal/volume-del
multinode: delete worker volumes for docker driver
2020-05-20 00:43:19 +00:00
Medya Ghazizadeh 327ba9e1ab
Merge pull request #8198 from medyagh/fix_proxy
fix proxy env not being passed to docker engine
2020-05-19 23:59:19 +00:00
Sharif Elgamal 6eb0200dae delete worker node volums for docker driver 2020-05-19 16:32:48 -07:00
Medya Gh 32bf4d46a7 add unique 2020-05-18 18:26:11 -07:00
Medya Gh 2f2a8357a8 fix proxy envs not being passed to docker engine 2020-05-18 18:04:45 -07:00
Sharif Elgamal 412cef3002 Merge branch 'master' of github.com:kubernetes/minikube into node-start 2020-05-18 11:52:57 -07:00
Sharif Elgamal 2754bb6319
Merge pull request #8095 from sharifelgamal/create-node
recreate existing control plane node correctly
2020-05-18 11:50:39 -07:00
priyawadhwa 02cee02721
Merge pull request #8143 from priyawadhwa/list
Add defaults subcommand to `minikube config`
2020-05-18 10:59:38 -07:00
Sharif Elgamal 6d12ca7e5c Fix node start 2020-05-15 17:20:33 -07:00
Sharif Elgamal c1c1d15b96 Merge branch 'create-node' of github.com:sharifelgamal/minikube into create-node 2020-05-15 15:25:20 -07:00
Sharif Elgamal 1cc7404e76 swap to bool 2020-05-15 15:24:33 -07:00
Sharif Elgamal 56898dcd90
override nodes config properly 2020-05-15 14:50:30 -07:00
Sharif Elgamal 9c17c9214d respect kubernetes version passed into parameters even on existing cluster config 2020-05-15 13:11:42 -07:00
Sharif Elgamal 80ae2587a1 more debugging 2020-05-15 09:56:35 -07:00
Sharif Elgamal 9df04324a2 Merge branch 'master' of github.com:kubernetes/minikube into create-node 2020-05-15 09:16:31 -07:00
Sharif Elgamal 31339cb53b do not modify existing config 2020-05-14 15:57:12 -07:00
Sharif Elgamal 21a552942a fixes & debugging 2020-05-14 15:30:04 -07:00
Sharif Elgamal d2a0f61cf0 swap condition 2020-05-14 14:53:29 -07:00
Medya Ghazizadeh 2e7d9d88ae
Merge pull request #8118 from afbjorklund/version-prefix
Improve handling of VersionPrefix in output
2020-05-14 19:41:39 +00:00
Anders F Björklund a4d872faee Fix some minor gofmt and golint issues
So that "make gofmt" and "make golint" go green again
2020-05-14 07:50:29 +02:00
Priya Wadhwa 950110280d Fix unit tests 2020-05-13 14:44:31 -07:00
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
Anders F Björklund c14e7a5a71 Improve handling of VersionPrefix in output 2020-05-13 11:32:01 +02:00
Sharif Elgamal c7f3a3d3cf simplify code 2020-05-12 12:56:01 -07: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
Medya Ghazizadeh afab7c87c6
Merge pull request #7959 from afbjorklund/podman-prompt
Use noninteractive sudo when running podman
2020-05-11 21:02:22 +00:00
Anders F Björklund c578a7aa1e Add a PointToHost function for podman as well
And add an active variable, similiar to docker
2020-05-10 23:07:12 +02:00
Anders F Björklund 3fa4b9164d The podman volume prune does not support filter 2020-05-09 13:58:12 +02:00
Anders F Björklund 9673b421df Skip deleting leftovers if bin not available
Avoids spamming the log with extra drivers
2020-05-09 13:49:15 +02:00
Anders F Björklund c1be17346b Also delete podman containers and volumes
When deleting all minikube profiles, that is
2020-05-09 13:41:06 +02:00
Medya Ghazizadeh bf541b42c2
Merge pull request #8038 from tstromberg/kic-delete-prompt
Use the appropriate OCI for deletePossibleKicLeftOver when known
2020-05-08 00:02:44 +00:00
Thomas Stromberg e06e180a52 Cite issue #8040 for TODO's 2020-05-07 16:00:08 -07:00
Thomas Stromberg 64e47992e4 Only delete leftovers for the appropriate OCI if known 2020-05-07 15:19:09 -07:00
Thomas Stromberg eefcc04b36 Shorten long text 2020-05-07 14:14:10 -07:00
Thomas Stromberg 436cee2d84 Fix minikube/kubernetes capitalization, make short help consistent 2020-05-07 14:12:10 -07:00
Sharif Elgamal 5ed946cc4c fix minikube stop output 2020-05-06 14:41:43 -07:00
Medya Ghazizadeh e0685c8f5d
Merge pull request #7984 from medyagh/detect_windows_container
Detect windows container and exit with instructions
2020-05-04 20:01:17 +00:00
Medya Gh d887259153 add to registry 2020-05-02 20:19:17 -07:00
Medya Gh ddd3c72f9d add kic base image to the cluster config 2020-05-02 19:29:54 -07:00
Medya Gh 4572d0634f exit with usage if container type is windows 2020-05-02 18:29:33 -07:00