Commit Graph

5471 Commits (8447df45b56f76fdec60c94a10a3effdd7fee98c)

Author SHA1 Message Date
Medya Ghazizadeh 4e5f173a9c
Merge pull request #4687 from medyagh/move_command_runner
moving command runner to its own package
2019-07-04 23:30:21 -07:00
Medya Ghazizadeh cc9960200f
Merge pull request #4676 from josedonizetti/warn-if-kvm2-version-is-old
Add warn if kvm driver version is old
2019-07-04 22:22:13 -07:00
Medya Ghazizadeh 24bb4f357f
Merge pull request #4685 from afbjorklund/lint-bindata
Make the generated files pass gofmt and golint
2019-07-04 22:21:35 -07:00
Medya Ghazizadeh 11f8c61604
Merge pull request #4678 from kairen/delete-kubeconfig
Delete kubeconfig context when a machine has been deleted
2019-07-04 22:09:44 -07:00
Kyle Bai c5f695e8a0 Better comment syntax 2019-07-05 11:17:10 +08:00
Medya Gh 99ac1a81e7 moving command runner to its own package 2019-07-04 16:31:07 -07:00
Medya Ghazizadeh b1648ca2e4
Merge pull request #4682 from afbjorklund/kubelet-containerd
Fix systemd dependencies when using containerd
2019-07-04 14:58:01 -07:00
Anders F Björklund 801cd01ada Make the go-bindata generated code pass gofmt -s
But don't abort the build if gofmt is not installed.
2019-07-04 22:57:05 +02:00
Anders F Björklund c41dac7a21 Avoid lint warning with the generated translations
golint wants "Json" to be properly spelled as "JSON"

Note that the sed syntax varies between GNU and BSD.
2019-07-04 22:51:26 +02:00
josedonizetti 4cce597c9d Add upgrade section kvm documentation 2019-07-04 17:27:44 -03:00
josedonizetti 9210b96ee8 Add upgrade documentation to kvm version warn 2019-07-04 17:25:56 -03:00
josedonizetti 5f84ae3cd2 Add extractVMDriverVersion documentation 2019-07-04 17:25:56 -03:00
josedonizetti d7a30e118f Fix start_test.go copyright 2019-07-04 17:25:56 -03:00
josedonizetti f61d62647a Add comment about kvm2 force upgrade 2019-07-04 17:25:56 -03:00
josedonizetti dabf272f33 Add warn if kvm driver version is old 2019-07-04 17:25:56 -03:00
Anders Björklund db7edc5e68 Update docs remove duplicate markdown headers (mdlint) (#4683) 2019-07-04 13:23:52 -07:00
Anders F Björklund fa3bc63757 Fix systemd dependencies when using containerd
There is a template bug in the kubelet.service creation,
which causes it to start dockerd instead of containerd.
2019-07-04 20:09:49 +02:00
Kyle Bai 6505dfad62 Delete kubeconfig when a machine has been deleted 2019-07-04 14:47:41 +08:00
Kazuki Suda 7d510c47b1 Fix `minikube service` to show error message if service has no node ports 2019-07-04 00:29:30 +09:00
Medya Ghazizadeh 68c546ff1d
Merge pull request #4645 from josedonizetti/fix-profile-flag-indentation
Fix profile flag documentation indentation
2019-07-02 19:06:13 -07:00
Medya Ghazizadeh e88e302405
Merge pull request #4663 from afbjorklund/driver-commit
Pass the git commit to the kvm docker build
2019-07-02 10:59:35 -07:00
Anders F Björklund ab1c4e3cc0 Pass the git commit to the kvm docker build
Since there is no git in the build container
2019-07-02 19:51:38 +02:00
Medya Ghazizadeh d0ae1a5910
Merge pull request #4659 from medyagh/sudo_none
exit and warn if none driver is run by not-root user
2019-07-01 21:38:05 -07:00
Medya Gh d269afef16 better format message 2019-07-01 18:27:00 -07:00
Medya Gh c8876b4675 Exit if none is run without sudo 2019-07-01 18:24:17 -07:00
josedonizetti 18d8ecf519 Simplify `-p` documentation 2019-07-01 18:46:38 -03:00
Medya Ghazizadeh 124b845b60
Merge pull request #4644 from josedonizetti/prefix-kvm-only-flags
Add kvm prefix to flags only used by kvm
2019-07-01 14:43:05 -07:00
Medya Ghazizadeh 2aac268ba6
Merge pull request #4593 from josedonizetti/add-hyperkit-version
Add version to hyperkit driver
2019-07-01 14:38:30 -07:00
Anders F Björklund 8bea8e719f Upgrade Docker, from 18.09.6 to 18.09.7
runc v1.0.0-rc8-0-g425e105

    containerd v1.2.6
2019-07-01 21:56:15 +02:00
Medya Ghazizadeh cdf895f81b
Merge pull request #4654 from medyagh/issue_template_improved_international
adding an improved foldable issue page
2019-07-01 00:02:58 -07:00
Medya Gh 91e293f6e9 adding an improved foldable issue page 2019-07-01 00:02:32 -07:00
Medya Ghazizadeh 30157d0dbb
Merge pull request #4652 from medyagh/issue_template_improved
improve github issues tempalte
2019-06-30 23:52:24 -07:00
Medya Gh 61c2805520 improve github issues tempalte 2019-06-30 23:51:52 -07:00
Medya Ghazizadeh 9ee0bdff5e
Merge pull request #4650 from medyagh/issue_pre
making issues log output collapsable
2019-06-30 23:38:41 -07:00
Medya Gh 8b849c97ce making issues log output collapsable 2019-06-30 23:38:11 -07:00
Medya Ghazizadeh 449c8781e1
Merge pull request #4595 from blueelvis/memory-size-sanity-check
Added validation for start memory size
2019-06-30 15:17:28 -07:00
Jituri, Pranav 201e4e4bbd First pass of CLI documentation 2019-07-01 03:30:50 +05:30
Ben Ebsworth 05683a0d01 moved to using retryablehttp 2019-07-01 06:31:52 +10:00
Medya Ghazizadeh 037e9a5d56
Merge pull request #4641 from josedonizetti/improve-kvm-connection-error-message
Improve kvm connection error message
2019-06-30 12:08:44 -07:00
Medya Ghazizadeh 5a3992b00f
Merge pull request #4642 from josedonizetti/fix-error-naming-convention
Fix error naming convention
2019-06-30 12:06:21 -07:00
josedonizetti a7feb232a1 Fix profile flag documentation indentation 2019-06-29 12:38:32 -03:00
josedonizetti fe3620020a Add kvm prefix to flags only used by kvm 2019-06-29 12:25:36 -03:00
josedonizetti 4d00a093d1 Fix error naming convention 2019-06-29 11:28:54 -03:00
josedonizetti 84ce1d5564 Add kvm connection error problem message 2019-06-29 10:58:05 -03:00
josedonizetti 23ae121f2b kvm2: simplify connection error message 2019-06-29 10:53:13 -03:00
Jose Donizetti 4812761f05 Add gitCommitID to hyperkit version 2019-06-29 09:32:21 -03:00
Jose Donizetti a9523fb793 Fix docker-machine-driver-hyperkit version 2019-06-29 09:23:48 -03:00
josedonizetti 931a0a557b Add hyperkit version 2019-06-29 09:22:51 -03:00
Ben Ebsworth 6fa12ea036 fixed linting 2019-06-29 21:33:19 +10:00
Ben Ebsworth 63c5434bc8 Merge branch 'registry-integration-tests' of github.com:castlemilk/minikube into registry-integration-tests 2019-06-29 18:30:00 +10:00