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

Automated GCP Credentials Addon Prototype #8682

Merged
merged 39 commits into from
Jul 21, 2020

Conversation

sharifelgamal
Copy link
Collaborator

@sharifelgamal sharifelgamal commented Jul 8, 2020

You can enable the addon with minikube addons enable gcp-auth. Credentials are retrieved from wherever GCP would normally find them, which varies platform to platform. The credentials file location can always be overridden by specifying the GOOGLE_APPLICATION_CREDENTIALS environment variable.

If a user doesn't want a specific pod to have creds injected, they can add the "gcp-auth-skip-secret" label to their pod yaml.

Fixes #8379

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jul 8, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sharifelgamal

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:

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 8, 2020
@TravisBuddy
Copy link

Travis tests have failed

Hey @sharifelgamal,
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
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.13.9.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.0/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
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.13.9.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.0/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.12.0-beta.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.11.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="2e3acbeb09b0581671903056694f2f97572e6aa8"" ./test.sh
= make lint =============================================================
golangci/golangci-lint info checking GitHub for tag 'v1.26.0'
golangci/golangci-lint info found version: 1.26.0 for v1.26.0/linux/amd64
golangci/golangci-lint info installed out/linters/golangci-lint
cmd/metadata-server/server.go:188:29: `reponse` is a misspelling of `response` (misspell)
	log.Printf("Ready to write reponse ...")
	                           ^
Makefile:390: recipe for target 'lint-ci' failed
make[1]: *** [lint-ci] Error 1
= go mod ================================================================
ok
= boilerplate ===========================================================
boilerplate missing: /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/metadata-server/server.go
/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/addons/metadata/enable.go
consider running: /home/travis/gopath/src/github.com/kubernetes/minikube/hack/boilerplate/fix.sh
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 12
TravisBuddy Request Identifier: 518f2150-c15f-11ea-9c30-6301f8ea01dd

@TravisBuddy
Copy link

Travis tests have failed

Hey @sharifelgamal,
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
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.13.9.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.0/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
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.13.9.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.0/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.12.0-beta.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.11.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="70ae5180c84eff1668ffefd9634d414e49a97f1e"" ./test.sh
= make lint =============================================================
golangci/golangci-lint info checking GitHub for tag 'v1.26.0'
golangci/golangci-lint info found version: 1.26.0 for v1.26.0/linux/amd64
golangci/golangci-lint info installed out/linters/golangci-lint
cmd/metadata-server/server.go:204:29: `reponse` is a misspelling of `response` (misspell)
	log.Printf("Ready to write reponse ...")
	                           ^
Makefile:390: recipe for target 'lint-ci' failed
make[1]: *** [lint-ci] Error 1
= go mod ================================================================
ok
= boilerplate ===========================================================
ok
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 4
TravisBuddy Request Identifier: ce082ee0-c162-11ea-9c30-6301f8ea01dd

.dockerignore Outdated Show resolved Hide resolved
Copy link
Contributor

@tstromberg tstromberg left a comment

Choose a reason for hiding this comment

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

Code looks fine, just some questions about code organization.

pkg/addons/config.go Outdated Show resolved Hide resolved
cmd/metadata-server/server.go Outdated Show resolved Hide resolved
pkg/addons/metadata/enable.go Outdated Show resolved Hide resolved
@TravisBuddy
Copy link

Travis tests have failed

Hey @sharifelgamal,
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
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.13.9.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.0/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
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.13.9.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.0/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.12.0-beta.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.11.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="f10f18bafc91ca5675bcbbd0967a698e8707c99c"" ./test.sh
= make lint =============================================================
golangci/golangci-lint info checking GitHub for tag 'v1.26.0'
golangci/golangci-lint info found version: 1.26.0 for v1.26.0/linux/amd64
golangci/golangci-lint info installed out/linters/golangci-lint
cmd/metadata-server/server.go:204:29: `reponse` is a misspelling of `response` (misspell)
	log.Printf("Ready to write reponse ...")
	                           ^
Makefile:390: recipe for target 'lint-ci' failed
make[1]: *** [lint-ci] Error 1
= go mod ================================================================
ok
= boilerplate ===========================================================
ok
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 4

2nd Build

View build log

make test
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.13.9.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.0/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
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.13.9.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.0/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.12.0-beta.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.11.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="f10f18bafc91ca5675bcbbd0967a698e8707c99c"" ./test.sh
= schema_check ==========================================================
go: downloading github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f
go: extracting github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
go: finding github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f
go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
ok
= go test ===============================================================
go: downloading k8s.io/client-go v0.17.3
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading github.com/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: downloading github.com/spf13/cobra v1.0.0
go: downloading k8s.io/kubernetes v1.17.3
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading k8s.io/apimachinery v0.17.3
go: downloading k8s.io/api v0.17.3
go: extracting golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: extracting github.com/spf13/cobra v1.0.0
go: extracting github.com/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: extracting k8s.io/apimachinery v0.17.3
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading gopkg.in/yaml.v2 v2.3.0
go: extracting k8s.io/client-go v0.17.3
go: extracting gopkg.in/yaml.v2 v2.3.0
go: extracting github.com/pkg/errors v0.9.1
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: extracting github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: extracting github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: extracting github.com/olekukonko/tablewriter v0.0.4
go: extracting github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: extracting github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
go: extracting github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: extracting k8s.io/api v0.17.3
go: extracting github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: extracting github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: extracting github.com/cenkalti/backoff v2.2.1+incompatible
go: extracting github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: extracting github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: extracting sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: extracting k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading k8s.io/kubectl v0.17.3
go: extracting golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading github.com/prometheus/client_golang v1.1.0
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: extracting golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/blang/semver v3.5.0+incompatible
go: extracting github.com/blang/semver v3.5.0+incompatible
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: extracting github.com/prometheus/client_golang v1.1.0
go: extracting golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: extracting github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: extracting github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: extracting github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading k8s.io/klog v1.0.0
go: extracting github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading google.golang.org/grpc v1.29.1
go: extracting github.com/mattn/go-isatty v0.0.12
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: extracting k8s.io/kubectl v0.17.3
go: extracting k8s.io/klog v1.0.0
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: extracting github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: extracting github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading github.com/sirupsen/logrus v1.6.0
go: extracting github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: extracting github.com/docker/distribution v2.7.1+incompatible
go: extracting github.com/sirupsen/logrus v1.6.0
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: extracting google.golang.org/grpc v1.29.1
go: downloading github.com/gogo/protobuf v1.3.1
go: extracting github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: extracting github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: extracting github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: extracting k8s.io/kubernetes v1.17.3
go: extracting github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: extracting github.com/docker/go-connections v0.4.0
go: downloading cloud.google.com/go v0.57.0
go: extracting github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading github.com/google/gofuzz v1.0.0
go: extracting github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading github.com/aws/aws-sdk-go v1.31.6
go: extracting github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading github.com/miekg/dns v1.1.4
go: downloading github.com/prometheus/procfs v0.0.5
go: extracting cloud.google.com/go v0.57.0
go: extracting github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: extracting github.com/gogo/protobuf v1.3.1
go: extracting github.com/google/gofuzz v1.0.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/spf13/viper v1.7.0
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading github.com/google/go-cmp v0.4.1
go: extracting github.com/prometheus/procfs v0.0.5
go: extracting github.com/miekg/dns v1.1.4
go: downloading github.com/sayboras/dockerclient v0.0.0-20191231050035-015626177a97
go: downloading github.com/ulikunitz/xz v0.5.7
go: extracting github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: extracting github.com/spf13/viper v1.7.0
go: extracting github.com/google/go-cmp v0.4.1
go: extracting github.com/beorn7/perks v1.0.1
go: extracting github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: extracting cloud.google.com/go/storage v1.8.0
go: downloading github.com/prometheus/common v0.6.0
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/json-iterator/go v1.1.8
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: extracting github.com/aws/aws-sdk-go v1.31.6
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
go: extracting github.com/ulikunitz/xz v0.5.7
go: extracting github.com/sayboras/dockerclient v0.0.0-20191231050035-015626177a97
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading google.golang.org/api v0.25.0
go: extracting github.com/prometheus/common v0.6.0
go: extracting github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: extracting github.com/json-iterator/go v1.1.8
go: extracting github.com/pelletier/go-toml v1.8.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: extracting github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: extracting github.com/hashicorp/hcl v1.0.0
go: extracting google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: extracting github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading github.com/magiconair/properties v1.8.1
go: extracting github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: extracting google.golang.org/api v0.25.0
go: extracting golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: extracting github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: extracting github.com/spf13/cast v1.3.1
go: extracting github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading google.golang.org/protobuf v1.24.0
go: extracting github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: extracting github.com/magiconair/properties v1.8.1
go: extracting gopkg.in/ini.v1 v1.56.0
go: extracting github.com/davecgh/go-spew v1.1.1
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading golang.org/x/text v0.3.2
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading github.com/golang/protobuf v1.4.2
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: extracting github.com/mitchellh/mapstructure v1.3.1
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: extracting github.com/docker/go-units v0.4.0
go: extracting google.golang.org/protobuf v1.24.0
go: extracting github.com/googleapis/gnostic v0.3.0
go: extracting golang.org/x/text v0.3.2
go: extracting github.com/spf13/jwalterweatherman v1.1.0
go: extracting github.com/cheggaaa/pb v1.0.27
go: extracting github.com/golang/protobuf v1.4.2
go: extracting github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading k8s.io/component-base v0.17.3
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading sigs.k8s.io/yaml v1.1.0
go: extracting golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/imdario/mergo v0.3.9
go: downloading go.opencensus.io v0.22.3
go: downloading github.com/spf13/afero v1.2.2
go: extracting k8s.io/component-base v0.17.3
go: extracting sigs.k8s.io/yaml v1.1.0
go: extracting github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading github.com/opencontainers/image-spec v1.0.1
go: extracting github.com/mitchellh/go-testing-interface v1.0.0
go: extracting github.com/cheggaaa/pb/v3 v3.0.1
go: downloading github.com/otiai10/copy v1.0.2
go: extracting github.com/spf13/pflag v1.0.5
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/google/uuid v1.1.1
go: extracting github.com/spf13/afero v1.2.2
go: extracting github.com/imdario/mergo v0.3.9
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/jmespath/go-jmespath v0.3.0
go: extracting go.opencensus.io v0.22.3
go: extracting github.com/subosito/gotenv v1.2.0
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: extracting github.com/hashicorp/golang-lru v0.5.3
go: extracting github.com/otiai10/copy v1.0.2
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: extracting github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: extracting github.com/google/uuid v1.1.1
go: extracting github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: extracting github.com/hashicorp/go-version v1.2.0
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading github.com/modern-go/reflect2 v1.0.1
go: extracting github.com/docker/docker-credential-helpers v0.6.3
go: extracting github.com/jmespath/go-jmespath v0.3.0
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: extracting github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading k8s.io/kube-proxy v0.17.3
go: extracting github.com/modern-go/reflect2 v1.0.1
go: extracting github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: extracting gopkg.in/inf.v0 v0.9.1
go: extracting k8s.io/cluster-bootstrap v0.17.3
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: extracting github.com/VividCortex/ewma v1.1.1
go: downloading k8s.io/kubelet v0.17.3
go: downloading github.com/fatih/color v1.9.0
go: downloading github.com/mattn/go-colorable v0.1.6
go: extracting github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: extracting github.com/googleapis/gax-go v2.0.2+incompatible
go: extracting k8s.io/kube-proxy v0.17.3
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1
go: extracting github.com/mattn/go-colorable v0.1.6
go: extracting github.com/fatih/color v1.9.0
go: extracting k8s.io/kubelet v0.17.3
go: extracting github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: extracting k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: extracting github.com/googleapis/gax-go/v2 v2.0.5
go: finding github.com/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: finding github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: finding github.com/pkg/errors v0.9.1
go: finding k8s.io/api v0.17.3
go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: finding github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: finding k8s.io/apimachinery v0.17.3
go: finding github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: finding github.com/gogo/protobuf v1.3.1
go: finding github.com/docker/go-units v0.4.0
go: finding k8s.io/client-go v0.17.3
go: finding github.com/spf13/cobra v1.0.0
go: finding github.com/olekukonko/tablewriter v0.0.4
go: finding github.com/blang/semver v3.5.0+incompatible
go: finding github.com/libvirt/libvirt-go v3.4.0+incompatible
go: finding github.com/spf13/viper v1.7.0
go: finding github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: finding github.com/google/gofuzz v1.0.0
go: finding github.com/imdario/mergo v0.3.9
go: finding github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: finding golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: finding github.com/mattn/go-runewidth v0.0.7
go: finding github.com/json-iterator/go v1.1.8
go: finding github.com/spf13/pflag v1.0.5
go: finding github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: finding github.com/modern-go/reflect2 v1.0.1
go: finding gopkg.in/inf.v0 v0.9.1
go: finding github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: finding golang.org/x/sys v0.0.0-20200523222454-059865788121
go: finding github.com/mattn/go-isatty v0.0.12
go: finding github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: finding github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: finding github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: finding github.com/fsnotify/fsnotify v1.4.9
go: finding github.com/google/uuid v1.1.1
go: finding github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: finding github.com/hashicorp/hcl v1.0.0
go: finding github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: finding github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: finding k8s.io/klog v1.0.0
go: finding github.com/magiconair/properties v1.8.1
go: finding github.com/shirou/gopsutil v2.18.12+incompatible
go: finding github.com/mitchellh/mapstructure v1.3.1
go: finding github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: finding cloud.google.com/go/storage v1.8.0
go: finding github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: finding sigs.k8s.io/yaml v1.1.0
go: finding sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: finding github.com/pelletier/go-toml v1.8.0
go: finding github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: finding github.com/spf13/afero v1.2.2
go: finding github.com/docker/docker-credential-helpers v0.6.3
go: finding github.com/golang/protobuf v1.4.2
go: finding golang.org/x/text v0.3.2
go: finding cloud.google.com/go v0.57.0
go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
go: finding github.com/otiai10/copy v1.0.2
go: finding github.com/spf13/cast v1.3.1
go: finding github.com/googleapis/gnostic v0.3.0
go: finding github.com/docker/distribution v2.7.1+incompatible
go: finding github.com/spf13/jwalterweatherman v1.1.0
go: finding github.com/cenkalti/backoff v2.2.1+incompatible
go: finding github.com/prometheus/client_golang v1.1.0
go: finding golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: finding github.com/russross/blackfriday/v2 v2.0.1
go: finding golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: finding gopkg.in/yaml.v2 v2.3.0
go: finding github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: finding github.com/googleapis/gax-go/v2 v2.0.5
go: finding github.com/subosito/gotenv v1.2.0
go: finding k8s.io/kubernetes v1.17.3
go: finding golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: finding github.com/cheggaaa/pb/v3 v3.0.1
go: finding google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: finding gopkg.in/ini.v1 v1.56.0
go: finding google.golang.org/protobuf v1.24.0
go: finding google.golang.org/api v0.25.0
go: finding github.com/opencontainers/go-digest v1.0.0-rc1
go: finding google.golang.org/grpc v1.29.1
go: finding github.com/shurcooL/sanitized_anchor_name v1.0.0
go: finding go.opencensus.io v0.22.3
go: finding github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: finding k8s.io/kubectl v0.17.3
go: finding k8s.io/component-base v0.17.3
go: finding github.com/VividCortex/ewma v1.1.1
go: finding github.com/beorn7/perks v1.0.1
go: finding github.com/docker/go-connections v0.4.0
go: finding github.com/davecgh/go-spew v1.1.1
go: finding github.com/fatih/color v1.9.0
go: finding github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
go: finding github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: finding github.com/mattn/go-colorable v0.1.6
go: finding github.com/prometheus/common v0.6.0
go: finding github.com/opencontainers/image-spec v1.0.1
go: finding github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: finding github.com/sayboras/dockerclient v0.0.0-20191231050035-015626177a97
go: finding github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: finding k8s.io/cluster-bootstrap v0.17.3
go: finding golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: finding github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: finding k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: finding github.com/prometheus/procfs v0.0.5
go: finding github.com/sirupsen/logrus v1.6.0
go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
go: finding github.com/mitchellh/go-wordwrap v1.0.0
go: finding k8s.io/kube-proxy v0.17.3
go: finding k8s.io/kubelet v0.17.3
go: finding github.com/aws/aws-sdk-go v1.31.6
go: finding github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: finding github.com/miekg/dns v1.1.4
go: finding github.com/hashicorp/go-cleanhttp v0.5.1
go: finding github.com/hashicorp/go-safetemp v1.0.0
go: finding github.com/hashicorp/golang-lru v0.5.3
go: finding github.com/hashicorp/go-version v1.2.0
go: finding github.com/mitchellh/go-homedir v1.1.0
go: finding github.com/mitchellh/go-testing-interface v1.0.0
go: finding github.com/ulikunitz/xz v0.5.7
go: finding github.com/google/go-cmp v0.4.1
go: finding k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: finding github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: finding github.com/jmespath/go-jmespath v0.3.0
go: finding github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/evanphx/json-patch v4.5.0+incompatible
go: extracting golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: extracting github.com/evanphx/json-patch v4.5.0+incompatible
go: extracting github.com/pmezard/go-difflib v1.0.0
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: finding github.com/evanphx/json-patch v4.5.0+incompatible
ok  	k8s.io/minikube/cmd/minikube/cmd	4.146s	coverage: 20.4% of statements
ok  	k8s.io/minikube/cmd/minikube/cmd/config	0.157s	coverage: 21.5% of statements
ok  	k8s.io/minikube/pkg/addons	0.094s	coverage: 53.3% of statements
ok  	k8s.io/minikube/pkg/drivers	0.027s	coverage: 19.6% of statements
ok  	k8s.io/minikube/pkg/drivers/hyperkit	0.006s	coverage: 77.3% of statements
ok  	k8s.io/minikube/pkg/drivers/kic/oci	0.009s	coverage: 0.0% of statements
ok  	k8s.io/minikube/pkg/drivers/kvm	0.024s	coverage: 2.3% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper	0.835s	coverage: 55.7% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil	0.142s	coverage: 62.4% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/ktmpl	0.005s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/images	0.003s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/cluster	0.061s	coverage: 16.7% of statements
ok  	k8s.io/minikube/pkg/minikube/command	0.033s	coverage: 4.3% of statements
ok  	k8s.io/minikube/pkg/minikube/config	0.125s	coverage: 70.1% of statements
ok  	k8s.io/minikube/pkg/minikube/cruntime	0.036s	coverage: 40.1% of statements
ok  	k8s.io/minikube/pkg/minikube/docker	0.052s	coverage: 20.8% of statements
ok  	k8s.io/minikube/pkg/minikube/driver	0.021s	coverage: 37.0% of statements
ok  	k8s.io/minikube/pkg/minikube/extract	0.005s	coverage: 58.8% of statements
ok  	k8s.io/minikube/pkg/minikube/image	0.018s	coverage: 3.0% of statements
ok  	k8s.io/minikube/pkg/minikube/kubeconfig	0.027s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/localpath	0.010s	coverage: 51.9% of statements
ok  	k8s.io/minikube/pkg/minikube/logs	0.030s	coverage: 1.3% of statements
127.0.0.1:44211
I0708 22:01:20.319150   13605 start.go:121] createHost starting for "minikube" (driver="mock")
W0708 22:01:20.322086   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:20.322179   13605 start.go:157] libmachine.API.Create for "" (driver="mock")
I0708 22:01:20.322229   13605 start.go:162] duration metric: libmachine.API.Create for "" took 50.578µs
I0708 22:01:20.322236   13605 start.go:203] post-start starting for "mock-machine-0.60466029" (driver="mock")
I0708 22:01:20.322241   13605 start.go:206] post-start completed in 293ns
I0708 22:01:20.322532   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.60466029/config.json ...
I0708 22:01:20.322629   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.60466029/config.json: {Name:mk1b7a220db71acda0d9ca34e13a5cfb3277a8a6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:20.322737   13605 start.go:124] duration metric: createHost completed in 3.574174ms
I0708 22:01:20.322811   13605 start.go:121] createHost starting for "minikube" (driver="mock")
W0708 22:01:20.323213   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:20.323259   13605 start.go:157] libmachine.API.Create for "" (driver="mock")
I0708 22:01:20.323313   13605 start.go:162] duration metric: libmachine.API.Create for "" took 53.56µs
I0708 22:01:20.323318   13605 start.go:203] post-start starting for "mock-machine-0.94050909" (driver="mock")
I0708 22:01:20.323322   13605 start.go:206] post-start completed in 207ns
I0708 22:01:20.323386   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.94050909/config.json ...
I0708 22:01:20.323432   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.94050909/config.json: {Name:mk682177b8fc3d8fe650a236a08830fd7bdc6e97 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:20.323513   13605 start.go:124] duration metric: createHost completed in 696.303µs
I0708 22:01:20.323534   13605 start.go:240] acquiring machines lock for mock-machine-0.94050909: {Name:mk7be990b8a491a16771acec89d0322a760b00a7 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0708 22:01:20.323590   13605 start.go:244] acquired machines lock for "mock-machine-0.94050909" in 48.629µs
I0708 22:01:20.323598   13605 start.go:88] Skipping create...Using existing machine configuration
I0708 22:01:20.323611   13605 fix.go:53] fixHost starting: mock-machine-0.94050909
I0708 22:01:20.323647   13605 fix.go:105] recreateIfNeeded on mock-machine-0.94050909: state=Running err=<nil>
W0708 22:01:20.323652   13605 fix.go:131] unexpected machine state, will restart: <nil>
W0708 22:01:20.323755   13605 out.go:79] [unset outFile]: * Updating the running mock "mock-machine-0.94050909" bare metal machine ...
I0708 22:01:20.323772   13605 fix.go:55] fixHost completed within 163.402µs
I0708 22:01:20.323787   13605 start.go:75] releasing machines lock for "mock-machine-0.94050909", held for 185.534µs
I0708 22:01:20.323868   13605 start.go:121] createHost starting for "minikube" (driver="mock")
W0708 22:01:20.324211   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:20.324275   13605 start.go:157] libmachine.API.Create for "" (driver="mock")
I0708 22:01:20.324349   13605 start.go:162] duration metric: libmachine.API.Create for "" took 73.371µs
I0708 22:01:20.324368   13605 start.go:203] post-start starting for "mock-machine-0.66456005" (driver="mock")
I0708 22:01:20.324379   13605 start.go:206] post-start completed in 229ns
I0708 22:01:20.324471   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.66456005/config.json ...
I0708 22:01:20.324528   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.66456005/config.json: {Name:mkd5ded4840031a43d18642e33b05cac14876953 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:20.324634   13605 start.go:124] duration metric: createHost completed in 744.115µs
I0708 22:01:20.324664   13605 start.go:240] acquiring machines lock for mock-machine-0.66456005: {Name:mk7be990b8a491a16771acec89d0322a760b00a7 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0708 22:01:20.324706   13605 start.go:244] acquired machines lock for "mock-machine-0.66456005" in 27.948µs
I0708 22:01:20.324719   13605 start.go:88] Skipping create...Using existing machine configuration
I0708 22:01:20.324745   13605 fix.go:53] fixHost starting: mock-machine-0.66456005
I0708 22:01:20.324791   13605 fix.go:105] recreateIfNeeded on mock-machine-0.66456005: state=Error err=machine does not exist
I0708 22:01:20.324810   13605 fix.go:110] machineExists: false. err=machine does not exist
W0708 22:01:20.324933   13605 out.go:79] [unset outFile]: * mock "mock-machine-0.66456005" bare metal machine is missing, will recreate.
I0708 22:01:20.324954   13605 delete.go:123] DEMOLISHING mock-machine-0.66456005 ...
Stopping "mock-machine-0.66456005"...
Error getting machine state: machine does not exist
Machine "mock-machine-0.66456005" was stopped.
I0708 22:01:20.325060   13605 stop.go:64] duration metric: stop complete within 95.891µs
W0708 22:01:20.325205   13605 out.go:79] [unset outFile]: * Deleting "mock-machine-0.66456005" in mock ...
W0708 22:01:20.325247   13605 delete.go:138] delete failed (probably ok) <nil>
I0708 22:01:20.325258   13605 fix.go:117] Sleeping 1 second for extra luck!
I0708 22:01:21.325375   13605 start.go:121] createHost starting for "mock-machine-0.66456005" (driver="mock")
W0708 22:01:21.325953   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:21.326054   13605 start.go:157] libmachine.API.Create for "mock-machine-0.66456005" (driver="mock")
I0708 22:01:21.326131   13605 start.go:162] duration metric: libmachine.API.Create for "mock-machine-0.66456005" took 76.486µs
I0708 22:01:21.326141   13605 start.go:203] post-start starting for "mock-machine-0.43771419" (driver="mock")
I0708 22:01:21.326150   13605 start.go:206] post-start completed in 325ns
I0708 22:01:21.326250   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.43771419/config.json ...
I0708 22:01:21.326337   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.43771419/config.json: {Name:mke68090861a8af669a8b151ce610ed9fb3813fe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:21.326470   13605 start.go:124] duration metric: createHost completed in 1.066419ms
W0708 22:01:21.326494   13605 fix.go:131] unexpected machine state, will restart: <nil>
I0708 22:01:21.326504   13605 fix.go:55] fixHost completed within 1.001759039s
I0708 22:01:21.326508   13605 start.go:75] releasing machines lock for "mock-machine-0.66456005", held for 1.001788843s
I0708 22:01:21.326529   13605 start.go:240] acquiring machines lock for mock-machine-0.43771419-mock-machine-0.43771419: {Name:mk7be990b8a491a16771acec89d0322a760b00a7 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0708 22:01:21.326576   13605 start.go:244] acquired machines lock for "mock-machine-0.43771419-mock-machine-0.43771419" in 38.438µs
I0708 22:01:21.326583   13605 start.go:84] Provisioning new machine with config: &{Name:mock-machine-0.43771419 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage: Memory:0 CPUs:0 DiskSize:0 Driver:mock HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[MOCK_MAKE_IT_PROVISION=true] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR: HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork: KVMQemuURI: KVMGPU:false KVMHidden:false DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot: UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:false HostOnlyNicType: NatNicType: KubernetesConfig:{KubernetesVersion: ClusterName: APIServerName: APIServerNames:[] APIServerIPs:[] DNSDomain: ContainerRuntime: CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR: ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: ExtraOptions:[] ShouldLoadCachedImages:false EnableDefaultCNI:false CNI: NodeIP: NodePort:0 NodeName:} Nodes:[{Name:minikube IP:127.0.0.1 Port:0 KubernetesVersion: ControlPlane:false Worker:false} {Name:mock-machine-0.66456005 IP:127.0.0.1 Port:0 KubernetesVersion: ControlPlane:false Worker:false}] Addons:map[] VerifyComponents:map[]} &{Name:mock-machine-0.43771419 IP:127.0.0.1 Port:0 KubernetesVersion: ControlPlane:false Worker:false}
I0708 22:01:21.326638   13605 start.go:121] createHost starting for "mock-machine-0.43771419" (driver="mock")
W0708 22:01:21.327016   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:21.327092   13605 start.go:157] libmachine.API.Create for "mock-machine-0.43771419" (driver="mock")
I0708 22:01:21.327144   13605 start.go:162] duration metric: libmachine.API.Create for "mock-machine-0.43771419" took 52.494µs
I0708 22:01:21.327151   13605 start.go:203] post-start starting for "mock-machine-0.42463750" (driver="mock")
I0708 22:01:21.327155   13605 start.go:206] post-start completed in 205ns
I0708 22:01:21.327239   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.42463750/config.json ...
I0708 22:01:21.327298   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.42463750/config.json: {Name:mkcfddb71930fb72149466807c3b7d0ca56adb91 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:21.327386   13605 start.go:124] duration metric: createHost completed in 741.199µs
I0708 22:01:21.327396   13605 start.go:75] releasing machines lock for "mock-machine-0.43771419-mock-machine-0.43771419", held for 809.262µs
I0708 22:01:21.327458   13605 start.go:121] createHost starting for "minikube" (driver="mock")
W0708 22:01:21.327867   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:21.327929   13605 start.go:157] libmachine.API.Create for "" (driver="mock")
I0708 22:01:21.328009   13605 start.go:162] duration metric: libmachine.API.Create for "" took 79.181µs
I0708 22:01:21.328025   13605 start.go:203] post-start starting for "mock-machine-0.68682307" (driver="mock")
I0708 22:01:21.328036   13605 start.go:206] post-start completed in 203ns
I0708 22:01:21.328139   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0708 22:01:21.328205   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.68682307/config.json: {Name:mk0d032ab17674f2136e53acab3fcce8a2470941 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:21.328338   13605 start.go:124] duration metric: createHost completed in 874.125µs
I0708 22:01:21.328373   13605 start.go:240] acquiring machines lock for mock-machine-0.68682307: {Name:mk7be990b8a491a16771acec89d0322a760b00a7 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0708 22:01:21.328417   13605 start.go:244] acquired machines lock for "mock-machine-0.68682307" in 29.327µs
I0708 22:01:21.328445   13605 start.go:88] Skipping create...Using existing machine configuration
I0708 22:01:21.328461   13605 fix.go:53] fixHost starting: mock-machine-0.68682307
I0708 22:01:21.328508   13605 fix.go:105] recreateIfNeeded on mock-machine-0.68682307: state=Stopped err=<nil>
W0708 22:01:21.328537   13605 fix.go:131] unexpected machine state, will restart: <nil>
W0708 22:01:21.328645   13605 out.go:79] [unset outFile]: * Restarting existing mock bare metal machine for "mock-machine-0.68682307" ...
I0708 22:01:21.328759   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0708 22:01:21.328929   13605 fix.go:55] fixHost completed within 468.221µs
I0708 22:01:21.328952   13605 start.go:75] releasing machines lock for "mock-machine-0.68682307", held for 507.79µs
I0708 22:01:21.329053   13605 start.go:240] acquiring machines lock for : {Name:mk7be990b8a491a16771acec89d0322a760b00a7 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0708 22:01:21.329121   13605 start.go:244] acquired machines lock for "" in 42.125µs
I0708 22:01:21.329137   13605 start.go:84] Provisioning new machine with config: &{Name: KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage: Memory:0 CPUs:0 DiskSize:0 Driver:mock HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[MOCK_MAKE_IT_PROVISION=true] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR: HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork: KVMQemuURI: KVMGPU:false KVMHidden:false DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot: UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:false HostOnlyNicType: NatNicType: KubernetesConfig:{KubernetesVersion: ClusterName: APIServerName: APIServerNames:[] APIServerIPs:[] DNSDomain: ContainerRuntime: CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR: ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: ExtraOptions:[] ShouldLoadCachedImages:false EnableDefaultCNI:false CNI: NodeIP: NodePort:0 NodeName:} Nodes:[{Name:minikube IP:127.0.0.1 Port:0 KubernetesVersion: ControlPlane:false Worker:false}] Addons:map[] VerifyComponents:map[]} &{Name:minikube IP: Port:0 KubernetesVersion: ControlPlane:false Worker:false}
I0708 22:01:21.329204   13605 start.go:121] createHost starting for "minikube" (driver="mock")
W0708 22:01:21.329552   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:21.329626   13605 start.go:157] libmachine.API.Create for "" (driver="mock")
I0708 22:01:21.329711   13605 start.go:162] duration metric: libmachine.API.Create for "" took 85.57µs
I0708 22:01:21.329740   13605 start.go:203] post-start starting for "mock-machine-0.06563702" (driver="mock")
I0708 22:01:21.329751   13605 start.go:206] post-start completed in 207ns
I0708 22:01:21.329835   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.06563702/config.json ...
I0708 22:01:21.329901   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.06563702/config.json: {Name:mkdbc5ce2167eefb8053d5f00959f7b8e6f07b24 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:21.330029   13605 start.go:124] duration metric: createHost completed in 812.063µs
I0708 22:01:21.330057   13605 start.go:75] releasing machines lock for "", held for 922.607µs
I0708 22:01:21.330150   13605 start.go:240] acquiring machines lock for -minikube: {Name:mk7be990b8a491a16771acec89d0322a760b00a7 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0708 22:01:21.330211   13605 start.go:244] acquired machines lock for "-minikube" in 38.523µs
I0708 22:01:21.330225   13605 start.go:84] Provisioning new machine with config: &{Name: KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage: Memory:0 CPUs:0 DiskSize:0 Driver:mock HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[FOO=BAR] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR: HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork: KVMQemuURI: KVMGPU:false KVMHidden:false DockerOpt:[param=value] DisableDriverMounts:false NFSShare:[] NFSSharesRoot: UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:false HostOnlyNicType: NatNicType: KubernetesConfig:{KubernetesVersion: ClusterName: APIServerName: APIServerNames:[] APIServerIPs:[] DNSDomain: ContainerRuntime: CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR: ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: ExtraOptions:[] ShouldLoadCachedImages:false EnableDefaultCNI:false CNI: NodeIP: NodePort:0 NodeName:} Nodes:[] Addons:map[] VerifyComponents:map[]} &{Name:minikube IP: Port:0 KubernetesVersion: ControlPlane:false Worker:false}
I0708 22:01:21.330309   13605 start.go:121] createHost starting for "minikube" (driver="mock")
W0708 22:01:21.331142   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:21.331217   13605 start.go:157] libmachine.API.Create for "" (driver="mock")
I0708 22:01:21.331292   13605 start.go:162] duration metric: libmachine.API.Create for "" took 74.697µs
I0708 22:01:21.331326   13605 start.go:203] post-start starting for "mock-machine-0.15651925" (driver="mock")
I0708 22:01:21.331338   13605 start.go:206] post-start completed in 200ns
I0708 22:01:21.331433   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.15651925/config.json ...
I0708 22:01:21.331497   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.15651925/config.json: {Name:mk28ae2496db2560b9a09a0db9e4a7c136222409 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:21.331634   13605 start.go:124] duration metric: createHost completed in 1.310448ms
I0708 22:01:21.331659   13605 start.go:75] releasing machines lock for "-minikube", held for 1.434423ms
I0708 22:01:21.331719   13605 stop.go:36] StopHost: mock-machine-0.15651925
I0708 22:01:21.331823   13605 start.go:121] createHost starting for "minikube" (driver="mock")
W0708 22:01:21.339601   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:21.339676   13605 start.go:157] libmachine.API.Create for "" (driver="mock")
I0708 22:01:21.339767   13605 start.go:162] duration metric: libmachine.API.Create for "" took 89.983µs
I0708 22:01:21.339782   13605 start.go:203] post-start starting for "mock-machine-0.09696952" (driver="mock")
I0708 22:01:21.339794   13605 start.go:206] post-start completed in 198ns
I0708 22:01:21.339903   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.09696952/config.json ...
I0708 22:01:21.339969   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.09696952/config.json: {Name:mkf0b46b5b84293322e7c9a2b36c51eb5244e966 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:21.340107   13605 start.go:124] duration metric: createHost completed in 8.255787ms
I0708 22:01:21.340131   13605 stop.go:36] StopHost: mock-machine-0.09696952
W0708 22:01:21.340251   13605 out.go:79] [unset outFile]: * Stopping "mock-machine-0.09696952" in mock ...
Stopping "mock-machine-0.09696952"...
Machine "mock-machine-0.09696952" was stopped.
I0708 22:01:21.340300   13605 stop.go:64] duration metric: stop complete within 40.675µs
I0708 22:01:21.340357   13605 start.go:121] createHost starting for "minikube" (driver="mock")
W0708 22:01:21.340647   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:21.340687   13605 start.go:157] libmachine.API.Create for "" (driver="mock")
I0708 22:01:21.340746   13605 start.go:162] duration metric: libmachine.API.Create for "" took 59.099µs
I0708 22:01:21.340751   13605 start.go:203] post-start starting for "mock-machine-0.30091186" (driver="mock")
I0708 22:01:21.340756   13605 start.go:206] post-start completed in 185ns
I0708 22:01:21.340829   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.30091186/config.json ...
I0708 22:01:21.340875   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.30091186/config.json: {Name:mk72ce75d37e9603fd591f128a3f3b0a5238416e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:21.340950   13605 start.go:124] duration metric: createHost completed in 587.979µs
W0708 22:01:21.341087   13605 out.go:79] [unset outFile]: * Deleting "mock-machine-0.30091186" in mock ...
I0708 22:01:21.341159   13605 start.go:121] createHost starting for "minikube" (driver="mock")
W0708 22:01:21.341451   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:21.341491   13605 start.go:157] libmachine.API.Create for "" (driver="mock")
I0708 22:01:21.341547   13605 start.go:162] duration metric: libmachine.API.Create for "" took 56.108µs
I0708 22:01:21.341553   13605 start.go:203] post-start starting for "mock-machine-0.51521263" (driver="mock")
I0708 22:01:21.341557   13605 start.go:206] post-start completed in 200ns
I0708 22:01:21.341633   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.51521263/config.json ...
I0708 22:01:21.341683   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.51521263/config.json: {Name:mkcc8f46fb109cebff8e11be31da6a147323ebc6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:21.341773   13605 start.go:124] duration metric: createHost completed in 607.77µs
I0708 22:01:21.341821   13605 start.go:121] createHost starting for "minikube" (driver="mock")
W0708 22:01:21.346010   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:21.346124   13605 start.go:157] libmachine.API.Create for "" (driver="mock")
I0708 22:01:21.346208   13605 start.go:162] duration metric: libmachine.API.Create for "" took 99.255µs
I0708 22:01:21.346240   13605 start.go:203] post-start starting for "mock-machine-0.81363996" (driver="mock")
I0708 22:01:21.346255   13605 start.go:206] post-start completed in 231ns
I0708 22:01:21.346374   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.81363996/config.json ...
I0708 22:01:21.346449   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.81363996/config.json: {Name:mk0e0f48060cb075ed113e446c196e42131e1f5c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:21.346572   13605 start.go:124] duration metric: createHost completed in 4.745674ms
I0708 22:01:21.347200   13605 start.go:121] createHost starting for "minikube" (driver="mock")
W0708 22:01:21.347498   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:21.347541   13605 start.go:157] libmachine.API.Create for "" (driver="mock")
I0708 22:01:21.347628   13605 start.go:162] duration metric: libmachine.API.Create for "" took 86.303µs
I0708 22:01:21.347635   13605 start.go:203] post-start starting for "mock-machine-0.21426387" (driver="mock")
I0708 22:01:21.347640   13605 start.go:206] post-start completed in 211ns
I0708 22:01:21.347717   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.21426387/config.json ...
I0708 22:01:21.347770   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.21426387/config.json: {Name:mka0f697199a5d7140a43bd4bf5dd2edc2aa285a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:21.347851   13605 start.go:124] duration metric: createHost completed in 640.054µs
I0708 22:01:21.347907   13605 start.go:121] createHost starting for "minikube" (driver="mock")
W0708 22:01:21.348184   13605 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0708 22:01:21.348224   13605 start.go:157] libmachine.API.Create for "mock-machine-0.21426387" (driver="mock")
I0708 22:01:21.348285   13605 start.go:162] duration metric: libmachine.API.Create for "mock-machine-0.21426387" took 59.814µs
I0708 22:01:21.348291   13605 start.go:203] post-start starting for "mock-machine-0.38065719" (driver="mock")
I0708 22:01:21.348296   13605 start.go:206] post-start completed in 202ns
I0708 22:01:21.348363   13605 profile.go:150] Saving config to /tmp/minipath999978743/.minikube/profiles/mock-machine-0.38065719/config.json ...
I0708 22:01:21.348413   13605 lock.go:35] WriteFile acquiring /tmp/minipath999978743/.minikube/profiles/mock-machine-0.38065719/config.json: {Name:mk26bc0ea19c78c204887b0b862d3e9b13692f37 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0708 22:01:21.348492   13605 start.go:124] duration metric: createHost completed in 579.87µs
I0708 22:01:21.348524   13605 stop.go:36] StopHost: mock-machine-0.38065719
W0708 22:01:21.348605   13605 out.go:79] [unset outFile]: * Stopping "mock-machine-0.38065719" in mock ...
Stopping "mock-machine-0.38065719"...
Machine "mock-machine-0.38065719" was stopped.
I0708 22:01:21.348680   13605 stop.go:64] duration metric: stop complete within 51.424µs
I0708 22:01:21.791692   13605 host.go:65] Checking if "mock-machine-0.38065719" exists ...
Using SSH client type: native
&{{{<nil> 0 [] [] []} root [] 0xb837c0 <nil>  [] 0s} localhost 42787 <nil> <nil>}
panic: Fail in goroutine after TestCreateSSHShell has completed

goroutine 152 [running]:
testing.(*common).Fail(0xc0000d5800)
	/home/travis/.gimme/versions/go1.13.9.linux.amd64/src/testing/testing.go:609 +0x151
testing.(*common).Errorf(0xc0000d5800, 0x143fb92, 0x16, 0xc000293ef0, 0x1, 0x1)
	/home/travis/.gimme/versions/go1.13.9.linux.amd64/src/testing/testing.go:704 +0x90
k8s.io/minikube/pkg/minikube/tests.(*SSHServer).handleRequest(0xc0003257a0, 0x17a23a0, 0xc000620000, 0xc0005e8d00, 0xc0005dc3c0)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/tests/ssh_mock.go:171 +0x694
k8s.io/minikube/pkg/minikube/tests.(*SSHServer).handleIncomingConnection(0xc0003257a0, 0x17a7fe0, 0xc00012a018)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/tests/ssh_mock.go:128 +0x1bd
created by k8s.io/minikube/pkg/minikube/tests.(*SSHServer).serve
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/tests/ssh_mock.go:96 +0x86
FAIL	k8s.io/minikube/pkg/minikube/machine	1.545s
ok  	k8s.io/minikube/pkg/minikube/notify	0.011s	coverage: 92.9% of statements
ok  	k8s.io/minikube/pkg/minikube/out	0.064s	coverage: 67.4% of statements
ok  	k8s.io/minikube/pkg/minikube/perf	4.329s	coverage: 33.8% of statements
ok  	k8s.io/minikube/pkg/minikube/problem	0.024s	coverage: 91.7% of statements
ok  	k8s.io/minikube/pkg/minikube/proxy	0.007s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/registry	0.006s	coverage: 75.5% of statements
ok  	k8s.io/minikube/pkg/minikube/service	0.084s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/shell	0.009s	coverage: 97.1% of statements
ok  	k8s.io/minikube/pkg/minikube/storageclass	0.015s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/sysinit	0.027s	coverage: 6.5% of statements
ok  	k8s.io/minikube/pkg/minikube/translate	0.005s	coverage: 10.5% of statements
ok  	k8s.io/minikube/pkg/minikube/tunnel	1.602s	coverage: 64.2% of statements
ok  	k8s.io/minikube/pkg/util	1.225s	coverage: 77.9% of statements
ok  	k8s.io/minikube/pkg/util/lock	0.004s	coverage: 18.2% of statements
ok  	k8s.io/minikube/pkg/util/retry	0.007s	coverage: 0.0% of statements
FAIL
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 32
TravisBuddy Request Identifier: b4baafe0-c166-11ea-9c30-6301f8ea01dd

@codecov-commenter
Copy link

Codecov Report

Merging #8682 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #8682   +/-   ##
=======================================
  Coverage   32.06%   32.06%           
=======================================
  Files         161      161           
  Lines       10532    10532           
=======================================
  Hits         3377     3377           
  Misses       6751     6751           
  Partials      404      404           

pkg/addons/gcpauth/enable.go Show resolved Hide resolved
pkg/addons/gcpauth/enable.go Show resolved Hide resolved
@sharifelgamal
Copy link
Collaborator 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 Jul 15, 2020
@minikube-pr-bot
Copy link

kvm2 Driver
docker Driver

@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 16, 2020
@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [69.039645842 65.814335517 63.827790618]
Average time for minikube: 66.22725732566666

Times for Minikube (PR 8682): [64.74906590900001 66.053445413 64.015299081]
Average time for Minikube (PR 8682): 64.93927013433333

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8682) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.0 on Debian   |  0.054181 |           0.053560 |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.017045 |           0.017644 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.004896 |           0.007675 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 41.549227 |          41.103831 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 23.009422 |          22.263385 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.280823 |           1.271305 |
| components...                  |           |                    |
| * Enabled addons:              |  0.228240 |           0.143739 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.080192 |           0.072124 |
| configured to use "minikube"   |           |                    |
|                                |  0.003232 |           0.006009 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [25.710498055 26.308805328 26.540039886]
Average time for minikube: 26.186447756333337

Times for Minikube (PR 8682): [26.20623305 26.123966673 24.975827609]
Average time for Minikube (PR 8682): 25.768675777333332

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8682) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.0 on Debian   |  0.065547 |           0.066251 |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.002591 |           0.002617 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.071207 |           0.056704 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  7.522693 |           7.315375 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 17.460398 |          17.467254 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.892132 |           0.790221 |
| components...                  |           |                    |
| * Enabled addons:              |  0.105500 |           0.002808 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.063304 |           0.063940 |
| configured to use "minikube"   |           |                    |
|                                |  0.003077 |           0.003506 |
+--------------------------------+-----------+--------------------+

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 19, 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 Jul 19, 2020
@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [63.06825539399999 64.51698720399999 66.147645624]
Average time for minikube: 64.57762940733333

Times for Minikube (PR 8682): [62.33771455499999 64.51695032999999 65.03033938]
Average time for Minikube (PR 8682): 63.96166808833334

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8682) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.055966 |                    |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.018302 |           0.018385 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.002859 |           0.003024 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 40.480828 |          40.791591 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 22.062699 |          21.557985 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.305539 |           1.305864 |
| components...                  |           |                    |
| * Enabled addons:              |  0.559473 |           0.156668 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.086089 |           0.070257 |
| configured to use "minikube"   |           |                    |
|                                |  0.005873 |           0.053744 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [25.498167350000003 26.151231772 24.678559534]
Average time for minikube: 25.442652885333334

Times for Minikube (PR 8682): [25.438511258 25.997516801 24.783536225000006]
Average time for Minikube (PR 8682): 25.406521428

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8682) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.065314 |                    |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.002573 |           0.002595 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.055642 |           0.056281 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  7.596849 |           7.360343 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 16.732648 |          16.832317 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.823111 |           0.851077 |
| components...                  |           |                    |
| * Enabled addons:              |  0.099285 |           0.169539 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.063636 |           0.064667 |
| configured to use "minikube"   |           |                    |
|                                |  0.003594 |           0.004292 |
+--------------------------------+-----------+--------------------+

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 21, 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 Jul 21, 2020
@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [63.791187833 62.57389492700001 60.690590724]
Average time for minikube: 62.351891161333334

Times for Minikube (PR 8682): [56.217019945999986 61.431176793000006 57.459713404999995]
Average time for Minikube (PR 8682): 58.36930338133333

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8682) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.061283 |           0.057755 |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.021271 |           0.019776 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.003034 |           0.003043 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 39.583766 |          35.780029 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 21.239768 |          20.964700 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.355764 |           1.409891 |
| components...                  |           |                    |
| * Enabled addons:              |  0.008413 |           0.052979 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.075243 |           0.075055 |
| configured to use "minikube"   |           |                    |
|                                |  0.003349 |           0.006075 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [27.776607086000002 27.340374295 28.394337515]
Average time for minikube: 27.83710629866667

Times for Minikube (PR 8682): [26.039622831000003 26.567360379999997 25.719606344]
Average time for Minikube (PR 8682): 26.108863185

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8682) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.079210 |           0.079137 |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.102952 |           0.002600 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.066547 |           0.058044 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  8.472491 |           7.573526 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 18.120404 |          17.407576 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.915010 |           0.902808 |
| components...                  |           |                    |
| * Enabled addons:              |  0.013167 |           0.002887 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.062306 |           0.078142 |
| configured to use "minikube"   |           |                    |
|                                |  0.005019 |           0.004142 |
+--------------------------------+-----------+--------------------+

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [60.74707544400001 62.03262078 61.63522025300001]
Average time for minikube: 61.47163882566667

Times for Minikube (PR 8682): [61.82875216200001 63.190716321 61.994711349]
Average time for Minikube (PR 8682): 62.338059944

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8682) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.059861 |           0.056794 |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.018728 |           0.019841 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.007081 |           0.012999 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 40.375737 |          39.768954 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 19.408005 |          20.474502 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.329687 |           1.457898 |
| components...                  |           |                    |
| * Enabled addons:              |  0.186583 |           0.464530 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.081837 |           0.075066 |
| configured to use "minikube"   |           |                    |
|                                |  0.004121 |           0.007475 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [27.211572939 25.994531263000002 25.628452465000002]
Average time for minikube: 26.278185555666667

Times for Minikube (PR 8682): [25.573163084999997 25.660444872000003 27.310304325999997]
Average time for Minikube (PR 8682): 26.18130409433333

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8682) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.077772 |           0.074182 |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.099459 |           0.099627 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.056259 |           0.055505 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  8.441694 |           8.346539 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 16.588645 |          16.601566 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.918564 |           0.841375 |
| components...                  |           |                    |
| * Enabled addons:              |  0.015635 |           0.087761 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.076730 |           0.069191 |
| configured to use "minikube"   |           |                    |
|                                |  0.003428 |           0.005559 |
+--------------------------------+-----------+--------------------+

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [60.505615999999996 63.813141120000004 63.684200389]
Average time for minikube: 62.667652503

Times for Minikube (PR 8682): [58.474514056000004 63.066704156 66.11227497899999]
Average time for Minikube (PR 8682): 62.551164397

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8682) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.063366 |           0.059114 |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.020747 |           0.020043 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.003308 |           0.003050 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 40.598991 |          40.324886 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 20.418804 |          20.284423 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.362951 |           1.383359 |
| components...                  |           |                    |
| * Enabled addons:              |  0.118964 |           0.402433 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.076298 |           0.069629 |
| configured to use "minikube"   |           |                    |
|                                |  0.004224 |           0.004227 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [27.254047745999998 25.841156336 26.585461695000003]
Average time for minikube: 26.560221925666667

Times for Minikube (PR 8682): [25.537851022 26.696834380999995 27.461784608000002]
Average time for Minikube (PR 8682): 26.565490003666667

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8682) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.073551 |           0.082346 |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.102132 |           0.100323 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.057718 |           0.056558 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  8.648355 |           8.132248 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 16.667347 |          17.183490 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.919102 |           0.926130 |
| components...                  |           |                    |
| * Enabled addons:              |  0.026194 |           0.015989 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.061674 |           0.064524 |
| configured to use "minikube"   |           |                    |
|                                |  0.004149 |           0.003882 |
+--------------------------------+-----------+--------------------+

@sharifelgamal sharifelgamal merged commit 1b6eee6 into kubernetes:master Jul 21, 2020
@Olshansk
Copy link

This change is 💯 💯 💯

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/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GCP Auth addon
8 participants