Commit Graph

4895 Commits (97d27945ef7ac0f8b2e059091df71b76e5f4f58a)

Author SHA1 Message Date
Sharif Elgamal c92e65ec28
Add templating for proper localization (#4677)
* Add templating for proper localization

* Fixing tests for new translation style

* checking errors is important

* fixing more console tests

* good function names make for happy developers

* add test for OutTemplateStyle

* short function names make for happy developers

* better formatting

* more better variable names
2019-07-10 10:17:28 -07:00
Anders F Björklund fdb4f9b167 Show "localhost" information for none driver 2019-07-10 17:27:55 +02:00
Anders F Björklund 4642b66ebc Don't lie about creating a VM with none driver 2019-07-10 13:47:24 +02:00
Sharif Elgamal 1940547c37
better variable name 2019-07-09 16:20:03 -07:00
Sharif Elgamal 392b51e3b8
refactored for clarity 2019-07-09 16:01:23 -07:00
Sharif Elgamal fc9fc7eecd
initial commit for extracting advice strings 2019-07-09 15:48:26 -07:00
Medya Ghazizadeh 57f6d877ed
Merge pull request #4689 from palnabarun/4664-fix
Fixes the issue which caused all containers to be deleted on minikube delete
2019-07-09 15:23:39 -07:00
Thomas Strömberg fc5c01b1f4
Merge pull request #4647 from blueelvis/start-options-documentation
Add documentation for minikube CLI commands
2019-07-09 14:35:32 -07:00
josedonizetti 120ce27845 Refacator status command 2019-07-09 15:58:01 -03:00
Medya Ghazizadeh 8e0596d2b1
Merge pull request #4692 from josedonizetti/add-kubectl-flag-examples
Add kubectl help examples
2019-07-09 11:02:48 -07:00
josedonizetti cf468bfe63 Add kubectl examples 2019-07-09 05:11:33 -03:00
Medya Ghazizadeh c8b0b41a6b
Merge pull request #4675 from superbrothers/fix-minikube-service
Fix `minikube service` to show error message if service has no node ports
2019-07-08 21:22:58 -07:00
Anders F Björklund 1548723067 Upgrade podman to 1.4.4 2019-07-08 23:00:12 +02:00
Medya Ghazizadeh bbae91a677
Merge pull request #4715 from medyagh/simpler_issue
reducing issue template complex tags
2019-07-08 10:20:28 -07:00
Medya Gh 21c778e4f4 making issue template less complex 2019-07-08 10:19:03 -07:00
Medya Ghazizadeh de57713a81
Merge pull request #4695 from afbjorklund/gocyclo-delete
Reduce complexity of the delete command
2019-07-07 16:57:02 -07:00
Anders F Björklund 85adbd76cb Upgrade crio to 1.15.0
The repository was moved to a separate organization

strings.ReplaceAll only work in go1.12, not go1.10

Need to create conmon/config.h without tags and git

The configuration _needs_ to be updated (yet again)
2019-07-07 16:49:02 +02:00
Anders F Björklund 37f3a64411 Upgrade crio.conf to version v1.15.0 2019-07-07 14:25:24 +02:00
Ben Ebsworth 39a136fdb9 fix raising fatal error on retryablehttp 2019-07-06 19:03:14 +10:00
Ben Ebsworth 8b2d1ec2e6 fixed registryEndpoint string 2019-07-06 18:52:40 +10:00
Ben Ebsworth 637262cea2 re-added int testds 2019-07-06 18:52:40 +10:00
Anders F Björklund dfbf8013ec Reduce complexity of the delete command 2019-07-06 10:14:58 +02:00
Nabarun Pal 67874eee9e
Fixes the issue which caused all containers to be deleted on delete
This change only involves the docker container runtime.
2019-07-05 13:28:19 +05:30
Kazuki Suda 6f96fbaa93 Print information of a service as a table 2019-07-05 15:32:19 +09:00
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