Skip to content

Provisioner errors when deploying a new cluster #653

Answered by tbabut
tbabut asked this question in Q&A
Discussion options

You must be logged in to vote

Not quite right. I hadn't changed the ssh_port in the kube.tf file. I have had set a different standard port in my ssh config:

$ cat ~/.ssh/config
Host *
	ServerAliveInterval 60
	User tbabut
	Port 9962
[...]

During the deployment the following command is one of the steps, that have failed:

module.kube-hetzner.module.agents["3-0-egress"].hcloud_server.server (local-exec): Executing: ["/bin/sh" "-c" "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'IdentitiesOnly yes' -o PubkeyAuthentication=yes -i /tmp/bqvn2dunisjjbjbstoke root@5.75.xxx.xxx '(sleep 2; reboot)&'; sleep 3\n"]

The ssh command from above is including my ssh config (~/.ssh/config) with my changed port for a…

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mysticaltech
Comment options

Comment options

You must be logged in to vote
1 reply
@mysticaltech
Comment options

Answer selected by mysticaltech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants