Medya Ghazizadeh
7747655476
Merge pull request #9535 from afbjorklund/podman2-env
...
Add support for podman v2 to podman-env command
2020-11-06 12:17:52 -08:00
Medya Ghazizadeh
939d2d5575
Merge pull request #9536 from afbjorklund/kubernetesui-docker.io
...
Add docker.io repo prefix to the dashboard images
2020-11-06 12:17:11 -08:00
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
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
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
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
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
bfefa72815
Split template for podman v1 and v2 into two vars
2020-11-01 15:14: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
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
Thomas Strömberg
283ec82370
Merge pull request #9445 from aledbf/ingress
...
Update ingress-nginx image to v0.40.2
2020-10-30 12:48:12 -07:00
Priya Wadhwa
82b31e2f7f
minikube MEP for tracing
2020-10-30 11:41:05 -07:00
Priya Wadhwa
3c8d3cad7c
Merge branch 'master' of https://github.com/kubernetes/minikube into json-output-stop
2020-10-29 13:44:32 -07:00
Sharif Elgamal
73e27e4a2c
Merge pull request #9578 from sharifelgamal/kc-direct
...
Fix minikube kubectl direct call test by allowing users to specify context
2020-10-28 17:36:55 -07:00
Predrag Rogic
e38d49a2a8
hack/update: kicbase version
2020-10-28 22:33:39 +00:00
Predrag Rogic
73c43e5b74
hack/update: golang version
2020-10-28 22:24:40 +00:00
Predrag Rogic
e038c7b9ae
windows test results
2020-10-28 22:08:50 +00:00
Predrag Rogic
d1ce51e72a
fix multiline env vars
2020-10-28 22:08:50 +00:00
Predrag Rogic
c9de008fcf
match remaining set-env
2020-10-28 22:08:50 +00:00
Predrag Rogic
cbe44dd255
replace set-env with Env Files in GitHub Actions
2020-10-28 22:08:43 +00:00
Priya Wadhwa
b37af7b7ca
Merge branch 'master' of https://github.com/kubernetes/minikube into json-output-stop
2020-10-28 15:04:20 -07:00
Priya Wadhwa
91629c22c9
remove debugging
2020-10-28 14:03:11 -07:00
Priya Wadhwa
35c33c1ac6
Add stop, pause and unpause to integration test
2020-10-28 13:58:53 -07:00
Priya Wadhwa
d9dc4efa4d
update docs
2020-10-28 13:16:25 -07:00