Commit Graph

12957 Commits (3dac483db9c5511056865c448be3121f97a6a796)

Author SHA1 Message Date
priyawadhwa 80c7094ca3
Merge pull request #9587 from priyawadhwa/trace-mep
MEP for adding OpenTelemetry tracing to minikube
2020-11-06 11:57:18 -08:00
priyawadhwa 31e7b3c4e4
Merge pull request #9613 from peterlin741/issue-9247-profile-mssg
Improving log message when profile not found
2020-11-06 11:50:52 -08:00
Priya Wadhwa 7788cb93d8 Merge branch 'master' of https://github.com/kubernetes/minikube into schedule-stop-unix 2020-11-06 11:38:26 -08:00
priyawadhwa ac898f8c08
Merge pull request #9614 from prezha/fix-help-flag
fix help flag 'pflag: help requested' error
2020-11-06 11:11:48 -08:00
Predrag Rogic 7d99c66efa
fix help flag 'pflag: help requested' error 2020-11-06 02:42:52 +00:00
Peter Lin 6fc6bfc0d0 Ran go run cmd/extract/extract.go
Compiling translation strings...
Writing to de.json (51 translated, 687 untranslated)
Writing to es.json (51 translated, 687 untranslated)
Writing to fr.json (161 translated, 577 untranslated)
Writing to ja.json (281 translated, 457 untranslated)
Writing to ko.json (137 translated, 601 untranslated)
Writing to pl.json (82 translated, 656 untranslated)
Writing to zh-CN.json (214 translated, 524 untranslated)
Done! to make sure all strings are up to date
2020-11-05 21:10:04 -05:00
Peter Lin 78a692cf41 Updating log messages 2020-11-05 21:06:29 -05:00
Medya Ghazizadeh ffaa39afd7
Merge pull request #9611 from medyagh/makefile_kcbasae_imp
improve makefile in building kicbase
2020-11-05 15:30:44 -08:00
Medya Gh 57ff0fa687 spleling 2020-11-05 15:07:56 -08:00
Medya Gh b6d83e4e01 improve makefile in building kicbase 2020-11-05 15:01:17 -08:00
Medya Gh df163649d5 fix new line 2020-11-05 14:54:37 -08:00
Medya Gh 9aff821dee revert unrelated changes to another PR 2020-11-05 14:53:48 -08:00
Priya Wadhwa 19b2be23bc fix merge conflict 2020-11-05 14:31:39 -08:00
Sharif Elgamal dc4f326416
Adding ilya-zuyev as a reviewer 2020-11-05 14:23:16 -08:00
Medya Gh 30e9a059c4 update docs 2020-11-05 12:51:18 -08:00
Medya Gh 9b00954d68 adjust make target 2020-11-05 12:45:17 -08:00
Medya Gh 80566956d6 bump kicbase 2020-11-05 12:36:40 -08:00
Priya Wadhwa f869ca5e91 fix merge conflict 2020-11-05 09:44:47 -08:00
Predrag Rogic 15c8fa9f16
revert go.mod changes
upgrade spf13/cobra from v1.0.0 to v1.1.1 will probably have side-effects and tests failing, ie:

'make test' suddently starting to report issues, like:

--- FAIL: TestGenerateDocs (0.02s)
    --- FAIL: TestGenerateDocs/pause (0.00s)
        generate-docs_test.go:47: Docs are not updated. Please run `make generate-docs` to update commands documentation:   strings.Join({
              	... // 9 identical lines
              	"pause Kubernetes",
              	"",
            + 	"### Synopsis",
            + 	"",
            + 	"pause Kubernetes",
            + 	"",
              	"```",
              	"minikube pause [flags]",
              	... // 30 identical lines
              }, "\n")
    --- FAIL: TestGenerateDocs/unpause (0.01s)
        generate-docs_test.go:47: Docs are not updated. Please run `make generate-docs` to update commands documentation:   strings.Join({
              	... // 9 identical lines
              	"unpause Kubernetes",
              	"",
            + 	"### Synopsis",
            + 	"",
            + 	"unpause Kubernetes",
            + 	"",
              	"```",
              	"minikube unpause [flags]",
              	... // 30 identical lines
              }, "\n")
2020-11-04 22:14:00 +00:00
Predrag Rogic d49f4173b3
update --namespace flag description 2020-11-04 22:14:00 +00:00
Predrag Rogic 3427f078c3
add support for namespace 2020-11-04 22:13:45 +00:00
Thomas Strömberg 23d1f4791d
Merge pull request #9597 from prezha/update-klog-version-to-v2.4.0
update klog version to v2.4.0
2020-11-04 13:13:30 -08:00
Thomas Strömberg baf89eae60
Merge pull request #9599 from MaXinjian/comment
jenkins/common.sh: Fix comment typo
2020-11-04 13:12:43 -08:00
Thomas Strömberg 0c9d612e75
Merge pull request #9508 from tstromberg/cgroupfs
Remove hard-coded list of valid cgroupfs mountpoints to bind mount
2020-11-04 11:04:08 -08:00
Medya Ghazizadeh 77ce3392d3
Merge pull request #9592 from prezha/implement-log_file-and-log_dir
implement "--log_file" and "--log_dir" for klog
2020-11-03 20:29:24 -08:00
Michael Ryan Dempsey 30a48d7b57
Update documentation 2020-11-03 10:59:27 -08:00
Michael Ryan Dempsey 7a133bd17e
improve parsing of start flag apiserver-names 2020-11-03 10:59:26 -08:00
vinu2003 ec8e2a4f9c Added check to verify profile path exists 2020-11-03 23:25:32 +11:00
Ma Xinjian bd9de07865 fix small typo
Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
2020-11-03 14:57:24 +08:00
Predrag Rogic 80dbe48a50
update klog version to v2.4.0 2020-11-02 23:47:12 +00:00
Anders F Björklund 274be7f52d Split template for docker tcp and ssh in two vars 2020-11-01 15:15:06 +01:00
Anders F Björklund bfefa72815 Split template for podman v1 and v2 into two vars 2020-11-01 15:14:20 +01:00
Martin Schimandl 427daf6e79 Check if user has sudo permissions 2020-11-01 15:08:52 +01:00
Anders F Björklund b57bf9abcf Refactor dockerUnsetScript with a helper function 2020-11-01 15:07:02 +01:00
Martin Schimandl 4da751f5d7 Make none driver work as regular user (use sudo on demand) 2020-11-01 14:54:20 +01:00
Anders F Björklund 9f983a8f99 Refactor podmanUnsetScript with a helper function 2020-11-01 14:46:13 +01:00
Yehiyam Livneh 40736fe6ab add ImageRepository to addons templayes 2020-11-01 09:05:31 +02:00
Predrag Rogic 20a1274c7c
implement "--log_file" and "--log_dir" for klog 2020-10-31 19:57:25 +00:00
Jituri, Pranav 5202288dde
Fix error collide with interface 2020-10-31 16:55:46 +05:30
Jituri, Pranav d415adfe9a
Resolve review comments 2020-10-31 16:53:43 +05:30
vinu2003 bfd2da1b65 removed setEventLogPath for stop process 2020-10-31 18:12:39 +11:00
Medya Ghazizadeh 35048f97da
Merge pull request #9531 from prezha/hack-update--golang-version
hack/update: golang version
2020-10-30 18:44:32 -05:00
Medya Ghazizadeh a67acc2e33
Merge pull request #9576 from priyawadhwa/json-output-stop
Add JSON output to stop, pause and unpause
2020-10-30 18:42:57 -05:00
Medya Ghazizadeh a7b8f20ec2
Merge pull request #9523 from afbjorklund/buildroot-2020.02.7
Upgrade buildroot and kernel minor version
2020-10-30 18:41:05 -05:00
Medya Ghazizadeh f9c90ac801
Merge pull request #9542 from prezha/replace-set-env-in-github-actions
replace set-env with Env Files in GitHub Actions
2020-10-30 18:38:56 -05:00
Ilya Zuyev 69c2b01660 Fix shell arg parsing 2020-10-30 14:39:59 -07:00
Ilya Zuyev 996b05bfc1 Add 127.0.0.1 to ssl cert even if external docker host is used 2020-10-30 14:13:43 -07:00
Ilya Zuyev d5a092c3c7 Add unit tests for oci.DaemonHost() 2020-10-30 14:00:52 -07:00
Ilya Zuyev c97cd912f1 Rename oci.RuntimeHost() -> oci.DaemonHost() 2020-10-30 13:44:34 -07:00
Ilya Zuyev 72b710af03 Fix warning about listening to 0.0.0.0 2020-10-30 13:41:06 -07:00