Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config.toml template and base64 #30

Open
remyd1 opened this issue Feb 11, 2022 · 2 comments
Open

config.toml template and base64 #30

remyd1 opened this issue Feb 11, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@remyd1
Copy link

remyd1 commented Feb 11, 2022

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), 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,

@remche
Copy link
Owner

remche commented Feb 11, 2022

You need to pass a file content through filebase64 function (see examples/jupyterhub-gpu and examples/nvidia-gpu). That features was brought by #27.

But you're perfectly right that we need to homogenize variables/behavior for different config files. That was on my TODO list ;)

@stale
Copy link

stale bot commented Apr 13, 2022

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.

@stale stale bot added the wontfix This will not be worked on label Apr 13, 2022
@remche remche added enhancement New feature or request and removed wontfix This will not be worked on labels Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants