-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.
Description
What Happened?
Latest minikube as of today (1.37.0)
the storage-provisioner keeps restarting and dashboard doesnt work.
minikube start:
π minikube v1.37.0 on Lfs
β¨ Automatically selected the docker driver. Other choices: qemu2, podman, ssh
π Using Docker driver with root privileges
π Starting "minikube" primary control-plane node in "minikube" cluster
π Pulling base image v0.0.48 ...
πΎ Downloading Kubernetes v1.34.0 preload ...
> gcr.io/k8s-minikube/kicbase...: 488.52 MiB / 488.52 MiB 100.00% 7.56 Mi
> preloaded-images-k8s-v18-v1...: 337.07 MiB / 337.07 MiB 100.00% 4.08 Mi
π₯ Creating docker container (CPUs=2, Memory=7900MB) ...
π³ Preparing Kubernetes v1.34.0 on Docker 28.4.0 ...
π Configuring bridge CNI (Container Networking Interface) ...
π Verifying Kubernetes components...
βͺ Using image gcr.io/k8s-minikube/storage-provisioner:v5
π Enabled addons: storage-provisioner, default-storageclass
π Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
kubectl get pods -A:
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system coredns-66bc5c9577-zrnn7 0/1 Running 0 2m21s
kube-system etcd-minikube 1/1 Running 0 2m27s
kube-system kube-apiserver-minikube 1/1 Running 0 2m27s
kube-system kube-controller-manager-minikube 1/1 Running 0 2m27s
kube-system kube-proxy-phk5s 1/1 Running 0 2m21s
kube-system kube-scheduler-minikube 1/1 Running 0 2m27s
kube-system storage-provisioner 1/1 Running 3 (35s ago) 2m25s
kubernetes-dashboard dashboard-metrics-scraper-77bf4d6c4c-d22n2 1/1 Running 0 70s
kubernetes-dashboard kubernetes-dashboard-855c9754f9-2rrqz 1/1 Running 1 (24s ago) 70s
(as can be seen "storage-provisioner" and "kubernetes-dashboard" keep restarting)
minikube logs:
.
.
.
==> storage-provisioner [a44340da6c24] <==
I1130 23:04:50.286427 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
F1130 23:05:20.288836 1 main.go:39] error getting server version: Get "https://10.96.0.1:443/version?timeout=32s": dial tcp 10.96.0.1:443: i/o timeout
I tried running minikube with podman (rootless and non rootless) and docker (rootless and non rootless) and had the same problem with them all.
Attach the log file
Operating System
Other
Driver
Docker
Metadata
Metadata
Assignees
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.