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

Stop minikube dashboard from crashing at start #6325

Merged
merged 1 commit into from
Jan 21, 2020

Conversation

afbjorklund
Copy link
Collaborator

If the profile does not exist, it cannot load

Fixes #6324

If the profile does not exist, it cannot load
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 15, 2020
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 15, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afbjorklund

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 Jan 15, 2020
@codecov-io
Copy link

Codecov Report

Merging #6325 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6325      +/-   ##
==========================================
- Coverage   38.23%   38.22%   -0.02%     
==========================================
  Files         123      123              
  Lines        8269     8273       +4     
==========================================
  Hits         3162     3162              
- Misses       4696     4700       +4     
  Partials      411      411
Impacted Files Coverage Δ
cmd/minikube/cmd/dashboard.go 1.7% <0%> (-0.07%) ⬇️

@medyagh
Copy link
Member

medyagh commented Jan 15, 2020

/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 Jan 15, 2020
@minikube-bot
Copy link
Collaborator

Error: running mkcmp
2020/01/15 23:27:21 Executing run 1/3...
2020/01/15 23:27:21 Running: [/home/performance-monitor/minikube/out/minikube start]...
2020/01/15 23:27:21 0.328218: * minikube v1.7.0-beta.0 on Debian 9.11
2020/01/15 23:27:21 0.041597: * Selecting 'kvm2' driver from user configuration (alternates: [docker none])
! Unable to update kvm2 driver: download failed: https://github.com/kubernetes/minikube/releases/download/v1.7.0-beta.0/docker-machine-driver-kvm2?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.7.0-beta.0/docker-machine-driver-kvm2.sha256: invalid checksum: Error downloading checksum file: bad response code: 404
2020/01/15 23:27:22 0.549534: * Downloading driver docker-machine-driver-kvm2:
*
X Unable to start VM. Please investigate and run 'minikube delete' if possible

  • Error: [KVM2_NOT_FOUND] new host: Driver "kvm2" not found. Do you have the plugin binary "docker-machine-driver-kvm2" accessible in your PATH?
  • Suggestion: Please install the minikube kvm2 VM driver, or select an alternative --vm-driver
  • Documentation: https://minikube.sigs.k8s.io/docs/reference/drivers/kvm2/
    : exit status 1

@kubernetes kubernetes deleted a comment from minikube-bot Jan 17, 2020
@kubernetes kubernetes deleted a comment from minikube-bot Jan 17, 2020
@minikube-pr-bot
Copy link

Error: running mkcmp: exit status 1

@medyagh medyagh merged commit e0a8b7d into kubernetes:master Jan 21, 2020
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/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

minikube dashboard crashes unless minikube started
6 participants