Skip to content
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

Hanging on ssh connectivity with server #364

Closed
sujeeruban opened this issue May 19, 2024 · 3 comments
Closed

Hanging on ssh connectivity with server #364

sujeeruban opened this issue May 19, 2024 · 3 comments

Comments

@sujeeruban
Copy link

sujeeruban commented May 19, 2024

Hi, I tried to set up a k3s cluster with disabled external interfaces but encountered the following error. There are no firewall blocks. could you please help me on this?

  • passphrase on the ssh key
  • use_ssh_agent to true

Validating configuration......configuration seems valid.

=== Creating infrastructure resources ===
Creating firewall...done.
Creating SSH key...done.
Creating placement group rge-test-masters...done.
Placement group rge-test-arm-1 already exists, skipping.
Creating server rge-test-cax11-pool-arm-worker2...
Creating server rge-test-cax11-master1...
Creating server rge-test-cax11-pool-arm-worker1...
...server rge-test-cax11-pool-arm-worker1 created.
...server rge-test-cax11-pool-arm-worker2 created.
...server rge-test-cax11-master1 created.
Server rge-test-cax11-master1 already exists, skipping.
Waiting for successful ssh connectivity with server rge-test-cax11-master1...
Server rge-test-cax11-pool-arm-worker1 already exists, skipping.
Waiting for successful ssh connectivity with server rge-test-cax11-pool-arm-worker1...
Server rge-test-cax11-pool-arm-worker2 already exists, skipping.
Waiting for successful ssh connectivity with server rge-test-cax11-pool-arm-worker2...

Did I miss something?

hetzner_token: ""
cluster_name: rge-test
kubeconfig_path: "./kubeconfig"
k3s_version: v1.26.5+k3s1
public_ssh_key_path: "/.ssh/id_rsa.pub"
private_ssh_key_path: "
/.ssh/id_rsa"
use_ssh_agent: true
ssh_allowed_networks:

@ajaysourcedigital
Copy link

same issue with me.

@vitobotta
Copy link
Owner

Hi, rc1 of v2 is now available and includes some changes that should help with these issues. Would you be able to help with testing? if yes see #385 for details. Thanks

@vitobotta
Copy link
Owner

v2 is going to be released next weekend with lots of improvements that address various reasons for hanging. So I am closing this - please open a separate issue if you can still reproduce this kind of issue with v2. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants