Commit Graph

4563 Commits (637262cea2dc400960e55640bcb3f4efcb8b7c9e)

Author SHA1 Message Date
Thomas Strömberg db74dda76e
Merge pull request #4571 from kubernetes/issue-langs2
Remove extraneous whitespace from GitHub issue templates
2019-06-24 13:25:47 +08:00
Thomas Stromberg b6f90d033e Remove extraneous whitespace 2019-06-24 13:24:45 +08:00
Thomas Strömberg e236c966a7
Merge pull request #4569 from kubernetes/v1.2.0
Bump Makefile version to v1.2.0 to prepare for a release
2019-06-24 13:03:55 +08:00
Thomas Strömberg e851619553
Merge pull request #4568 from kubernetes/allow-naked-version
Allow --kubernetes-version to be specified without the leading v
2019-06-24 13:03:34 +08:00
Thomas Strömberg ce74af2d08
Merge pull request #4455 from djmgit/sudo_message
Provide warning message for unnecessary sudo
2019-06-24 12:58:41 +08:00
Thomas Strömberg a702ce659d
Merge pull request #4562 from kubernetes/demo
Universally redirect stdlog messages to glog
2019-06-24 11:52:22 +08:00
Thomas Stromberg 7d394fa597 Add missing import and parens 2019-06-24 11:42:05 +08:00
Thomas Stromberg 76dfdb0269 Bump Makefile version to v1.2.0 to prepare for a release 2019-06-24 11:38:56 +08:00
Thomas Strömberg fa54e2ab9f
Merge pull request #4559 from afbjorklund/markdownlint-new
Make markdownlint happy about whitespace
2019-06-24 10:37:01 +08:00
Thomas Stromberg a9ec145bcb Allow --kubernetes-version to be specified without the leading v 2019-06-24 10:29:09 +08:00
Thomas Strömberg d0a77c1dab
Merge pull request #4567 from kubernetes/issue-langs
Adjustment titles of Chinese & English issue template titles
2019-06-24 10:00:46 +08:00
Thomas Strömberg e1f8446886
Merge pull request #4421 from afbjorklund/podman-run
Enable running containers with Podman
2019-06-24 09:49:05 +08:00
Thomas Stromberg 48eb7e867a Try a longer name to see if it it will make zh-CN show up in GitHub 2019-06-24 09:48:27 +08:00
Thomas Stromberg feed7a5889 Simplify English about description 2019-06-24 09:44:19 +08:00
Thomas Strömberg 9d58040dd0
Merge pull request #4566 from kubernetes/issue-langs
Use non-list YAML format for issue labels, simplify text
2019-06-24 09:43:38 +08:00
Thomas Stromberg e9f499a84b Merge 2019-06-24 09:37:55 +08:00
Thomas Stromberg 80ded8a1c5 Use inline label format, simplify reporting text 2019-06-24 09:35:17 +08:00
Thomas Stromberg 53eddb4e64 Rename en-US so that it comes first in list 2019-06-24 09:35:01 +08:00
Thomas Stromberg 31354884a5 run goimports 2019-06-23 21:11:42 +08:00
Thomas Stromberg 742dee9e4c Turn console output message into less noisy info message 2019-06-23 21:03:42 +08:00
Thomas Stromberg abff28db7e Universally redirect stdlog messages to glog 2019-06-23 20:58:11 +08:00
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