Commit Graph

12326 Commits (c1be32529f300d5cc9e56f358125ce642b97275f)

Author SHA1 Message Date
Priya Wadhwa c1be32529f Merge branch 'master' of https://github.com/kubernetes/minikube into schedule-stop-unix 2020-11-06 14:59:24 -08:00
priyawadhwa 18b0c00698
Merge pull request #9622 from priyawadhwa/help
Update docs to include --help flag
2020-11-06 14:57:51 -08:00
Medya Ghazizadeh 9afe7c6203
Merge pull request #9604 from medyagh/bump_kicbase
Bump kicbase on head
2020-11-06 14:31:16 -08:00
Priya Wadhwa 760ad89f1f Update docs to include --help flag 2020-11-06 13:43:54 -08:00
Priya Wadhwa 0ee5a38681 update docs 2020-11-06 13:42:15 -08:00
Priya Wadhwa e050e8c9bd Merge branch 'master' of https://github.com/kubernetes/minikube into schedule-stop-unix 2020-11-06 13:41:53 -08:00
Medya Ghazizadeh 331b64d3b2
Merge pull request #9480 from prezha/fix-kubernetes-version
get greatest instead of just latest Kubernetes version
2020-11-06 12:30:02 -08:00
Medya Ghazizadeh 3bb967a0b4
Merge pull request #9506 from prezha/add-namespace-support
new flag  --namespace
2020-11-06 12:20:09 -08:00
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
Priya Wadhwa 129f6d4a22 go mod tidy 2020-11-06 11:59:46 -08:00
Priya Wadhwa a00b7a38e2 Use DurationVar instead of StringVar for flag 2020-11-06 11:58:21 -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
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
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
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
Predrag Rogic 20a1274c7c
implement "--log_file" and "--log_dir" for klog 2020-10-31 19:57:25 +00: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 a2d00e534d remove my forked dependency now that https://github.com/VividCortex/godaemon/pull/28 merged 2020-10-30 11:19:13 -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