Commit Graph

12741 Commits (a55a0b0286f91da1f03bf1d8105d21b51a6a9ba9)

Author SHA1 Message Date
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
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
Ilya Zuyev 43a4b62b68 Remove excessive logging 2020-10-30 13:27:29 -07:00
Jituri, Pranav 5e86e783d2
Add hyperv permission health check 2020-10-31 01:20:37 +05:30
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
Predrag Rogic e38d49a2a8
hack/update: kicbase version 2020-10-28 22:33:39 +00:00