Creater cluster openstacke error rancher 2.6.5

how to fix error resource in openstack

Error creating machine: Error in driver during machine creation: Resource not found:Timeout waiting for ssh key

Hi !

You don’t tell if you used rke1 or rke2…

If rke1 (like I use for now) :
In your node template (or directly in your node setup), you should have :

  • keypairName, with the value of the existing keypair for the username you set
  • privateKeyFile, with the content of the associated ssh private key

The name is misleading, it’s not a file name, rke will create a file based on the content you provide, to be able to access nodes…