Commit Graph

4001 Commits (167ab2e422478b9b79c1121e336fcf168d60af20)

Author SHA1 Message Date
Thomas Strömberg 167ab2e422
Merge pull request from RA489/updatecontextfix
update-context is confusing with profiles
2019-04-25 13:04:06 -07:00
Thomas Strömberg b2f0cd89f9
Merge pull request from marcosdiez/proper_permissions
BugFix:  ExecRunner.Copy now parses permissions strings as octal
2019-04-25 13:03:45 -07:00
Thomas Strömberg b497fadbd3
Merge pull request from sharifelgamal/error-messages
Add user-friendly error messages for VBOX_THIRD_PARTY & HYPERV_NO_VSWITCH
2019-04-25 12:07:29 -07:00
Thomas Strömberg 144e9bfc60
Merge pull request from marcosdiez/dont_load_minikube_on_boot_with_none_driver
Don't load Minikube on boot
2019-04-25 10:59:26 -07:00
Thomas Strömberg e9dd14939b
Merge pull request from marcosdiez/decrease_startup_time_10_seconds
Assert that docker has started rather than explicitly restarting it
2019-04-25 10:55:18 -07:00
Thomas Strömberg 829dd3ecf2
Merge pull request from AbdullahBM/master
Accessing minikube Dashboard UI
2019-04-25 10:54:32 -07:00
Sharif Elgamal 79ccf7ae1b
Merge branch 'master' of github.com:kubernetes/minikube into error-messages 2019-04-25 10:48:59 -07:00
Sharif Elgamal 2821100161
missing comma 2019-04-25 10:46:29 -07:00
Balint Pato 3ebb16c678
fix tunnel integration tests for driver None ()
* added more wait to the integration tests for the tunnel
2019-04-25 08:49:24 -07:00
Thomas Strömberg 6de90ae765
Merge pull request from kubernetes/revert-4142-error-messages
Revert "Add user-friendly error messages for known issues."
2019-04-24 16:48:26 -07:00
Thomas Strömberg 1ee6a0995d
Revert "Add user-friendly error messages for known issues." 2019-04-24 16:48:09 -07:00
Thomas Strömberg 996aba49f8
Merge pull request from sharifelgamal/error-messages
Add user-friendly error messages for known issues.
2019-04-24 15:42:13 -07:00
Sharif Elgamal a5c00dad30
adding another problem and fixing existing one 2019-04-24 15:16:06 -07:00
Thomas Strömberg 1924610ccc
Merge pull request from tstromberg/download-iso-first3
Download ISO image before Docker images, as it's required first
2019-04-23 16:52:17 -07:00
Sharif Elgamal 7faf80bb80
User-friendly error message for missing Hyper-V external network switch 2019-04-23 15:45:58 -07:00
Thomas Stromberg a1637061a0 Improve comments 2019-04-23 13:43:17 -07:00
Thomas Stromberg 56bf985dc5 Download ISO image before Docker images, as it's required first 2019-04-23 13:35:16 -07:00
Sharif Elgamal 5e8160b194
Merge pull request from sharifelgamal/4007
Reroute logs printed directly to stdout
2019-04-23 11:02:31 -07:00
Thomas Strömberg 587d6ed84f
Merge pull request from douglaswth/patch-1
Fix the Data Loss section of vmdriver-none.md: kubectl -> kubelet
2019-04-23 09:39:20 -07:00
Thomas Strömberg d3a6724cff
Merge pull request from sharifelgamal/1.14.1
Update default Kubernetes version to 1.14.1
2019-04-23 09:38:43 -07:00
Marcos Diez 10d75b8460 ExecRunner.Copy now parses permissions in octal instead of decimal, as expected 2019-04-23 06:27:34 -03:00
Marcos Diez 4196d854e7 /usr/bin/kubelet and /usr/bin/kubeadm now get the propper permissions. 2019-04-23 06:26:57 -03:00
Sharif Elgamal ab8d639449
Change expected string for default kubernetes version for config generation tests 2019-04-22 14:21:56 -07:00
Sharif Elgamal d606ad2a0d
Update default Kubernetes version to 1.14.1 2019-04-22 12:18:39 -07:00
Thomas Strömberg 74060aab81
Merge pull request from afbjorklund/is-active
Systemd returns error on inactive, so allow that
2019-04-22 10:26:33 -07:00
Douglas Thrift ef8fd551d9
Fix the Data Loss: kubectl -> kubelet
It does not look like `minikube` with the `none` driver does anything to `kubectl`, but it does install `kubelet` along with `kubeadm`.
2019-04-20 14:53:45 -07:00
Marcos Diez 39d7dafb78 fix failing test 2019-04-18 22:37:41 -03:00
Marcos Diez db46f3844f system will not start kubelet on restart anymore 2019-04-18 22:00:32 -03:00
Marcos Diez a7977817cb Revert "Don't load Minikube on boot when using the none driver"
This reverts commit 32a289701b.
2019-04-18 21:59:51 -03:00
Sharif Elgamal 2c2e7c1271
Reroute logs printed to stdout 2019-04-18 17:19:20 -07:00
Thomas Strömberg 2f9541ee5c
Merge pull request from RA489/fix_hyperv
VirtualBox won't boot a 64bits VM when Hyper-V is activated
2019-04-18 17:09:36 -07:00
Marcos Diez da321436bb we should sudo systemctl start docker to start docker instead of restart it 2019-04-18 16:39:32 -03:00
AbdullahBM 780a3debd3
Update README.md
Changes addressed
2019-04-18 16:45:16 +05:00
RA489 68416d516a VirtualBox won't boot a 64bits VM when Hyper-V is activated 2019-04-18 12:42:46 +05:30
Marcos Diez 32a289701b Don't load Minikube on boot when using the none driver 2019-04-17 17:35:43 -03:00
Anders F Björklund 677c497101 Systemd returns error on inactive, so allow that
The SSH infrastructure currently doesn't handle when the command
is _supposed_ to return an error, so allow this case explicitly.
2019-04-14 09:55:17 +02:00
Anders Björklund 3746fb9994
Merge pull request from afbjorklund/ineffassign
Fixed ignored error, noticed by ineffassign
2019-04-13 09:05:08 +02:00
Anders Björklund a66041bb7a
Merge pull request from afbjorklund/cyclo
Decrease cyclomatic complexity
2019-04-13 09:04:56 +02:00
Anders F Björklund fc35ab5ba9 Fixed ignored error, noticed by ineffassign
ineffassign: 99%
	pkg/minikube/service/service.go
		Line 175: warning: ineffectual assignment to err
2019-04-12 21:08:41 +02:00
Anders F Björklund b55507b50c Another complex function
17 cmd runStart cmd/minikube/cmd/start.go:165:1
2019-04-12 20:47:29 +02:00
Anders F Björklund 8034eb9398 Fix code that was backed during the merge 2019-04-12 20:29:30 +02:00
Anders F Björklund a73dfc5f9e Merge branch 'master' into cyclo 2019-04-12 20:03:20 +02:00
Anders Björklund 2f1929fadc
Merge pull request from afbjorklund/reference
Use Reference, allow caching images with both Tag and Digest
2019-04-12 19:56:05 +02:00
RA489 84432d7c54 update-context is confusing with profiles 2019-04-12 10:59:16 +05:30
Thomas Strömberg 6b0ce64f02
Merge pull request from hpandeycodeit/registry_env_variable
Added REGISTRY_STORAGE_DELETE_ENABLED environment variable for Registry addon
2019-04-11 21:18:50 -07:00
Thomas Strömberg 4ee6648026
Merge pull request from 11janci/jjanik-fix-build
Fix broken build due to bad merge: restore waitCacheImages function.
2019-04-11 20:50:37 -07:00
Jan Janik 6a2e7efc94 Fix broken build 2019-04-12 14:16:57 +12:00
Himanshu Pandey ce40cdc960 Added REGISTRY_STORAGE_DELETE_ENABLED environment variable for Registry addon 2019-04-11 16:14:36 -07:00
Thomas Strömberg f9bf001a4b
Merge pull request from afbjorklund/download
Add --download-only option to start command
2019-04-11 12:20:46 -07:00
Thomas Strömberg 1e26bb0c0d
Merge branch 'master' into download 2019-04-11 12:20:36 -07:00