-
Notifications
You must be signed in to change notification settings - Fork 77
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
v0.17.5 can't connect to a single host config #674
Comments
Just to make sure, can you try to invoke k0sctl v0.17.5 via |
Probably has something to do with k0sproject/rig#162 |
This is also with things switched over to a lima VM that works with v0.17.4
|
Your last log snippets show network errors ("connection refused"), not SSH handshake failures ("ssh: handshake failed: ssh: unable to authenticate"), btw. |
What is the disposition of your keys? I see from the logs there are 2 keys loaded in the ssh agent and one key got loaded from the default configuration:
Is this correct? |
Running with
I copy the multipass key from |
Summary
v0.17.5 can no longer connect to a single host node. v0.17.4 works fine.
Details
I just installed v0.17.5 and created a new config using
k0sctl init
and modified the hosts section to be a single host that pointed to a VM on my local machine. The apply command kept hanging up when I tried to apply the config.I reverted my k0sctl version to v0.17.4 and it worked fine.
Environment
Host: Pop OS
VM manager: multipass
VM distro: Ubuntu 22.04
The text was updated successfully, but these errors were encountered: