Sharif Elgamal
|
ce79abade5
|
Merge pull request #4560 from kubernetes/demo
zh-CN: Use non-unicode percent signs for proper interpolation
|
2019-06-22 22:47:23 -07:00 |
Thomas Stromberg
|
d94d94718d
|
Use non-unicode percent signs for proper interpolation
|
2019-06-23 11:44:03 +08:00 |
Anders F Björklund
|
eededa6fdd
|
Make markdownlint happy about whitespace
Use "make mdlint" to check current status
|
2019-06-22 19:04:43 +02:00 |
Anders F Björklund
|
f20f223c02
|
Decrease cyclomatic complexity
Here is the report (from gocyclo), before:
21 tests (*SSHServer).Start pkg/minikube/tests/ssh_mock.go:76:1
19 cmd runStart cmd/minikube/cmd/start.go:173:1
18 integration testTunnel test/integration/tunnel_test.go:40:1
17 extract checkCallExpression pkg/minikube/extract/extract.go:198:1
17 kubeadm TestGenerateConfig pkg/minikube/bootstrapper/kubeadm/kubeadm_test.go:133:1
16 kvm (*Driver).deleteNetwork pkg/drivers/kvm/network.go:153:1
|
2019-06-22 17:21:42 +02:00 |
Anders F Björklund
|
c9fabad212
|
Fix the simple things, gofmt and golint
|
2019-06-22 16:16:37 +02:00 |
Anders F Björklund
|
b9d23fa8f9
|
Add a gofmt make target that only checks
The standard "fmt" target will also rewrite
Add return code, by checking for empty output
|
2019-06-22 14:48:15 +02:00 |
Anders F Björklund
|
cc0a1298d9
|
Add golint and gocyclo smaller make targets
Also fix the broken fmt and reportcard ones:
Recursive variable 'SOURCE_DIRS' references itself (eventually).
|
2019-06-22 14:35:31 +02:00 |
Sharif Elgamal
|
247efdea15
|
Merge pull request #4534 from kubernetes/k8s-1.15.0
Update Kubernetes default version to v1.15.0
|
2019-06-21 23:27:20 -07:00 |
Sharif Elgamal
|
42498d179a
|
Merge pull request #4552 from sharifelgamal/translation-fix
Suppress error message when translation file doesn't exist
|
2019-06-21 16:34:45 -07:00 |
Sharif Elgamal
|
79e00c2e05
|
%v for errors
|
2019-06-21 15:40:01 -07:00 |
Thomas Strömberg
|
412c4be315
|
Add Arabic and Indonesian issue templates
|
2019-06-21 10:21:32 -07:00 |
Sharif Elgamal
|
0a23696386
|
Suppress error message when translation file doesn't exist
|
2019-06-21 09:57:01 -07:00 |
Thomas Stromberg
|
5fd16611fa
|
Add Arabic and Indonesian issue templates
|
2019-06-21 20:57:56 +08:00 |
Om Kumar
|
2786c43214
|
Explain on subnet and split into two sections
Explain how to decide what subnet to use.
Split into two headings.
|
2019-06-21 12:10:48 +05:30 |
Sharif Elgamal
|
37f09da483
|
Merge pull request #4464 from sharifelgamal/localization-poc
Add ability to localize all strings output to console
|
2019-06-20 17:08:28 -07:00 |
Thomas Strömberg
|
02b8032b59
|
Merge pull request #4385 from josedonizetti/refactor-drivers-restart
Refactor: improve readability drivers.Restart
|
2019-06-21 08:07:35 +08:00 |
Sharif Elgamal
|
8f5026db91
|
small fix
|
2019-06-20 14:23:53 -07:00 |
Sharif Elgamal
|
7a8fb7d489
|
add more entries to the blacklist and clean up translation files
|
2019-06-20 13:52:57 -07:00 |
Sharif Elgamal
|
3be580c97c
|
add comment for top level command and add chinese transkations
|
2019-06-20 09:55:29 -07:00 |
Om Kumar
|
a5b16b6f33
|
Factor insecure registry configuration
|
2019-06-20 15:42:57 +05:30 |
Om Kumar
|
621f165ff7
|
Add Documentation for registry addon
This commit adds documentation on how to use minikube addon registry.
Related to #4341 and #4529
This addresses #4531 and #4242
|
2019-06-20 15:42:36 +05:30 |
Thomas Strömberg
|
e2266312a1
|
Merge pull request #4537 from kubernetes/golangci-lint-update
Update golangci-lint to v1.17.1
|
2019-06-20 17:51:11 +08:00 |
Thomas Strömberg
|
73a70fbfc2
|
Merge pull request #4538 from kubernetes/longer-lint
jenkins: Increase integration test time limit to 90 minutes
|
2019-06-20 17:50:58 +08:00 |
Thomas Stromberg
|
5f4c0e2bbb
|
Increase Jenkins test time from 75 to 90 minutes
|
2019-06-20 16:21:36 +08:00 |
Thomas Stromberg
|
3dbb0109df
|
Simplify the Make code, use a GOLINT_VERSION var
|
2019-06-20 16:15:23 +08:00 |
Thomas Stromberg
|
709c1bd247
|
Update Makefile to use golangci-lint v1.17.1
|
2019-06-20 15:47:41 +08:00 |
Thomas Stromberg
|
c2569cf0d7
|
Run goimports
|
2019-06-20 15:38:30 +08:00 |
Thomas Stromberg
|
f26f2ad677
|
Refactor tests to decrease toil when adding new versions
|
2019-06-20 15:37:20 +08:00 |
Deepjyoti Mondal
|
2cee972804
|
Provide warning message for unnecessary sudo
If minikube is started with root privilege and vm-driver is
not hyperV or none, then a warning message is displayed.
|
2019-06-20 07:43:16 +05:30 |
Sharif Elgamal
|
7fc7b245e1
|
fix linting errors
|
2019-06-19 18:21:39 -07:00 |
Medya Ghazizadeh
|
ead799d7c5
|
Remove deprecated reporting api
|
2019-06-19 18:02:23 -07:00 |
Sharif Elgamal
|
e8329f6380
|
Merge branch 'master' of github.com:kubernetes/minikube into localization-poc
|
2019-06-19 17:59:17 -07:00 |
Sharif Elgamal
|
d1eea5343c
|
add demo translation file for zh-CN
|
2019-06-19 17:58:52 -07:00 |
Sharif Elgamal
|
062a4539b3
|
test actually passes now
|
2019-06-19 17:46:00 -07:00 |
Sharif Elgamal
|
97e2cd1153
|
Simplifying and correcting the extract code. Test passes now.
|
2019-06-19 17:44:34 -07:00 |
Thomas Stromberg
|
bb30ee9e9e
|
Update some of the example files (work still required)
|
2019-06-20 07:58:42 +08:00 |
Thomas Strömberg
|
a4a796ea5e
|
Merge pull request #4407 from afbjorklund/rkt.net.d
Stop updating /etc/rkt/net.d config files
|
2019-06-20 07:43:11 +08:00 |
Thomas Strömberg
|
4610663674
|
Merge pull request #4398 from josedonizetti/add-kvm-version-flag
Add kvm2 --version
|
2019-06-20 07:41:18 +08:00 |
Thomas Strömberg
|
b3c7496d52
|
Merge pull request #4393 from fenglixa/fix-mount-failed
Fix "mount failed: File exists" issue when unmount fails
|
2019-06-20 07:40:37 +08:00 |
Thomas Stromberg
|
edee1c7bbd
|
Update Kubernetes default version to v1.15.0
|
2019-06-20 07:36:07 +08:00 |
Om Kumar
|
bf50225e02
|
Register registry-proxy with registry addons
|
2019-06-19 14:10:29 -07:00 |
Thomas Strömberg
|
25060c5a51
|
Add issue templates for es, pt-BR, and zh-CN languages
* Add international language issue templates for es, pt-BR, and zh-CN
|
2019-06-19 08:54:03 -07:00 |
Anders Björklund
|
2a6b2ad543
|
Disable unnecessary load image from cache for none driver
since we are not are not saving the images in the cache, there is not much trying to load from the cache either.
|
2019-06-19 08:35:05 -07:00 |
Thomas Strömberg
|
32ad6e4e98
|
Merge pull request #4469 from fenglixa/k8s_v1.15.0-beta.1_support
Update for supporting k8s_v1.15.0-beta.1
|
2019-06-19 15:45:32 +08:00 |
Sharif Elgamal
|
35bbace295
|
Merge pull request #4504 from medyagh/profile_context_4503
Switch kubectl current-context on profile change
|
2019-06-18 12:49:32 -07:00 |
Sharif Elgamal
|
8308aa5156
|
adding test
|
2019-06-18 11:19:05 -07:00 |
Anders Björklund
|
79240b04aa
|
Merge pull request #4521 from afbjorklund/delorean
Fix the release date of minikube v1.1.1
|
2019-06-18 18:19:59 +02:00 |
Anders F Björklund
|
2da319879a
|
Fix the release date of minikube v1.1.1
|
2019-06-18 18:16:50 +02:00 |
Thomas Strömberg
|
4e8899ce0f
|
Merge pull request #4516 from tstromberg/netlify
Add netlify config
|
2019-06-18 12:02:56 +08:00 |
Thomas Stromberg
|
a27b0055be
|
v0.55.0 rather than v0.55
|
2019-06-18 12:01:43 +08:00 |