Commit Graph

4805 Commits (12893a6121d39ae4c3d2f2f7b4d9cfb3fa9f605f)

Author SHA1 Message Date
Steven Powell 12893a6121 Fixed output on back to back spinner steps 2020-12-11 14:53:43 -07: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
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
alonyb f37a4aaa14 remove windows break line 2020-12-04 06:32:19 -05:00
alonyb 88947d6e0f add break line in windows case 2020-12-04 06:26:29 -05:00
Ilya Zuyev 68a1b54112 set currentstep for DownloadProgress 2020-12-03 17:46:41 -08:00
Medya Ghazizadeh 8fc54b430b
Merge pull request #9716 from afbjorklund/podman-network
Add private network implementation for podman
2020-12-02 14:16:41 -08:00
Medya Ghazizadeh c90956172c
Merge pull request #9822 from medyagh/storage_prov_v4
bump storage provsioner to multi arch
2020-12-02 13:57:37 -08:00
Medya Gh 8916ac46ea update storage provsioner 2020-12-02 13:08:54 -08:00