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

minikube start fails with network unreachable #14809

Closed
RalfBeckesch opened this issue Aug 18, 2022 · 6 comments
Closed

minikube start fails with network unreachable #14809

RalfBeckesch opened this issue Aug 18, 2022 · 6 comments
Labels
co/docker-driver Issues related to kubernetes in container kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. os/linux triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@RalfBeckesch
Copy link

What Happened?

I tried to run minikube start, but it failed.

rb@ralf-schenkervia15pro~> lsb_release -a
LSB Version: n/a
Distributor ID: ManjaroLinux
Description: Manjaro Linux
Release: 21.3.7
Codename: Ruah

rb@ralf-schenkervia15pro~> uname -a
Linux ralf-schenkervia15pro 5.19.1-3-MANJARO #1 SMP PREEMPT_DYNAMIC Sat Aug 13 06:34:52 UTC 2022 x86_64 GNU/Linux

rb@ralf-schenkervia15pro~> minikube version
minikube version: v1.26.1
commit: 62e108c-dirty

rb@ralf-schenkervia15pro~(1!)> kubectl version
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"archive", BuildDate:"2022-08-08T17:09:48Z", GoVersion:"go1.19", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
Unable to connect to the server: dial tcp 192.168.49.2:8443: connect: network is unreachable

logs.txt


rb@ralf-schenkervia15pro~> minikube start
😄 minikube v1.26.1 auf Arch 21.3.7
✨ Treiber docker wurde automatisch ausgewählt. Andere Möglichkeiten: virtualbox, ssh
📌 Using Docker driver with root privileges
👍 Starte Control Plane Node minikube in Cluster minikube
🚜 Ziehe das Base Image ...
💾 Lade Kubernetes v1.24.3 herunter ...
> gcr.io/k8s-minikube/kicbase: 386.61 MiB / 386.61 MiB 100.00% 2.09 MiB p
> preloaded-images-k8s-v18-v1...: 405.75 MiB / 405.75 MiB 100.00% 1.87 Mi
> gcr.io/k8s-minikube/kicbase: 0 B [______________________] ?% ? p/s 1m52s
🔥 Erstelle docker container (CPUs=2, Speicher=7601MB) ...
🐳 Vorbereiten von Kubernetes v1.24.3 auf Docker 20.10.17...
▪ Generiere Zertifikate und Schlüssel ...
▪ Starte Control-Plane ...
▪ Konfiguriere RBAC Regeln ...\ E0818 08:47:27.870720 4445 start.go:267] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: timed out waiting for the condition

🔎 Verifiziere Kubernetes Komponenten...
▪ Verwende Image gcr.io/k8s-minikube/storage-provisioner:v5
❗ Das Aktivieren von 'default-storageclass lieferte einen Fehler zurück: running callbacks: [Error making standard the default storage class: Error listing StorageClasses: Get "https://192.168.49.2:8443/apis/storage.k8s.io/v1/storageclasses": dial tcp 192.168.49.2:8443: connect: network is unreachable]
🌟 Addons aktiviert: storage-provisioner

❌ Terminiere aufgrund von GUEST_START: wait 6m0s for node: wait for healthy API server: apiserver healthz never reported healthy: timed out waiting for the condition

╭───────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ 😿 Bitte lassen Sie es uns wissen, falls der obige Hinweis nicht weiterhilft: │
│ 👉 https://github.com/kubernetes/minikube/issues/new/choose
│ │
│ Bitte führen Sie minikube logs --file=logs.txt aus und fügen Sie logs.txt an das GitHub Issue an. │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────╯

rb@ralf-schenkervia15pro~(80!)> minikube logs --file=logs.txt

Attach the log file

logs.txt

Operating System

Other

Driver

Docker

@RalfBeckesch
Copy link
Author

logs.txt

This log is from an identical run with additional "--v=5"

@afbjorklund
Copy link
Collaborator

minikube does not support docker desktop yet

the "docker" driver assumes docker engine (no VM)

https://docs.docker.com/engine/

@afbjorklund afbjorklund added co/docker-driver Issues related to kubernetes in container os/linux triage/duplicate Indicates an issue is a duplicate of other open issue. kind/bug Categorizes issue or PR as related to a bug. labels Aug 21, 2022
@afbjorklund afbjorklund changed the title minikube start fails with default-storageclass error minikube start fails with network unreachable Aug 21, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 19, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Dec 19, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

@k8s-ci-robot k8s-ci-robot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2023
@k8s-ci-robot
Copy link
Contributor

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. os/linux triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

4 participants