Kubernetes Prow Robot
65c6f9e5a3
Merge pull request #4686 from josedonizetti/refactor-status-cmd
...
Refactor status command
2019-07-11 11:54:10 -07:00
Sharif Elgamal
c8f9562555
Use tempfile for extract test
2019-07-11 11:53:18 -07:00
Thomas Strömberg
82d4c7dd2c
Merge pull request #4688 from kairen/better-comment
...
Add space after // comments
2019-07-11 11:53:15 -07:00
Thomas Strömberg
5ac8f127c5
Merge pull request #4657 from afbjorklund/docker-18.09.7
...
Upgrade Docker, from 18.09.6 to 18.09.7
2019-07-11 11:39:49 -07:00
Thomas Strömberg
b0b13e1a7c
Merge pull request #4545 from marcosdiez/dont_disable_container_engines_when_vmdriver_is_none
...
Don't disable other container engines when --vm_driver=none
2019-07-11 11:17:57 -07:00
Medya Gh
3e9077dd2a
added comment
2019-07-10 23:42:23 -07:00
Medya Gh
ff969e693b
Simplifying start cmd
2019-07-10 23:14:15 -07:00
Sharif Elgamal
6c2c00b754
fixing lint
2019-07-10 11:44:49 -07:00
Sharif Elgamal
19838ab2f3
Merge pull request #4732 from medyagh/update_contacts
...
Update security contacts
2019-07-10 11:42:51 -07:00
Medya Gh
d05c090811
Update security contacts
2019-07-10 10:48:31 -07:00
Sharif Elgamal
ad4d55f0ad
Merge branch 'master' of github.com:kubernetes/minikube into extract-advice
2019-07-10 10:24:36 -07:00
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