Commit Graph

4817 Commits (10f61d83f8c4bdb2ef259edbf7ec6fe169cc0cab)

Author SHA1 Message Date
Thomas Strömberg f85bed1150
Merge pull request #9753 from blueelvis/'bug/9078-tunnel-windows-docker'
Fix minikube tunnel for Docker on Windows
2020-12-15 07:59:44 -08:00
Jituri, Pranav a8463f3453
fix linting errors 2020-12-15 18:25:10 +05:30
Jituri, Pranav ce17200bd8
address review comment 2020-12-15 18:09:43 +05:30
Thomas Strömberg a60e2645f2
Merge pull request #9932 from kubernetes/br_netfilter2
wsl2: log warning if br_netfilter cannot be enabled rather than fatally exit
2020-12-11 14:42:28 -08:00
Steven Powell 12893a6121 Fixed output on back to back spinner steps 2020-12-11 14:53:43 -07:00
Thomas Stromberg 789610bbaf Log warning if br_netfilter cannot be enabled rather than fatally exiting 2020-12-11 10:58:46 -08:00
Thomas Strömberg b4bf2bde33
Merge pull request #9866 from afbjorklund/podman-network-fix
Fix podman network inspect format and error
2020-12-11 10:20:46 -08:00
Medya Ghazizadeh 442a9cf2d3
Merge pull request #9911 from medyagh/update_kicbase_16_1
Update kicbase 15 snapshot4 on head
2020-12-10 16:55:28 -08:00
Medya Ghazizadeh e96b05e45e
Merge pull request #9875 from sadlil/kindnet-podcidr
Fix multi node two pods getting same IP and nodespec not having PodCIDR
2020-12-10 16:53:29 -08:00
Medya Ghazizadeh 71b0237e5b
Merge pull request #9855 from alonyb/w/add-spinner
Add spinner at preparing Kubernetes...
2020-12-10 16:49:19 -08:00
Medya Ghazizadeh 6b079476c6
Merge pull request #9918 from lingsamuel/remove-verbose-options
Remove verbose options
2020-12-10 15:58:01 -08:00
Anders F Björklund c3d0621d97 Only use sudo with the none driver when on linux 2020-12-10 21:07:10 +01:00
Sadlil fc10bca4ae Enable KindNet CNI only if multi node is specified 2020-12-10 18:40:20 +00:00
alonyb 2d80cfcdb0 fix lint 2020-12-10 09:37:50 -05:00
alonyb 8ee898976a move spinner character const to style 2020-12-10 09:12:24 -05:00
alonyb d47405830c restore unittest 2020-12-10 08:46:20 -05:00
alonyb 277e0961b1 remove param && add spin bool to style enum 2020-12-10 08:39:52 -05:00
Anders F Björklund a6941f21ca Fix podman network inspect format and error
Somehow this ended up with the docker network inspect format,
instead of the CNI based one used by podman network inspect ?
2020-12-10 07:32:34 +01:00
Ling Samuel 634f0ae0a9
Remove verbose options 2020-12-10 14:29:38 +08:00
Medya Gh d3c375420e bump kicbase on head v0.0.15-snapshot4 2020-12-09 17:32:46 -08:00
Medya Gh a55a0b0286 bump kicbase on head 2020-12-09 17:20:09 -08:00
Medya Ghazizadeh ead11c65cd
Merge pull request #9897 from medyagh/update_k8s_version20
update default kubernetes version to 1.20.0
2020-12-09 16:29:03 -08:00
alonyb f729145c83 fix lint 2020-12-09 18:36:30 -05:00
alonyb e7ca2921fa change more false by constant 2020-12-09 18:31:21 -05:00
alonyb 42aac91acd remove bool var from String func 2020-12-09 18:22:22 -05:00
alonyb c24eda630c change false to constant 2020-12-09 18:17:01 -05:00
Medya Ghazizadeh 6eadee30b8
Merge pull request #9802 from afbjorklund/podman-host-cleanup
Some more cleanup of missing code for podman-env
2020-12-09 15:00:37 -08:00
Medya Gh f6f5253770 newest v1.20.0 2020-12-09 14:41:15 -08:00
Anders F Björklund d14015de33 Run gofmt on the code and not just goimports
This is just whitespaces change, to avoid lint
2020-12-09 22:52:09 +01:00
Anders F Björklund 2591be695b Remove warning for using podman v2 with driver
Being experimental is probably warning enough

Podman 2.1 should be similar to 1.9 in support
2020-12-09 22:16:04 +01:00
Medya Gh 564e74c635 update default kubernetes version to 1.20.0 2020-12-09 12:30:50 -08:00
Thomas Strömberg c0a092e6af
Merge pull request #9379 from Git-Jiro/none_driver_nonroot
Make none driver work as regular user (use sudo on demand)
2020-12-09 10:21:49 -08:00
alonyb 032b43c5b7 fix lint 2020-12-09 09:35:47 -05:00
alonyb 73ea4f2555 add comment and fix bool param 2020-12-09 09:34:18 -05:00
alonyb 8d11d8b0f5 Merge branch 'master' of https://github.com/alonyb/minikube into w/add-spinner 2020-12-09 09:12:09 -05:00
Jituri, Pranav 74cdda9e9a
Resolve review comments 2020-12-09 16:54:19 +05:30
Medya Gh 0e85b1819a bump kic base on head 2020-12-08 13:49:17 -08:00
alonyb e09dcaa941 Merge branch 'w/add-spinner' of https://github.com/alonyb/minikube into w/add-spinner 2020-12-08 16:46:10 -05:00
alonyb a763e05b16 change bool to second parameter 2020-12-08 16:46:02 -05:00
Ruben Baez b330cdb29c
Merge branch 'master' into w/add-spinner 2020-12-08 14:39:44 -05:00
Medya Ghazizadeh 0898ca21e4
Merge pull request #9801 from afbjorklund/podman-env-existing
Add support for restoring existing podman env
2020-12-08 10:25:50 -08:00
Medya Ghazizadeh 268a9386e7
Merge pull request #9844 from ilya-zuyev/gh_9754_downloadprogress_currentstep
Set 'currentstep' for PullingBaseImage json event
2020-12-08 10:17:07 -08:00
Sadlil ff4e7752c0 Fix pod networking for multi node kindnet cni cluster 2020-12-07 15:50:55 +00:00
alonyb 32bb174a9d fix lint goimports 2020-12-07 09:56:16 -05:00
alonyb 64f4895758 fix lint if statement 2020-12-07 09:55:56 -05:00
Ilya Zuyev f0b329142d Add a comment about new steps 2020-12-06 20:37:38 -08:00
alonyb f7abca67f7 remove comment line 2020-12-06 21:55:41 -05:00
alonyb 33b6e9a70e add spinner param in step func 2020-12-06 21:21:25 -05:00
Medya Ghazizadeh 114faa7d97
Merge pull request #9797 from msedzins/issue_9335
Ability to use a custom TLS certificate with the Ingress
2020-12-04 12:45:51 -08:00
alonyb 994ff36e30 restore break line 2020-12-04 11:24:36 -05:00