-
Notifications
You must be signed in to change notification settings - Fork 264
Installation hangs on null_resource.kubeconfig #537
Comments
Is this with the graphical installer or running terraform apply manually? What's your local SSH key setup? In the graphical installer, terraform runs in it's own env and we fixed an issue to pass SSH_AUTH_SOCK (Yubikeys, etc.). Otherwise, I believe terraform looks for common key locations. What version of this repo did you try? |
I was running terraform manually. I am able to ssh directly to the servers using the public key/private key properly. I was using the latest master. |
If you run |
It appears Terraform uses ssh-agent, so if it isn't configured or available, the only options attempted are the PR #625 adds an optional variable to specify the |
I had the same problem (using GUI installer). I got rid of it by removing all unneeded identities from the ssh-agent instance. ( |
Confirming this issue affected me as well. I wasn't running ssh-agent at all, so once I started it up on the system from where I'm running the tectonic installer and pointed it toward my key, kubeconfig was able to do its work. |
Added a tracking issue for documentation improvements here: #1078 We can keep this open until that lands. |
more clear info here: #1078 |
Closing as #1078 documents this as a requirement. |
When attempting to run through the installation process on some bare metal hosts. I run into the issue where the installation process would hang on the null_resource.kubeconfig.* step and it would timeout after an hour. I know that during this process, this is when the installer is waiting for the host installation to complete. Once complete the kubeconfig is copied to the hosts via ssh.
It appears that the installer can't connect to the hosts via ssh. On the Container Linux host I can see auth failures repeated until the process times out. In my configuration file, I have provided a public key and i can ssh to the hosts after the process times out.
The text was updated successfully, but these errors were encountered: