Commit Graph

4542 Commits (17a407dffb25e5bf4be0c70d518fbf12d5149f18)

Author SHA1 Message Date
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 #4115 from sharifelgamal/4007
Reroute logs printed directly to stdout
2019-04-23 11:02:31 -07:00
Thomas Strömberg 587d6ed84f
Merge pull request #4123 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 #4133 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 #4095 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 #4112 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
Zhongcheng Lao fa175590c4
Merge remote-tracking branch 'origin/master' into check-gcr-access 2019-04-18 20:52:26 +08: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
salamani 9b419d66dc adding multi-arch support 2019-04-17 08:43:37 -04: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 #4086 from afbjorklund/ineffassign
Fixed ignored error, noticed by ineffassign
2019-04-13 09:05:08 +02:00
Anders Björklund a66041bb7a
Merge pull request #3886 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 #3899 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 #4080 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 #4082 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 #3737 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
Thomas Strömberg 6e38df2c1b
Merge pull request #4052 from marcosdiez/more-vmdriver-none-documentation
more vm-driver=none documentation on resolve.conf
2019-04-11 11:47:59 -07:00
Thomas Strömberg e316a4d1df
Merge pull request #4026 from 11janci/jjanik-console-escaping
Escape ‘%’ in console.OutStyle arguments
2019-04-11 11:45:54 -07:00
Thomas Strömberg f265a22e05
Merge pull request #4076 from sharifelgamal/4010
Avoid surfacing "error: no objects passed to apply" non-error from addon-manager
2019-04-10 15:21:08 -07:00
Thomas Strömberg 14414d1676
Merge pull request #4030 from laozc/fix-hv-daemon
Update Hyper-V daemons
2019-04-10 15:17:40 -07:00
Sharif Elgamal da0ce6cc90
Avoid surfacing spurious errors 2019-04-10 15:16:23 -07:00
Thomas Strömberg 903e9c29c7
Merge pull request #4059 from marcosdiez/dont-cache-images-when-vmdriver-is-none
Don't cache images when --vmdriver=none
2019-04-10 12:33:05 -07:00
Thomas Strömberg 374a05871b
Clarify contents of folders and usage. 2019-04-10 11:43:50 -07:00
Thomas Strömberg 7344c4f617
Update roadmap.md 2019-04-10 11:40:27 -07:00
Thomas Strömberg 2f13f0c848
Add offline link 2019-04-10 11:38:21 -07:00
Thomas Strömberg 7febbfd275
Add offline usage documentation 2019-04-10 11:37:33 -07:00
Marcos Diez 8f5fe19722 politically correct comment 2019-04-10 15:24:04 -03:00
Marcos Diez 2a826b14df shorter comment 2019-04-10 15:22:12 -03:00
Thomas Strömberg 925f2e04b3
Update roadmap.md 2019-04-10 11:07:42 -07:00