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
First of all, thanks to your project, we are able to deploy nodes with rke2 on openstack.
However, FYI, we had some issues using terraform and terraform-openstack-rke2.
Indeed, the main.tf at the root folder does not contain containerd_config_file = filebase64(var.containerd_config_file), but containerd_config_file = var.containerd_config_file.
Is this the normal behaviour ?
Instead, should we use directly the base64 value as a string in variables.tf ?
Thanks,
Best regards,
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
First of all, thanks to your project, we are able to deploy nodes with rke2 on openstack.
However, FYI, we had some issues using terraform and terraform-openstack-rke2.
Indeed, the main.tf at the root folder does not contain
containerd_config_file = filebase64(var.containerd_config_file)
, butcontainerd_config_file = var.containerd_config_file
.Is this the normal behaviour ?
Instead, should we use directly the base64 value as a string in
variables.tf
?Thanks,
Best regards,
The text was updated successfully, but these errors were encountered: