-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Enabling addons: default-storageclass, storage-provisioner #6709
Comments
@jwuman I belive that is a warrning for an addon, it might actually just work fine but warn about it could u please verify if there is anything broken other than warrnning ? |
I am getting same error and once this warning appears minikube dashboard doesn't start. For me When i try to use Dynamic Tokens using I get same error. π₯ Deleting "minikube" in virtualbox ...
π Removed all traces of the "minikube" cluster.
π minikube v1.7.3 on Darwin 10.14.5
β¨ Automatically selected the virtualbox driver
π₯ Creating virtualbox VM (CPUs=2, Memory=2000MB, Disk=6000MB) ...
π³ Preparing Kubernetes v1.17.3 on Docker 19.03.6 ...
βͺ apiserver.service-account-issuer=api
βͺ apiserver.service-account-signing-key-file=/var/lib/minikube/certs/apiserver.key
βͺ apiserver.service-account-api-audiences=api
π Launching Kubernetes ...
π Enabling addons: default-storageclass, storage-provisioner
stderr: Event after waiting for few minutes (normally it starts in a minute).
π Enabling dashboard ...
π€ Verifying dashboard health ...
π Launching proxy ...
π€ Verifying proxy health ...
π£ http://127.0.0.1:56947/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ is not accessible: Temporary Error: unexpected response code: 404
|
For me this got solved as i was providing wrong Public Private Keys. Adding Flags New Working Command |
I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it. Thank you for opening the issue! |
I can confirm that the issue still persists. running minikube 1.11.0 on a Ubuntu 20.04 WSL2 with
|
I also have this issue, and it feels like it hangs and doesn't do anything else. |
I confirm same. minikube v1.11.0 Ubuntu 20.04 WSL2 |
I was getting the same issue and got it fixed(workaround?) by deleting ~/.kube/config and resetting my KUBECONFIG var. Maybe this helps. |
And I can also confirm it by running minikube v1.11.0 on a Debian 10.4 WSL2 with π minikube v1.11.0 on Debian 10.4 π£ failed to start node: startup failed: Wait failed: node pressure: list nodes: Get https://172.17.0.3:8443/api/v1/nodes: dial tcp 172.17.0.3:8443: i/o timeout πΏ minikube is exiting due to an error. If the above message is not useful, open an issue: I don't know what else to do. |
I was able to get minikube (v1.12.0-beta.0) running on Ubuntu 20.04 under wsl2 Running: Docker Desktop 2.3.0.3 (with "Use the WSL 2 based engine", %USERPROFILE%/.wslconfig
I installed minikube v1.12.0-beta.0 in Ubuntu 20.04
Output:
I then ran Skaffold and accessed the sample app from Window 10
Output:
I then installed istio and Knative and I was able to navigate to Kiali to view status from Windows 10 |
I think if it would be possible to run minikube without disabling TLS, that would be the best approach. |
Agreed. I have tested my setup and you are correct. I have edited my post above accordingly. |
OMG... thank you soooo much @mikemountjoy. This is unbelievable |
Also tested as working with latest production release v1.12.0 running on Ubuntu 20.04 under wsl2 |
got the same issue on MacOS
|
Deleting both |
I ran a quick test using docker on my own machine and minikube started successfully. Personally I use hyperkit (installed as part of Docker Desktop for Mac ) rather than docker as my --vm-driver
|
Thanks a lot. Clean the folder
|
Thanks @ashmckenzie @ozbillwang I had the same issue on macOS 1.15.6 and minikube v1.12.3. Deleting the Not sure if it's related but I hadn't used minikube in a long while so I also ran into other issues first where |
The exact command to reproduce the issue:
minikube start --cpus=2 --memory=4096 --vm-driver=kvm2
The full output of the command that failed:
π minikube v1.7.3 on Arch 19.0.0
β οΈ Enabling 'storage-provisioner' returned an error: running callbacks: [addon apply: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.17.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: Process exited with status 1
β¨ Automatically selected the kvm2 driver. Other choices: virtualbox, none, docker (experimental), podman (experimental)
π₯ Creating kvm2 VM (CPUs=2, Memory=4096MB, Disk=20000MB) ...
π³ Preparing Kubernetes v1.17.3 on Docker 19.03.6 ...
π Launching Kubernetes ...
π Enabling addons: default-storageclass, storage-provisioner
stdout:
serviceaccount/storage-provisioner created
clusterrolebinding.rbac.authorization.k8s.io/storage-provisioner created
stderr:
Error from server (ServerTimeout): error when creating "/etc/kubernetes/addons/storage-provisioner.yaml": No API token found for service account "storage-provisioner", retry after the token is automatically created and added to the service account
]
β Waiting for cluster to come online ...
π Done! kubectl is now configured to use "minikube"
The output of the
minikube logs
command:The operating system version:
Linux manjaro-main 5.5.2-1-MANJARO #1 SMP PREEMPT Tue Feb 4 19:22:35 UTC 2020 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: