-
Notifications
You must be signed in to change notification settings - Fork 581
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
Unable to create a local talos cluster in version 1.8.3 - related to #9431 #9902
Comments
If you hit an error, please submit a full bug report, including the command you're running and the output and full error message. Also, you can grab |
I switched versions and ran
adding the --nodes flag
|
There's still no output nor the command you ran. The cluster status is okay according to the logs. |
The docs say "Once the above finishes successfully, your talosconfig ( ~/.talos/config ) and kubeconfig ( ~/.kube/config ) will be configured to point to the new cluster." This does not happen, I assume the deadline exceeded errror causes the program to exit before creating the files. I did notice that with v1.9.0-beta.0 a new subfolder is created under ~/.talos/clusters. But this folder is empty. |
The command
|
The problem is that under Docker, the Even though the space might be enough for Kubernetes, it might actually think that your You either can use QEMU which will isolate it from the host, or you free up some space on your host. |
I cleaned up some space on the host by removing some old Docker Images. Free space went from 84GB to 214GB.
Using QEMU defeats the purpose of being about to just spin up talos in Docker. |
You can do |
I investigated it myself by reverting to v1.68. This worked without issues. Obviously, I'm not the only who has reported the same issue. The command Also, since the command executed correctly, the talos and kube configs were exported correctly.
|
Bug Report
talosctl create cluster fails with error message context deadline exceeded
Description
Running
talosctl create cluster
ends with context deadline exceeded errorI do see an etcd pull error in the controlplane. I saw the same issue in the logs for the referenced issue #9431
Suggestion
I know there was a commit to resolve this issue, but it was pushed into v1.9.
Suggest the docs are updated to use v1.9
I will pull talosctl asset for release v1.9.0-beta.0 and try using it.
Environment
Logs
talos-controlplane
talos-worker
The text was updated successfully, but these errors were encountered: