You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full output of minikube logs command:
π minikube v1.22.0 on Darwin 11.5.2
β¨ Using the docker driver based on existing profile
π Starting control plane node minikube in cluster minikube
π Pulling base image ...
π€· docker "minikube" container is missing, will recreate.
π₯ Creating docker container (CPUs=2, Memory=1987MB) ...
β This container is having trouble accessing https://k8s.gcr.io
π‘ To pull new external images, you may need to configure a proxy: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/
π³ Preparing Kubernetes v1.21.2 on Docker 20.10.7 ...
βͺ Generating certificates and keys ...
βͺ Booting up control plane ...
βͺ Configuring RBAC rules ...| E0828 15:18:40.000703 47106 start.go:141] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: timed out waiting for the condition
π Verifying Kubernetes components...
βͺ Using image gcr.io/k8s-minikube/storage-provisioner:v5
β Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error listing StorageClasses: Unauthorized]
π Enabled addons: storage-provisioner
β Exiting due to GUEST_START: wait 6m0s for node: wait for healthy API server: controlPlane never updated to v1.21.2
Hi @enrico-j-yang, thanks for reporting your issue with minikube!
This is an existing issue we're aware of (#8765) but have not yet fixed. The current work around is to run minikube delete --all --purge which will clear out the minikube configuration files.
Steps to reproduce the issue:
1.minikube start
2.
3.
Full output of
minikube logs
command:π minikube v1.22.0 on Darwin 11.5.2
β¨ Using the docker driver based on existing profile
π Starting control plane node minikube in cluster minikube
π Pulling base image ...
π€· docker "minikube" container is missing, will recreate.
π₯ Creating docker container (CPUs=2, Memory=1987MB) ...
β This container is having trouble accessing https://k8s.gcr.io
π‘ To pull new external images, you may need to configure a proxy: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/
π³ Preparing Kubernetes v1.21.2 on Docker 20.10.7 ...
βͺ Generating certificates and keys ...
βͺ Booting up control plane ...
βͺ Configuring RBAC rules ...| E0828 15:18:40.000703 47106 start.go:141] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: timed out waiting for the condition
π Verifying Kubernetes components...
βͺ Using image gcr.io/k8s-minikube/storage-provisioner:v5
β Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error listing StorageClasses: Unauthorized]
π Enabled addons: storage-provisioner
β Exiting due to GUEST_START: wait 6m0s for node: wait for healthy API server: controlPlane never updated to v1.21.2
Full output of failed command:
The text was updated successfully, but these errors were encountered: