You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to change a node template via API, because I run into a issue creating node that the machine driver complains about
"Error setting machine configuration from flags provided: --hetzner-image and --hetzner-image-id are mutually exclusive; Timeout waiting for ssh key"
As the driver does not like to have both image and imageId set at the same time I tried to remove the image property in hetznerConfig object. The request looks good. But the answer contains the image set to "ubuntu-18.04" again.
The text was updated successfully, but these errors were encountered:
I want to change a node template via API, because I run into a issue creating node that the machine driver complains about
"Error setting machine configuration from flags provided: --hetzner-image and --hetzner-image-id are mutually exclusive; Timeout waiting for ssh key"
As the driver does not like to have both image and imageId set at the same time I tried to remove the image property in hetznerConfig object. The request looks good. But the answer contains the image set to "ubuntu-18.04" again.
The text was updated successfully, but these errors were encountered: