Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --network flag to select docker network to run with docker driver #9538

Merged
merged 24 commits into from
Dec 24, 2020

Conversation

priyawadhwa
Copy link

Users can now select the network they want to run the docker driver with. If left empty, we will default to creating a new network so that static IP changes can be maintained. Users can go back to using default network by running:

minikube start --docker-network=bridge

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 23, 2020
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Oct 23, 2020
@priyawadhwa
Copy link
Author

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Oct 23, 2020
@minikube-pr-bot
Copy link

kvm2 Driver
error collecting results for kvm2 driver: timing run 0 with Minikube (PR 9538): timing cmd: [/home/performance-monitor/.minikube/minikube-binaries/9538/minikube start --driver=kvm2]: starting cmd: fork/exec /home/performance-monitor/.minikube/minikube-binaries/9538/minikube: exec format error
docker Driver
error collecting results for docker driver: timing run 0 with Minikube (PR 9538): timing cmd: [/home/performance-monitor/.minikube/minikube-binaries/9538/minikube start --driver=docker]: starting cmd: fork/exec /home/performance-monitor/.minikube/minikube-binaries/9538/minikube: exec format error

Copy link
Member

@medyagh medyagh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there should be added a warnning if using Bridge network, minikube will not have static IP.

since bridge network is not controlable by non-docker itsef

cmd/minikube/cmd/start_flags.go Outdated Show resolved Hide resolved
@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: 63.9s 61.9s 59.4s
Average time for minikube: 61.7s

Times for Minikube (PR 9538): 62.5s 56.8s 58.1s
Average time for Minikube (PR 9538): 59.1s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.14.0 on Debian   | 0.1s     | 0.0s               |
|                           9.11 |          |                    |
| * Using the kvm2 driver based  | 0.0s     | 0.0s               |
| on user configuration          |          |                    |
| * Starting control plane node  | 0.0s     | 0.0s               |
| minikube in cluster minikube   |          |                    |
| * Creating kvm2 VM (CPUs=2,    | 36.1s    | 32.7s              |
| Memory=3700MB, Disk=20000MB)   |          |                    |
| ...                            |          |                    |
| * Preparing Kubernetes v1.19.2 | 23.5s    | 24.3s              |
| on Docker 19.03.12 ...         |          |                    |
| * Verifying Kubernetes         | 1.6s     | 1.7s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.4s     | 0.7s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
|                                | 0.0s     | 0.0s               |
| * Want kubectl v1.19.2? Try    |          |                    |
| 'minikube kubectl -- get pods  |          |                    |
| -A'                            |          |                    |
| * Done! kubectl is now         |          |                    |
| configured to use "minikube"   |          |                    |
| by default                     |          |                    |
+--------------------------------+----------+--------------------+

docker Driver
Times for minikube: 30.2s 27.4s 31.9s
Average time for minikube: 29.8s

Times for Minikube (PR 9538): 28.3s 29.6s 28.2s
Average time for Minikube (PR 9538): 28.7s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.14.0 on Debian   | 0.2s     | 0.2s               |
|                           9.11 |          |                    |
| * Using the docker driver      | 0.1s     | 0.1s               |
| based on user configuration    |          |                    |
| * Starting control plane node  | 0.1s     | 0.1s               |
| minikube in cluster minikube   |          |                    |
| * Creating docker container    | 9.3s     | 9.3s               |
| (CPUs=2, Memory=3700MB) ...    |          |                    |
| * Preparing Kubernetes v1.19.2 | 19.0s    | 17.9s              |
| on Docker 19.03.8 ...          |          |                    |
| * Verifying Kubernetes         | 1.0s     | 1.1s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.1s     | 0.1s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
|                                | 0.0s     | 0.0s               |
| * Want kubectl v1.19.2? Try    |          |                    |
| 'minikube kubectl -- get pods  |          |                    |
| -A'                            |          |                    |
| * Done! kubectl is now         |          |                    |
| configured to use "minikube"   |          |                    |
| by default                     |          |                    |
+--------------------------------+----------+--------------------+

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 24, 2020
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 26, 2020
@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: 65.1s 61.5s 58.2s
Average time for minikube: 61.6s

Times for Minikube (PR 9538): 61.2s 59.7s 60.9s
Average time for Minikube (PR 9538): 60.6s

Averages Time Per Log

+-------------------------------------------------------------+----------+--------------------+
|                             LOG                             | MINIKUBE | MINIKUBE (PR 9538) |
+-------------------------------------------------------------+----------+--------------------+
| * minikube v1.14.0 on Debian                                | 0.0s     | 0.0s               |
|                                                        9.11 |          |                    |
| * Using the kvm2 driver based                               | 0.0s     | 0.0s               |
| on user configuration                                       |          |                    |
| * minikube 1.14.1 is available! Download it:                | 0.0s     |                    |
| https://github.com/kubernetes/minikube/releases/tag/v1.14.1 |          |                    |
| * To disable this notice,                                   | 0.0s     |                    |
| run: 'minikube config set                                   |          |                    |
| WantUpdateNotification false'                               |          |                    |
|                                                             | 0.0s     | 0.0s               |
| * Starting control plane node                               |          |                    |
| minikube in cluster minikube                                |          |                    |
| * Creating kvm2 VM (CPUs=2,                                 |          |                    |
| Memory=3700MB, Disk=20000MB)                                |          |                    |
| ...                                                         |          |                    |
| * Preparing Kubernetes v1.19.2                              |          |                    |
| on Docker 19.03.12 ...                                      |          |                    |
| * Verifying Kubernetes                                      |          |                    |
| components...                                               |          |                    |
| * Enabled addons:                                           |          |                    |
| default-storageclass,                                       |          |                    |
| storage-provisioner                                         |          |                    |
|                                                             |          |                    |
| * Want kubectl v1.19.2? Try                                 |          |                    |
| 'minikube kubectl -- get pods                               |          |                    |
| -A'                                                         |          |                    |
| * Done! kubectl is now                                      |          |                    |
| configured to use "minikube"                                |          |                    |
| by default                                                  |          |                    |
+-------------------------------------------------------------+----------+--------------------+

docker Driver
Times for minikube: 29.4s 29.7s 28.8s
Average time for minikube: 29.3s

Times for Minikube (PR 9538): 29.0s 28.8s 28.8s
Average time for Minikube (PR 9538): 28.8s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.14.0 on Debian   | 0.2s     | 0.2s               |
|                           9.11 |          |                    |
| * Using the docker driver      | 0.1s     | 0.1s               |
| based on user configuration    |          |                    |
| * Starting control plane node  | 0.1s     | 0.1s               |
| minikube in cluster minikube   |          |                    |
| * Creating docker container    | 9.1s     | 9.1s               |
| (CPUs=2, Memory=3700MB) ...    |          |                    |
| * Preparing Kubernetes v1.19.2 | 18.7s    | 18.2s              |
| on Docker 19.03.8 ...          |          |                    |
| * Verifying Kubernetes         | 1.0s     | 1.1s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.1s     | 0.1s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
|                                | 0.0s     | 0.1s               |
| * Want kubectl v1.19.2? Try    |          |                    |
| 'minikube kubectl -- get pods  |          |                    |
| -A'                            |          |                    |
| * Done! kubectl is now         |          |                    |
| configured to use "minikube"   |          |                    |
| by default                     |          |                    |
+--------------------------------+----------+--------------------+

@priyawadhwa priyawadhwa changed the title Add --docker-network flag to select docker network to run with docker driver Add --network flag to select docker network to run with docker driver Oct 26, 2020
@priyawadhwa
Copy link
Author

@medyagh now that we have the MTU fix in, do you think it's worth it to add this flag? I'm worried it won't be particularly useful and we're just adding another flag option to minikube start

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: 61.7s 61.3s 60.0s
Average time for minikube: 61.0s

Times for Minikube (PR 9538): 62.6s 61.1s 60.0s
Average time for Minikube (PR 9538): 61.3s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.14.0 on Debian   | 0.0s     |                    |
|                           9.11 |          |                    |
| * Using the kvm2 driver based  | 0.0s     | 0.0s               |
| on user configuration          |          |                    |
| * Starting control plane node  | 0.0s     | 0.0s               |
| minikube in cluster minikube   |          |                    |
| * Creating kvm2 VM (CPUs=2,    | 35.6s    | 34.2s              |
| Memory=3700MB, Disk=20000MB)   |          |                    |
| ...                            |          |                    |
| * Preparing Kubernetes v1.19.2 | 23.5s    | 24.4s              |
| on Docker 19.03.12 ...         |          |                    |
| * Verifying Kubernetes         | 1.4s     | 1.7s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.5s     | 0.1s               |
| default-storageclass,          |          |                    |
| storage-provisioner            |          |                    |
|                                | 0.0s     | 0.0s               |
| * Want kubectl v1.19.2? Try    |          |                    |
| 'minikube kubectl -- get pods  |          |                    |
| -A'                            |          |                    |
| * Done! kubectl is now         |          |                    |
| configured to use "minikube"   |          |                    |
| by default                     |          |                    |
+--------------------------------+----------+--------------------+

docker Driver
Times for minikube: 29.7s 28.5s 28.4s
Average time for minikube: 28.9s

Times for Minikube (PR 9538): 29.3s 28.7s 29.8s
Average time for Minikube (PR 9538): 29.3s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.14.0 on Debian   | 0.2s     |                    |
|                           9.11 |          |                    |
| * Using the docker driver      | 0.1s     | 0.1s               |
| based on user configuration    |          |                    |
| * Starting control plane node  | 0.1s     | 0.1s               |
| minikube in cluster minikube   |          |                    |
| * Creating docker container    | 9.4s     | 9.1s               |
| (CPUs=2, Memory=3700MB) ...    |          |                    |
| * Preparing Kubernetes v1.19.2 | 17.9s    | 18.7s              |
| on Docker 19.03.8 ...          |          |                    |
| * Verifying Kubernetes         | 1.1s     | 1.0s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.1s     | 0.1s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
|                                | 0.1s     | 0.1s               |
| * Want kubectl v1.19.2? Try    |          |                    |
| 'minikube kubectl -- get pods  |          |                    |
| -A'                            |          |                    |
| * Done! kubectl is now         |          |                    |
| configured to use "minikube"   |          |                    |
| by default                     |          |                    |
+--------------------------------+----------+--------------------+

@TravisBuddy
Copy link

Travis tests have failed

Hey @priyawadhwa,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

make test
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.15.2.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.15.2.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
MINIKUBE_LDFLAGS="-X k8s.io/minikube/pkg/version.version=v1.14.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.14.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="1e1870f0e2d5b280415167855e336aa24517af8f" -X k8s.io/minikube/pkg/version.storageProvisionerVersion=v3" ./test.sh
= schema_check ==========================================================
go: downloading github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
ok
= go test ===============================================================
go: downloading github.com/machine-drivers/machine v0.7.1-0.20200810185219-7d42fed1b770
go: downloading k8s.io/api v0.17.3
go: downloading k8s.io/client-go v0.17.3
go: downloading k8s.io/klog v1.0.0
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading k8s.io/kubernetes v1.18.5
go: downloading github.com/pkg/errors v0.9.1
go: downloading k8s.io/apimachinery v0.17.3
go: downloading k8s.io/klog/v2 v2.3.0
go: downloading k8s.io/kubectl v0.17.3
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading github.com/spf13/viper v1.7.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/magiconair/properties v1.8.1
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading github.com/google/gofuzz v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200902152226-fbad78ec2813
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading github.com/spf13/cobra v1.0.0
go: downloading golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/imdario/mergo v0.3.9
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner/v5 v5.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading github.com/otiai10/copy v1.0.2
go: downloading github.com/prometheus/client_golang v1.4.1
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading cloud.google.com/go v0.57.0
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/golang/protobuf v1.4.2
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading github.com/google/go-github v17.0.0+incompatible
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading github.com/go-logr/logr v0.2.0
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading github.com/prometheus/procfs v0.0.8
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20201020145846-c0da14b4bffe
go: downloading github.com/json-iterator/go v1.1.9
go: downloading google.golang.org/protobuf v1.24.0
go: downloading github.com/prometheus/common v0.9.1
go: downloading google.golang.org/api v0.25.0
go: downloading golang.org/x/text v0.3.2
go: downloading k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/aws/aws-sdk-go v1.31.6
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading google.golang.org/grpc v1.29.1
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading github.com/cespare/xxhash/v2 v2.1.1
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/google/go-querystring v1.0.0
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/fatih/color v1.9.0
go: downloading github.com/google/go-cmp v0.4.1
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading sigs.k8s.io/yaml v1.2.0
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading go.opencensus.io v0.22.3
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading go.uber.org/zap v1.10.0
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading github.com/miekg/dns v1.1.27
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading k8s.io/component-base v0.17.3
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
go: downloading go.uber.org/multierr v1.1.0
go: downloading go.uber.org/atomic v1.4.0
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading github.com/jmespath/go-jmespath v0.3.0
go: downloading github.com/evanphx/json-patch v4.5.0+incompatible
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: downloading github.com/pmezard/go-difflib v1.0.0
--- FAIL: TestGenerateDocs (0.02s)
    --- FAIL: TestGenerateDocs/start (0.00s)
        generate-docs_test.go:47: Docs are not updated. Please run `make generate-docs` to update commands documentation:   strings.Join({
              	... // 2739 identical bytes
              	"     --docker-env stringArray            Environment variables t",
              	"o pass to the Docker daemon. (format: key=value)\n      --docker-",
            - 	"opt stringArray            Specify arbitrary flags to pass to th",
            - 	"e Docker daemon. (format: key=value)\n      --download-only      ",
            - 	"               If true, only download and cache files for later ",
            - 	"use - don't install or start anything.\n      --driver string    ",
            - 	"                 Used to specify the driver to run Kubernetes in",
            - 	". The list of available drivers depends on operating system.\n   ",
            - 	"   --dry-run ",
            + 	"network string             Docker network to run minikube with. ",
            + 	"Only available with the docker driver. If left empty, minikube w",
            + 	"ill create a new network.\n      --docker-opt stringArray        ",
            + 	"    Specify arbitrary flags to pass to the Docker daemon. (forma",
            + 	"t: key=value)\n      --download-only                     If true,",
            + 	" only download and cache files for later use - don't install or ",
            + 	"start anything.\n      --driver string",
              	"                     ",
            + 	"Used",
              	" ",
            + 	"to",
              	" ",
            + 	"specify",
              	" ",
            - 	"  dry-run mode. Validates configuration, but does not mutate sys",
            - 	"tem state\n      --embed-certs                       if true, wil",
            - 	"l embed the certs in kubeconfig.\n      --enable-default-cni     ",
            - 	"           DEPRECATED: Replaced by --cni=bridge\n      --extra-co",
            - 	"nfig ExtraOption          A set of key=value pairs that describe",
            - 	" configuration that may be passed to different components.\n     ",
            - 	`                                     		The key should be '.' sep`,
            - 	"arated, and the first part before the dot is the component to ap",
            - 	"ply the configuration to.\n",
            + 	"the driver to run Kubernetes in. The list of available drivers d",
            + 	"epends on operating system.\n      --dry-run                     ",
            + 	"      dry-run mode. Validates configuration, but does not mutate",
            + 	" system state\n      --embed-certs                       if true,",
            + 	" will embed the certs in kubeconfig.\n      --enable-default-cni ",
            + 	"               DEPRECATED: Replaced by --cni=bridge\n      --extr",
            + 	"a-config ExtraOption          A set of key=value pairs that desc",
            + 	"ribe configuration that may be passed to different components.\n ",
            + 	"                      ",
              	"                   ",
            + 	`		The`,
              	" ",
            + 	"key",
              	" ",
            + 	"should",
              	" ",
            + 	"be",
              	" ",
            + 	"'.'",
              	" ",
            + 	"separated,",
              	" ",
            + 	"and",
              	" ",
            + 	"the",
              	" ",
            + 	"first",
              	" ",
            + 	"part",
              	" ",
            + 	"before",
              	" ",
            + 	"the",
              	" ",
            + 	"dot",
              	" ",
            + 	"is",
              	" ",
            + 	"the",
              	" ",
            + 	"component",
              	" ",
            + 	"to",
              	" ",
            + 	"apply",
              	" ",
            - 	`     		Valid components are: kubelet, kubeadm, apiserver, contro`,
            - 	"ller-manager, etcd, proxy, scheduler\n",
            + 	"the configuration to.\n       ",
              	"                                   ",
            + 	`		Valid`,
              	" ",
            + 	"components",
              	" ",
            + 	"are:",
              	" ",
            + 	"kubelet,",
              	" ",
            - 	`   		Valid kubeadm parameters: ignore-preflight-errors, dry-run,`,
            - 	" kubeconfig, kubeconfig-dir, node-name, cri-socket, experimental",
            - 	"-upload-certs, certificate-key, rootfs, skip-phases, pod-network",
            - 	"-cidr\n      --feature-gates string              A set of key=val",
            - 	"ue pairs that describe feature gates for alpha/experimental feat",
            - 	"ures.\n      --force                             Force minikube t",
            - 	"o perform possibly dangerous operations\n      --force-systemd   ",
            - 	"                  If set, force the container runtime to use syt",
            - 	"emd as cgroup manager. Currently available for docker and crio. ",
            - 	"Defaults to false.\n  -h, --help      ",
            + 	"kubeadm, apiserver, controller-manager, etcd, proxy, scheduler\n ",
            + 	`                                         		Valid kubeadm paramet`,
            + 	"ers: ignore-preflight-errors, dry-run, kubeconfig, kubeconfig-di",
            + 	"r, node-name, cri-socket, experimental-upload-certs, certificate",
            + 	"-key, rootfs, skip-phases, pod-network-cidr\n      --feature-gate",
            + 	"s string              A set of key=value pairs that describe fea",
            + 	"ture gates for alpha/experimental features.\n      --force       ",
            + 	"                      Force minikube to perform possibly dangero",
            + 	"us operations\n      --force-systemd",
              	"                     ",
            + 	"If",
              	" ",
            + 	"set,",
              	" ",
            + 	"force",
              	" ",
            - 	"help for start\n      --host-dns-resolver                 Enable ",
            - 	"host resolver for NAT DNS requests (virtualbox driver only) (def",
            - 	"ault true)\n      --host-only-cidr string             The CIDR to",
            - 	" be used for the minikube VM (virtualbox dr",
            + 	"the container runtime to use sytemd as cgroup manager. Currently",
            + 	" available for docker and crio. Defaults to false.\n  -h, --help ",
            + 	"                             help for start\n      --host-dns-res",
            + 	"olver                 Enable host resolver for NAT DNS requests ",
            + 	"(virtualbox dr",
              	"iver only) (default ",
            - 	`"192.168.99.1/24"`,
            + 	"true",
              	")\n      --host-only-",
            - 	"nic-type string         NIC Type used for host only network. One",
            - 	" of Am79C970A, Am79C973, 82540EM, 82543GC, 82545EM, or virtio (v",
            - 	"irtualbox driver only) (default \"virtio\")\n      --hyperkit-vpnki",
            - 	"t-sock string       Location of the VPNKit socket used for netwo",
            - 	"rking. If empty, disables Hyperkit VPNKitSock, if 'auto' uses Do",
            - 	"cker for Mac VPNKit connection, otherwise uses the specified VSo",
            - 	"ck (hyperkit driver only)\n      --hyperkit-vsock-ports strings  ",
            - 	"    List of guest VSock ports that should be exposed as sockets ",
            - 	"on the host (hyperkit driver only)\n      --hyperv-external-adapt",
            - 	"er string    External Adapter on which external switch will be c",
            - 	"reated if no external switch is found. (hyperv driver only)\n    ",
            - 	"  --hyperv-use-external-switch        Whether to use external sw",
            - 	"itch over Default Switch if virtual switch not explicitly specif",
            - 	"ied. (hyperv driver only)\n      --hyperv-virtual-switch string  ",
            - 	"    The hyperv",
            + 	"cidr string             The CIDR to be used for the minikube VM ",
            + 	"(virtualbox driver only) (default \"192.168.99.1/24\")\n      --hos",
            + 	"t-only-nic-type string         NIC Type used for host only netwo",
            + 	"rk. One of Am79C970A, Am79C973, 82540EM, 82543GC, 82545EM, or vi",
            + 	"rtio (virtualbox driver only) (default \"virtio\")\n      --hyperki",
            + 	"t-vpnkit-sock string       Location of the VPNKit socket used fo",
            + 	"r networking. If empty, disables Hyperkit VPNKitSock, if 'auto' ",
            + 	"uses Docker for Mac VPNKit connection, otherwise uses the specif",
            + 	"ied VSock (hyperkit driver only)\n      --hyperkit-vsock-ports st",
            + 	"rings      List of guest VSock ports that should be exposed as s",
            + 	"ockets on the host (hyperkit driver only)\n      --hyperv-externa",
            + 	"l-adapter string    External Adapter on which external switch wi",
            + 	"ll be created if no external switch is found. (hyperv driver onl",
            + 	"y)\n      --hyperv-use-external-switch        Whether to use exte",
            + 	"rnal switch over Default Switch if",
              	" virtual switch n",
            - 	"ame. Defaults to first foun",
            + 	"ot explicitly specifie",
              	"d. (hyperv driver only)\n      --",
            - 	"image-mirror-country string       Country code of the image mirr",
            - 	"or to be used. Leave empty to use the global one. For Chinese ma",
            - 	"inland users, set it to cn.\n      --image-repository string     ",
            - 	"      Alternative image repository to pull docker images from. T",
            - 	"his can be used when you have limited access to gcr.io. Set it t",
            - 	`o "auto" to let minikube decide one for you. For Chinese mainlan`,
            - 	"d users, you may use local gcr.io mirrors such as registry.cn-ha",
            - 	"ngzhou.aliyuncs.com/google_containers\n      --insecure-registry ",
            - 	"strings         Insecure Docker registries to pass to the Docker",
            - 	" daemon.  The default service CIDR range will automatically be a",
            - 	"dded.\n      --install-addons                    If set, install ",
            - 	"addons. Defaults to true. (default true)\n      --interactive    ",
            + 	"hyperv-virtual-switch string      The hyperv virtual switch name",
            + 	". Defaults to first found. (hyperv driver only)\n      --image-mi",
            + 	"rror-country string       Country code of the image mirror to be",
            + 	" used. Leave empty to use the global one. For Chinese mainland u",
            + 	"sers, set it to cn.\n      --image-repository string           Al",
            + 	"ternative image repository to pull docker images from. This can ",
            + 	`be used when you have limited access to gcr.io. Set it to "auto"`,
            + 	" to let minikube decide one for you. For Chinese mainland users,",
            + 	" you may use local gcr.io mirrors such as registry.cn-hangzhou.a",
            + 	"liyuncs.com/google_containers\n      --insecure-registry strings ",
            + 	"        Insecure Docker registries to pass to the Docker daemon.",
            + 	"  The default service CIDR range will automatically be added.\n  ",
            + 	"    --install-addons",
              	"                   ",
            - 	"Allow user prompts for more information",
            + 	" If set, install addons. Defaults to true.",
              	" (default true)\n      ",
            - 	"-",
              	"-",
            - 	"iso-url strings  ",
            + 	"-interactive",
              	"                 ",
            - 	"Locations",
              	" ",
            - 	"to",
              	" ",
            - 	"fetch",
              	" ",
            - 	"the",
              	" ",
            - 	"minikube",
              	" ",
            - 	"ISO from. (default [https://storage.googleapis.com/minikube/iso/",
            - 	"minikube-v1.14.0.iso,https://github.com/kubernetes/minikube/rele",
            - 	"ases/download/v1.14.0/minikube-v1.14.0.iso,https://kubernetes.os",
            - 	"s-cn-hangzhou.aliyuncs.com/minikube/iso/minikube-v1.14.0.iso])\n ",
            - 	"     --keep-context                      This will keep the exis",
            - 	"ting kubectl context and will create a minikube context.\n      -",
            - 	"-kubernetes-version string         The Kubernetes version that t",
            - 	"he minikube VM will use (ex: v1.2.3, 'stable' for v1.19.2, 'late",
            - 	"st' for v1.19.2). Defaults to 'stable'.\n      --kvm-gpu         ",
            - 	"                  Enable experimental NVIDIA GPU support in mini",
            - 	"kube\n      --kvm-hidden",
            + 	" Allow user prompts for more information (default true)\n      --",
            + 	"iso-url strings                   Locations to fetch the minikub",
            + 	"e ISO from. (default [https://storage.googleapis.com/minikube/is",
            + 	"o/minikube-v1.14.0.iso,https://github.com/kubernetes/minikube/re",
            + 	"leases/download/v1.14.0/minikube-v1.14.0.iso,https://kubernetes.",
            + 	"oss-cn-hangzhou.aliyuncs.com/minikube/iso/minikube-v1.14.0.iso])",
            + 	"\n      --keep-context                      This will keep the ex",
            + 	"isting kubectl context and will create a minikube context.\n     ",
            + 	" --kubernetes-version string         The Kubernetes version that",
            + 	" the minikube VM will use (ex: v1.2.3, 'stable' for v1.19.2, 'la",
            + 	"test' for v1.19.2). Defaults to 'stable'.\n      --kvm-gpu",
              	"                        ",
            - 	"Hide",
              	" ",
            - 	"the",
              	" ",
            - 	"hypervisor signature from the guest in minikube (kvm2 driver onl",
            - 	"y)\n      --kvm-network string                The KVM network nam",
            - 	"e. (kvm2 driver only) (default \"default\")\n      --kvm-qemu-uri s",
            - 	"tring",
            + 	" Enable experimental NVIDIA GPU support in minikube\n      --kvm-",
            + 	"hidden                        Hide the hypervisor signature from",
            + 	" the guest in minikube (kvm2 driver only)\n      --kvm-network st",
            + 	"ring ",
              	"               The",
            - 	" KVM QEMU connection URI",
            + 	" KVM network name",
              	`. (kvm2 driver only) (default "`,
            - 	"qemu:///system\")\n      --memory string                     Amoun",
            - 	"t of RAM to allocate to Kubernetes (format: <number>[<unit>], wh",
            - 	"ere unit = b, k, m or g).\n      --mount                         ",
            - 	"    This will start the mount daemon and automatically mount fil",
            - 	"es into minikube.\n      --mount-string string               The ",
            - 	"argument to pass the minikube mount command on start.\n      --na",
            - 	"t-nic-type string               NIC Type used for nat network. O",
            - 	"ne of Am79C970A, Am79C973, 82540EM, 82543GC, 82545EM, or virtio ",
            - 	"(virtualbox driver only) (default \"virtio\")\n      --native-ssh  ",
            - 	"                      Use native Golang SSH client (default true",
            - 	"). Set to 'false' to use the command line 'ssh' command when acc",
            - 	"essing the docker machine. Useful for the machine drivers when t",
            - 	"hey will not start with 'Waiting for SSH'. (default true)\n      ",
            - 	"--network string                    Docker network to run miniku",
            - 	"be with. Only available with the docker driver. If left empty, m",
            - 	"inikube will create a new network.",
            + 	"default\")\n      --kvm-qemu-uri string               The KVM QEMU",
            + 	" connection URI. (kvm2 driver only) (default \"qemu:///system\")\n ",
            + 	"     --memory string                     Amount of RAM to alloca",
            + 	"te to Kubernetes (format: <number>[<unit>], where unit = b, k, m",
            + 	" or g).\n      --mount                             This will star",
            + 	"t the mount daemon and automatically mount files into minikube.\n",
            + 	"      --mount-string string               The argument to pass t",
            + 	"he minikube mount command on start.\n      --nat-nic-type string ",
            + 	"              NIC Type used for nat network. One of Am79C970A, A",
            + 	"m79C973, 82540EM, 82543GC, 82545EM, or virtio (virtualbox driver",
            + 	" only) (default \"virtio\")\n      --native-ssh                    ",
            + 	"    Use native Golang SSH client (default true). Set to 'false' ",
            + 	"to use the command line 'ssh' command when accessing the docker ",
            + 	"machine. Useful for the machine drivers when they will not start",
            + 	" with 'Waiting for SSH'. (default true)",
              	"\n      --network-plugin string             Kubelet network plug-",
              	"in to use (default: auto)\n      --nfs-share strings             ",
              	... // 3332 identical bytes
              }, "")
E1026 21:28:39.808327   12054 out.go:142] [unset errFile]: ! Local proxy ignored: not passing HTTP_PROXY=127.0.0.1:3128 to docker env.
E1026 21:28:39.808779   12054 out.go:142] [unset errFile]: ! Local proxy ignored: not passing HTTP_PROXY=127.0.0.1:3128 to docker env.
E1026 21:28:39.808914   12054 out.go:142] [unset errFile]: ! Local proxy ignored: not passing HTTP_PROXY=localhost:3128 to docker env.
E1026 21:28:39.809095   12054 out.go:142] [unset errFile]: ! Local proxy ignored: not passing HTTP_PROXY=localhost:3128 to docker env.
E1026 21:28:39.809197   12054 out.go:142] [unset errFile]: ! Local proxy ignored: not passing HTTP_PROXY=http://localhost:3128 to docker env.
E1026 21:28:39.809366   12054 out.go:142] [unset errFile]: ! Local proxy ignored: not passing HTTP_PROXY=http://localhost:3128 to docker env.
E1026 21:28:39.809465   12054 out.go:142] [unset errFile]: ! Local proxy ignored: not passing HTTP_PROXY=http://127.0.0.1:3128 to docker env.
E1026 21:28:39.809622   12054 out.go:142] [unset errFile]: ! Local proxy ignored: not passing HTTP_PROXY=http://127.0.0.1:3128 to docker env.
FAIL
coverage: 17.7% of statements
FAIL	k8s.io/minikube/cmd/minikube/cmd	4.429s
ok  	k8s.io/minikube/cmd/minikube/cmd/config	0.041s	coverage: 21.2% of statements
ok  	k8s.io/minikube/pkg/addons	0.112s	coverage: 49.1% of statements
ok  	k8s.io/minikube/pkg/drivers	0.007s	coverage: 19.6% of statements
ok  	k8s.io/minikube/pkg/drivers/hyperkit	0.011s	coverage: 77.3% of statements
ok  	k8s.io/minikube/pkg/drivers/kic/oci	0.014s	coverage: 6.4% of statements
ok  	k8s.io/minikube/pkg/drivers/kvm	0.021s	coverage: 2.3% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper	0.729s	coverage: 55.7% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil	0.103s	coverage: 62.4% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/ktmpl	0.018s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/images	0.013s	coverage: 82.0% of statements
ok  	k8s.io/minikube/pkg/minikube/cluster	0.077s	coverage: 14.5% of statements
ok  	k8s.io/minikube/pkg/minikube/command	0.029s	coverage: 4.2% of statements
ok  	k8s.io/minikube/pkg/minikube/config	0.197s	coverage: 68.1% of statements
ok  	k8s.io/minikube/pkg/minikube/cruntime	0.049s	coverage: 36.7% of statements
ok  	k8s.io/minikube/pkg/minikube/docker	0.034s	coverage: 20.8% of statements
ok  	k8s.io/minikube/pkg/minikube/driver	0.027s	coverage: 40.1% of statements
ok  	k8s.io/minikube/pkg/minikube/extract	0.013s	coverage: 58.6% of statements
ok  	k8s.io/minikube/pkg/minikube/image	0.031s	coverage: 3.0% of statements
ok  	k8s.io/minikube/pkg/minikube/kubeconfig	0.027s	coverage: 81.2% of statements
ok  	k8s.io/minikube/pkg/minikube/localpath	0.010s	coverage: 49.3% of statements
ok  	k8s.io/minikube/pkg/minikube/logs	0.043s	coverage: 1.3% of statements
ok  	k8s.io/minikube/pkg/minikube/machine	1.072s	coverage: 35.9% of statements
ok  	k8s.io/minikube/pkg/minikube/mustload	0.078s	coverage: 10.5% of statements
ok  	k8s.io/minikube/pkg/minikube/notify	0.027s	coverage: 92.9% of statements
ok  	k8s.io/minikube/pkg/minikube/out	0.020s	coverage: 66.0% of statements
ok  	k8s.io/minikube/pkg/minikube/out/register	0.009s	coverage: 54.5% of statements
ok  	k8s.io/minikube/pkg/minikube/perf	4.014s	coverage: 21.1% of statements
ok  	k8s.io/minikube/pkg/minikube/proxy	0.011s	coverage: 68.7% of statements
ok  	k8s.io/minikube/pkg/minikube/reason	0.008s	coverage: 80.0% of statements
ok  	k8s.io/minikube/pkg/minikube/registry	0.010s	coverage: 75.5% of statements
ok  	k8s.io/minikube/pkg/minikube/service	0.083s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/shell	0.007s	coverage: 97.1% of statements
ok  	k8s.io/minikube/pkg/minikube/storageclass	0.034s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/style	0.003s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/sysinit	0.035s	coverage: 6.5% of statements
ok  	k8s.io/minikube/pkg/minikube/translate	0.011s	coverage: 10.5% of statements
ok  	k8s.io/minikube/pkg/minikube/tunnel	1.780s	coverage: 64.2% of statements
ok  	k8s.io/minikube/pkg/util	0.730s	coverage: 75.7% of statements
ok  	k8s.io/minikube/pkg/util/lock	0.012s	coverage: 22.2% of statements
ok  	k8s.io/minikube/pkg/util/retry	0.006s	coverage: 0.0% of statements
FAIL
Makefile:315: recipe for target 'test' failed
make: *** [test] Error 32
travis_time:end:0a6f0194:start=1603747605567893676,finish=1603747769989465539,duration=164421571863,event=script
TravisBuddy Request Identifier: 91cddcc0-17d6-11eb-bc4d-2726ba7bdf50

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: 61.6s 61.7s 60.8s
Average time for minikube: 61.4s

Times for Minikube (PR 9538): 59.4s 62.4s 59.4s
Average time for Minikube (PR 9538): 60.4s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.14.1 on Debian   | 0.0s     | 0.0s               |
|                           9.11 |          |                    |
| * Using the kvm2 driver based  | 0.0s     | 0.0s               |
| on user configuration          |          |                    |
| * Starting control plane node  | 0.0s     | 0.0s               |
| minikube in cluster minikube   |          |                    |
| * Creating kvm2 VM (CPUs=2,    | 35.6s    | 35.4s              |
| Memory=3700MB, Disk=20000MB)   |          |                    |
| ...                            |          |                    |
| * Preparing Kubernetes v1.19.2 | 23.5s    | 22.8s              |
| on Docker 19.03.12 ...         |          |                    |
| * Verifying Kubernetes         | 1.6s     | 1.7s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.4s     | 0.5s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
|                                | 0.0s     | 0.0s               |
| * Want kubectl v1.19.2? Try    |          |                    |
| 'minikube kubectl -- get pods  |          |                    |
| -A'                            |          |                    |
| * Done! kubectl is now         |          |                    |
| configured to use "minikube"   |          |                    |
| by default                     |          |                    |
+--------------------------------+----------+--------------------+

docker Driver
Times for minikube: 28.4s 28.7s 29.2s
Average time for minikube: 28.8s

Times for Minikube (PR 9538): 29.7s 31.4s 28.0s
Average time for Minikube (PR 9538): 29.7s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.14.1 on Debian   | 0.2s     | 0.2s               |
|                           9.11 |          |                    |
| * Using the docker driver      | 0.1s     | 0.1s               |
| based on user configuration    |          |                    |
| * Starting control plane node  | 0.1s     | 0.1s               |
| minikube in cluster minikube   |          |                    |
| * Creating docker container    | 9.2s     | 9.2s               |
| (CPUs=2, Memory=3700MB) ...    |          |                    |
| * Preparing Kubernetes v1.19.2 | 18.1s    | 19.0s              |
| on Docker 19.03.8 ...          |          |                    |
| * Verifying Kubernetes         | 1.0s     | 1.0s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.1s     | 0.1s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
|                                | 0.0s     | 0.0s               |
| * Want kubectl v1.19.2? Try    |          |                    |
| 'minikube kubectl -- get pods  |          |                    |
| -A'                            |          |                    |
| * Done! kubectl is now         |          |                    |
| configured to use "minikube"   |          |                    |
| by default                     |          |                    |
+--------------------------------+----------+--------------------+

@tstromberg
Copy link
Contributor

@medyagh now that we have the MTU fix in, do you think it's worth it to add this flag? I'm worried it won't be particularly useful and we're just adding another flag option to minikube start

I think this flag would still be useful, particularly for cases where Docker is running remotely. I had wanted to recommend this flag to a WSL2 user running into networking problems today :(

cmd/minikube/cmd/start_flags.go Outdated Show resolved Hide resolved
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 31, 2020
@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: 68.9s 61.3s 62.8s
Average time for minikube: 64.3s

Times for Minikube (PR 9538): 63.2s 61.2s 63.1s
Average time for Minikube (PR 9538): 62.5s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.15.1 on Debian   | 0.2s     | 0.0s               |
|                           9.11 |          |                    |
| * Using the kvm2 driver based  | 0.3s     | 0.0s               |
| on user configuration          |          |                    |
| * Starting control plane node  | 0.0s     | 0.0s               |
| minikube in cluster minikube   |          |                    |
| * Creating kvm2 VM (CPUs=2,    | 38.2s    | 37.2s              |
| Memory=3700MB, Disk=20000MB)   |          |                    |
| ...                            |          |                    |
| * Preparing Kubernetes v1.19.4 | 23.2s    | 23.2s              |
| on Docker 19.03.13 ...         |          |                    |
| * Verifying Kubernetes         | 1.5s     | 1.5s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.7s     | 0.6s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
|                                | 0.0s     | 0.1s               |
|   - Want kubectl v1.19.4? Try  |          |                    |
| 'minikube kubectl -- get pods  |          |                    |
| -A'                            |          |                    |
| * Done! kubectl is now         |          |                    |
| configured to use "minikube"   |          |                    |
| cluster and "default"          |          |                    |
| namespace by default           |          |                    |
+--------------------------------+----------+--------------------+

docker Driver
Times for minikube: 29.8s 28.4s 28.5s
Average time for minikube: 28.9s

Times for Minikube (PR 9538): 28.5s 29.2s 29.5s
Average time for Minikube (PR 9538): 29.1s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.15.1 on Debian   | 0.2s     | 0.2s               |
|                           9.11 |          |                    |
| * Using the docker driver      | 0.1s     | 0.1s               |
| based on user configuration    |          |                    |
| * Starting control plane node  | 0.1s     | 0.1s               |
| minikube in cluster minikube   |          |                    |
| * Creating docker container    | 8.9s     | 9.1s               |
| (CPUs=2, Memory=3700MB) ...    |          |                    |
| * Preparing Kubernetes v1.19.4 | 18.3s    | 18.4s              |
| on Docker 19.03.13 ...         |          |                    |
| * Verifying Kubernetes         | 1.1s     | 1.2s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.1s     | 0.1s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
|                                | 0.0s     | 0.0s               |
|   - Want kubectl v1.19.4? Try  |          |                    |
| 'minikube kubectl -- get pods  |          |                    |
| -A'                            |          |                    |
| * Done! kubectl is now         |          |                    |
| configured to use "minikube"   |          |                    |
| cluster and "default"          |          |                    |
| namespace by default           |          |                    |
+--------------------------------+----------+--------------------+

Copy link
Member

@medyagh medyagh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plz check failed test
use_default_bridge_network
" is supported on user defined networks only."

we can't specify ip on default netwokr

@tstromberg
Copy link
Contributor

@priyawadhwa - do you mind resolving the conflict and looking at the failing test @medyagh mentioned?

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 16, 2020
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 16, 2020
@kubernetes kubernetes deleted a comment from minikube-pr-bot Dec 16, 2020
@kubernetes kubernetes deleted a comment from minikube-pr-bot Dec 16, 2020
@kubernetes kubernetes deleted a comment from minikube-pr-bot Dec 16, 2020
@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: 58.8s 61.9s 57.8s
Average time for minikube: 59.5s

Times for Minikube (PR 9538): 58.9s 58.6s 58.6s
Average time for Minikube (PR 9538): 58.7s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.16.0-beta.0 on   | 0.0s     | 0.0s               |
| Debian 9.11                    |          |                    |
| * Using the kvm2 driver based  | 0.0s     | 0.0s               |
| on user configuration          |          |                    |
| * Starting control plane node  | 0.0s     | 0.0s               |
| minikube in cluster minikube   |          |                    |
| * Creating kvm2 VM (CPUs=2,    | 37.6s    | 44.2s              |
| Memory=3700MB, Disk=20000MB)   |          |                    |
| ...                            |          |                    |
| * Preparing Kubernetes v1.20.0 | 3.7s     | 4.0s               |
| on Docker 20.10.0 ...| ��WW���[K�[K/     |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K                 |          |                    |
|   - Generating certificates    | 13.6s    |                    |
| and keys .../ ��WW���[K�[K- ��WW���[K�[K\          |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K                 |          |                    |
|   - Booting up control plane   | 1.2s     |                    |
| .../ ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|               |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K                 |          |                    |
|   - Configuring RBAC rules     | 0.0s     |                    |
| .../ ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|               |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K                 |          |                    |
| * Verifying Kubernetes         | 1.5s     | 1.5s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.6s     | 0.2s               |
| default-storageclass,          |          |                    |
| storage-provisioner            |          |                    |
| * Done! kubectl is now         | 0.0s     | 0.0s               |
| configured to use "minikube"   |          |                    |
| cluster and "default"          |          |                    |
| namespace by default           |          |                    |
+--------------------------------+----------+--------------------+

docker Driver
Times for minikube: 23.6s 23.4s 24.1s
Average time for minikube: 23.7s

Times for Minikube (PR 9538): 24.7s 23.1s 23.2s
Average time for Minikube (PR 9538): 23.7s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.16.0-beta.0 on   | 0.2s     | 0.2s               |
| Debian 9.11                    |          |                    |
| * Using the docker driver      | 0.1s     | 0.1s               |
| based on user configuration    |          |                    |
| * Starting control plane node  | 0.1s     | 0.1s               |
| minikube in cluster minikube   |          |                    |
| * Creating docker container    | 22.5s    | 22.5s              |
| (CPUs=2, Memory=3700MB) ...    |          |                    |
| * Preparing Kubernetes v1.20.0 | 0.0s     | 0.0s               |
| on Docker 20.10.0 ...| ��WW���[K�[K/     |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K                 |          |                    |
| * Verifying Kubernetes         | 0.8s     | 0.8s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.1s     | 0.1s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
| * Done! kubectl is now         | 0.0s     | 0.0s               |
| configured to use "minikube"   |          |                    |
| cluster and "default"          |          |                    |
| namespace by default           |          |                    |
+--------------------------------+----------+--------------------+

@medyagh
Copy link
Member

medyagh commented Dec 22, 2020

/retest-this-please

site/content/en/docs/commands/start.md Outdated Show resolved Hide resolved
@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: 67.2s 59.7s 58.5s
Average time for minikube: 61.8s

Times for Minikube (PR 9538): 59.9s 61.6s 59.7s
Average time for Minikube (PR 9538): 60.4s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.16.0 on Debian   | 0.1s     | 0.0s               |
|                           9.11 |          |                    |
| * Using the kvm2 driver based  | 0.0s     | 0.0s               |
| on user configuration          |          |                    |
| * Downloading driver           | 2.1s     |                    |
| docker-machine-driver-kvm2:    |          |                    |
| * Starting control plane node  | 0.0s     | 0.0s               |
| minikube in cluster minikube   |          |                    |
| * Creating kvm2 VM (CPUs=2,    | 39.3s    | 44.3s              |
| Memory=3700MB, Disk=20000MB)   |          |                    |
| ...                            |          |                    |
| * Preparing Kubernetes v1.20.0 | 3.7s     | 4.8s               |
| on Docker 20.10.0 ...| ��WW���[K�[K/     |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K                 |          |                    |
|   - Generating certificates    | 15.1s    | 14.6s              |
| and keys ...| ��WW���[K�[K/ ��WW���[K�[K-          |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K                         |          |                    |
|   - Booting up control plane   | 1.1s     |                    |
| .../ ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|               |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K                     |          |                    |
|   - Configuring RBAC rules     | 0.0s     |                    |
| ...\ ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-               |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K                         |          |                    |
| * Verifying Kubernetes         | 1.5s     | 1.4s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.4s     | 0.4s               |
| default-storageclass,          |          |                    |
| storage-provisioner            |          |                    |
| * Done! kubectl is now         | 0.0s     | 0.0s               |
| configured to use "minikube"   |          |                    |
| cluster and "default"          |          |                    |
| namespace by default           |          |                    |
+--------------------------------+----------+--------------------+

docker Driver
Times for minikube: 28.5s 24.9s 24.0s
Average time for minikube: 25.8s

Times for Minikube (PR 9538): 25.3s 25.2s 24.1s
Average time for Minikube (PR 9538): 24.9s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.16.0 on Debian   | 0.2s     | 0.2s               |
|                           9.11 |          |                    |
| * Using the docker driver      | 0.1s     | 0.1s               |
| based on user configuration    |          |                    |
| * Starting control plane node  | 0.1s     | 0.1s               |
| minikube in cluster minikube   |          |                    |
| * Creating docker container    | 24.5s    | 23.6s              |
| (CPUs=2, Memory=3700MB) ...    |          |                    |
| * Preparing Kubernetes v1.20.0 | 0.0s     | 0.0s               |
| on Docker 20.10.0 ...| ��WW���[K�[K/     |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K                     |          |                    |
| * Verifying Kubernetes         | 0.9s     | 0.8s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.1s     | 0.1s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
| * Done! kubectl is now         | 0.0s     | 0.0s               |
| configured to use "minikube"   |          |                    |
| cluster and "default"          |          |                    |
| namespace by default           |          |                    |
+--------------------------------+----------+--------------------+

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: 63.5s 61.7s 64.5s
Average time for minikube: 63.2s

Times for Minikube (PR 9538): 58.6s 61.7s 62.9s
Average time for Minikube (PR 9538): 61.0s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.16.0 on Debian   | 0.1s     | 0.0s               |
|                           9.11 |          |                    |
| * Using the kvm2 driver based  | 0.0s     | 0.0s               |
| on user configuration          |          |                    |
| * Starting control plane node  | 0.0s     | 0.0s               |
| minikube in cluster minikube   |          |                    |
| * Creating kvm2 VM (CPUs=2,    | 47.3s    | 44.1s              |
| Memory=3700MB, Disk=20000MB)   |          |                    |
| ...                            |          |                    |
| * Preparing Kubernetes v1.20.0 | 0.0s     | 0.0s               |
| on Docker 20.10.0 ...| ��WW���[K�[K/     |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K                     |          |                    |
|   - Generating certificates    | 14.1s    |                    |
| and keys ...| ��WW���[K�[K/ ��WW���[K�[K-          |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K                 |          |                    |
|   - Booting up control plane   | 1.5s     | 1.5s               |
| .../ ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|               |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K                     |          |                    |
|   - Configuring RBAC rules     | 0.0s     |                    |
| ...- ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/               |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K                         |          |                    |
| * Verifying Kubernetes         | 1.5s     | 1.7s               |
| components...                  |          |                    |
| * Enabled addons:              | 1.1s     | 0.6s               |
| default-storageclass,          |          |                    |
| storage-provisioner            |          |                    |
| * Done! kubectl is now         | 0.0s     | 0.0s               |
| configured to use "minikube"   |          |                    |
| cluster and "default"          |          |                    |
| namespace by default           |          |                    |
+--------------------------------+----------+--------------------+

docker Driver
Times for minikube: 27.7s 25.7s 25.8s
Average time for minikube: 26.4s

Times for Minikube (PR 9538): 24.4s 25.0s 25.8s
Average time for Minikube (PR 9538): 25.1s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.16.0 on Debian   | 0.2s     | 0.2s               |
|                           9.11 |          |                    |
| * Using the docker driver      | 0.1s     | 0.1s               |
| based on user configuration    |          |                    |
| * Starting control plane node  | 0.1s     | 0.1s               |
| minikube in cluster minikube   |          |                    |
| * Creating docker container    | 25.0s    | 23.7s              |
| (CPUs=2, Memory=3700MB) ...    |          |                    |
| * Preparing Kubernetes v1.20.0 | 0.0s     | 0.0s               |
| on Docker 20.10.0 ...| ��WW���[K�[K/     |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K                 |          |                    |
| * Verifying Kubernetes         | 0.9s     | 0.9s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.1s     | 0.1s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
| * Done! kubectl is now         | 0.0s     | 0.0s               |
| configured to use "minikube"   |          |                    |
| cluster and "default"          |          |                    |
| namespace by default           |          |                    |
+--------------------------------+----------+--------------------+

@medyagh
Copy link
Member

medyagh commented Dec 23, 2020

/ok-to-test

@@ -293,12 +295,17 @@ func generateClusterConfig(cmd *cobra.Command, existing *config.ClusterConfig, k
out.WarningT("With --network-plugin=cni, you will need to provide your own CNI. See --cni flag as a user-friendly alternative")
}

if !driver.IsKIC(drvName) && viper.GetString(network) != "" {
out.WarningT("--network flag is only valid with the docker driver, it will be ignored")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • podman driver here

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: 61.3s 61.3s 61.4s
Average time for minikube: 61.3s

Times for Minikube (PR 9538): 60.1s 59.7s 61.5s
Average time for Minikube (PR 9538): 60.4s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.16.0 on Debian   | 0.1s     | 0.0s               |
|                           9.11 |          |                    |
| * Using the kvm2 driver based  | 0.0s     | 0.0s               |
| on user configuration          |          |                    |
| * Starting control plane node  | 37.2s    | 35.6s              |
| minikube in cluster minikube   |          |                    |
| * Creating kvm2 VM (CPUs=2,    | 1.9s     |                    |
| Memory=3700MB, Disk=20000MB)   |          |                    |
| ...| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\               |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K                 |          |                    |
| * Preparing Kubernetes v1.20.0 | 3.8s     | 4.3s               |
| on Docker 20.10.0 ...\ ��WW���[K�[K|     |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K                     |          |                    |
|   - Generating certificates    | 14.2s    |                    |
| and keys ...- ��WW���[K�[K\ ��WW���[K�[K|          |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K                     |          |                    |
|   - Booting up control plane   | 1.3s     |                    |
| ...| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\               |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K                 |          |                    |
|   - Configuring RBAC rules     | 0.0s     | 0.0s               |
| ...- ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/               |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K                 |          |                    |
| * Verifying Kubernetes         | 1.6s     | 1.5s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.8s     | 0.8s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
| * Done! kubectl is now         | 0.0s     | 0.0s               |
| configured to use "minikube"   |          |                    |
| cluster and "default"          |          |                    |
| namespace by default           |          |                    |
+--------------------------------+----------+--------------------+

docker Driver
Times for minikube: 29.2s 25.6s 25.1s
Average time for minikube: 26.6s

Times for Minikube (PR 9538): 25.9s 26.2s 25.6s
Average time for Minikube (PR 9538): 25.9s

Averages Time Per Log

+--------------------------------+----------+--------------------+
|              LOG               | MINIKUBE | MINIKUBE (PR 9538) |
+--------------------------------+----------+--------------------+
| * minikube v1.16.0 on Debian   | 0.2s     | 0.2s               |
|                           9.11 |          |                    |
| * Using the docker driver      | 0.1s     | 0.1s               |
| based on user configuration    |          |                    |
| * Starting control plane node  | 10.8s    | 10.3s              |
| minikube in cluster minikube   |          |                    |
| * Creating docker container    | 14.4s    |                    |
| (CPUs=2, Memory=3700MB)        |          |                    |
| ...| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\               |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K                     |          |                    |
| * Preparing Kubernetes v1.20.0 | 0.0s     |                    |
| on Docker 20.10.0 ...\ ��WW���[K�[K|     |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K\ ��WW���[K�[K|                    |          |                    |
| ��WW���[K�[K/ ��WW���[K�[K- ��WW���[K�[K\                    |          |                    |
| ��WW���[K�[K| ��WW���[K�[K/ ��WW���[K�[K-                    |          |                    |
| ��WW���[K�[K\ ��WW���[K�[K| ��WW���[K�[K/                    |          |                    |
| ��WW���[K�[K- ��WW���[K�[K                         |          |                    |
| * Verifying Kubernetes         | 1.0s     | 0.9s               |
| components...                  |          |                    |
| * Enabled addons:              | 0.1s     | 0.1s               |
| storage-provisioner,           |          |                    |
| default-storageclass           |          |                    |
| * Done! kubectl is now         | 0.0s     | 0.0s               |
| configured to use "minikube"   |          |                    |
| cluster and "default"          |          |                    |
| namespace by default           |          |                    |
+--------------------------------+----------+--------------------+

@medyagh
Copy link
Member

medyagh commented Dec 24, 2020

thank you for this great PR @priyawadhwa

@medyagh medyagh self-requested a review December 24, 2020 00:41
@medyagh medyagh merged commit 199ea34 into kubernetes:master Dec 24, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: medyagh, priyawadhwa, tstromberg

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [medyagh,priyawadhwa,tstromberg]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants