Commit Graph

6595 Commits (fb5430fd97915bf4b7f3007b693ed99cb4f85894)

Author SHA1 Message Date
Sharif Elgamal fb5430fd97
Getting rid of GetMachineName() (#5868)
* removing GetMachineName()

* replacing GetMachineName with a config lookup

* fix tests

* making unit tests happy

* fixing concurrent map writes, only right to viper once

* debugging

* one last test fix

* DeleteAlwaysSucceeds should actually always succeed

* prevent panic when deleting nonexistant cluster

* remove last GetMachineName reference
2019-11-11 14:47:47 -08:00
Thomas Strömberg e6b5d52396
Merge pull request #5840 from tstromberg/better-existing-start
Health check previously configured driver & exit if not installed
2019-11-11 14:35:01 -08:00
Thomas Strömberg 8b2d7c8fae
Merge pull request #5852 from tstromberg/unready2
Add memory and wait longer for TestFunctional tests, include node logs
2019-11-11 14:34:41 -08:00
Thomas Stromberg 3f98e12fa9 Remove redundant return 2019-11-11 12:16:13 -08:00
Thomas Stromberg 82231dc0ee Merge 2019-11-11 08:38:29 -08:00
Thomas Strömberg 1d0ca6cd68
Merge pull request #5854 from tstromberg/driver-compat-msg
Improve message when selected driver is incompatible with existing cluster
2019-11-11 08:22:57 -08:00
Thomas Stromberg 42e711df99 Move show-labels and get-node to post-mortem logs 2019-11-11 08:18:39 -08:00
Thomas Stromberg 885f4c2653 Pre-cache hello-node, wait longer for mysql password 2019-11-11 08:18:01 -08:00
Thomas Strömberg e5741c39e4
Merge pull request #5452 from tstromberg/2020-roadmap-planning
Update roadmap & principles for 2020 (comments & discussion welcome!)
2019-11-11 08:09:06 -08:00
Sharif Elgamal 0dd3ff148f
Merge pull request #5877 from sharifelgamal/docker-machine
Update libmachine to point to latest
2019-11-10 10:35:00 -08:00
Sharif Elgamal 44768190a6 correct timestamp 2019-11-09 12:44:19 -08:00
Sharif Elgamal f26d38b709 useless imports 2019-11-09 11:56:38 -08:00
Sharif Elgamal 0e26fe054f Update docker machine to point to latest 2019-11-09 11:54:45 -08:00
Kubernetes Prow Robot 63180adad1
Merge pull request #5842 from graste/patch-1
mention fix for AppArmor related permission errors
2019-11-09 07:37:40 -08:00
Medya Ghazizadeh 69febeea5c
Merge pull request #5866 from medyagh/gomod2
go mod tidy
2019-11-07 13:26:50 -08:00
Medya Gh 80783bf7d5 gomod tidy 2019-11-07 13:25:25 -08:00
Medya Ghazizadeh ae0b2ca0ba
Merge pull request #5613 from nanikjava/f-fix-5603
Add 'make help' to list all targerts
2019-11-07 13:11:13 -08:00
Nanik T a64fec970f Add help target to list all different targets #5603
Executing 'make help' will display a list of available targets
for building minikube. The output will look as follows

Available targets for minikube v1.4.1
--------------------------------------
iso-menuconfig                 Configure buildroot configuration
linux-menuconfig               Configure Linux kernel configuration
all                            Build all different minikube component
drivers                        Build Hyperkit and KVM2 drivers
docker-machine-driver-hyperkit Build Hyperkit driver
integration                    Trigger minikube integration test
integration-none-driver        Trigger minikube none driver test
integration-versioned          Trigger minikube integration testing

...
...
...
2019-11-08 07:57:59 +11:00
Thomas Strömberg 79fcf7172d
Merge pull request #5845 from tstromberg/none-memory
none driver: Warn about --cpus, --memory, and --container-runtime settings
2019-11-07 06:54:45 -08:00
Thomas Stromberg fd27e16c18 Reduce mysql retry time to 3s 2019-11-07 06:53:53 -08:00
Thomas Strömberg 1d1b148076
Merge pull request #5851 from tstromberg/dash-win4
Skip if DashboardCmd fails on Windows
2019-11-06 20:06:48 -08:00
Thomas Strömberg d68b58359f
Merge pull request #5853 from medyagh/gomod_ver
bump go.mod version
2019-11-06 20:05:20 -08:00
tstromberg 9d0c3eda8e Remove extra word 2019-11-06 15:56:11 -08:00
tstromberg 1b9955f3d6 Improve message when selected driver is incompatible with existing cluster 2019-11-06 15:53:42 -08:00
Medya Gh 2c29d5eac7 bump go.mod version 2019-11-06 15:30:26 -08:00
tstromberg c9f99ece2c Add 'kubectl describe node' output, make error messages clearer 2019-11-06 15:17:36 -08:00
tstromberg b1e4ad1daa Add 500MB more memory, extend wait times 2019-11-06 15:17:09 -08:00
Thomas Strömberg 093e6e7a8d
Merge pull request #5849 from medyagh/gomod1
bump golang version to 1.13.4
2019-11-06 15:16:00 -08:00
tstromberg b02b4e158a Avoid panic and output correct driver name 2019-11-06 14:18:28 -08:00
tstromberg b27e926967 Skip DashboardCmd test on Windows 2019-11-06 14:14:56 -08:00
Thomas Strömberg f773c4ba45
Merge pull request #5837 from tstromberg/v1.17.0
Update NewestKubernetesVersion to v1.17.0-beta.1
2019-11-06 14:06:27 -08:00
Medya Gh 4d83883ec6 go mod tidy 2019-11-06 14:03:08 -08:00
Medya Gh 4aa8da9d78 bumpg golang version 2019-11-06 14:01:00 -08:00
Anders Björklund be865e584b
Merge pull request #5749 from afbjorklund/make-build
Use faster build for the default minikube target
2019-11-06 22:59:29 +01:00
tstromberg 7a8c7020d6 Remove modernize local provisioner/consistent IP, check off localized output, and add workflow for k8s dev 2019-11-06 12:28:14 -08:00
tstromberg b33bb0fcc2 Merge branch 'master' into 2020-roadmap-planning 2019-11-06 12:19:56 -08:00
Sharif Elgamal cf953f9d8c
Merge pull request #5847 from kubernetes/sharifelgamal-patch-8
Adding priyawadhwa as minikube approver
2019-11-06 12:08:16 -08:00
Sharif Elgamal 51a092fb53
Adding priyawadhwa as minikube approver 2019-11-06 11:58:06 -08:00
Medya Ghazizadeh f3a794d112
Merge pull request #5738 from sharifelgamal/travis-cross
small travis test changes
2019-11-06 11:56:04 -08:00
Sharif Elgamal 9de78fd2df
Merge pull request #5542 from woodcockjosh/add-instructions-for-mep-supporting-docs
Add instructions for including supporting documents with MEP proposal
2019-11-06 11:37:11 -08:00
Sharif Elgamal 6ff68709dd
Merge pull request #5243 from rajalokan/remove-heapster
Remove heapster addon
2019-11-06 11:35:35 -08:00
tstromberg 0af762e51f none driver: Add warnings about --cpus, --memory, and --container-runtime 2019-11-06 10:29:02 -08:00
tstromberg 992d4fd04a Add an explicit Unhealthy driver priority (lowest) 2019-11-06 10:05:50 -08:00
Steffen Gransow a8005b4ed0
mention fix for AppArmor related permission errors
when docker is installed via snap and can't read minikube certificates from a local user's `.minikube` config folder.
2019-11-06 10:32:35 +01:00
tstromberg fb3360da06 Check health of drivers from existing configs 2019-11-05 17:16:23 -08:00
tstromberg 9c2b554ce7 Merge branch 'master' into better-existing-start 2019-11-05 15:04:22 -08:00
tstromberg 8809ab113a Validate existing drivers too 2019-11-05 14:59:12 -08:00
Thomas Strömberg a583cbec13
Merge pull request #5839 from tstromberg/vbox-be-quiet
Silence virtualbox registry check
2019-11-05 14:47:32 -08:00
tstromberg 858fa57f79 Silence virtualbox registry check 2019-11-05 14:22:13 -08:00
Thomas Strömberg fa4b049593
Merge pull request #5805 from priyawadhwa/speedup-apiserver
Store kubernetes clientset when waiting for apiserver
2019-11-05 13:31:48 -08:00