Skip to content

tofu/terraform output command does not produce kubeconfig #1639

Discussion options

You must be logged in to vote

In my case was also getting "Waiting for MicroOS to become available..." error on the ssh command when doing terraform apply, so tested doing the ssh command on it's own in terminal like ssh root@188.245.151.169 - that gave an error mentioning "signing failed for ED25519". Turns out I needed to tweak my ssh_public_key and ssh_private_key values in kube.tf (my ssh key is passphrase protected, so tweaked the settings to work with ssh agent), then did terraform destroy and again terraform apply, and it fixed issue. Seems a few things can cause this issue, I saw others mention it was due to not setting firewall_ssh_source correctly with their local IP.

Replies: 5 comments

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
0 replies
Answer selected by rafaelbeckel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #1616 on February 16, 2025 19:57.