Closed akosiaris closed 1 year ago
For what is worth, I sidestepped this one by supplying an environment with some dummy values.
I'm working on acceptance tests to test the provider on various architectures, I hope they're useful for discovering issues like this
In the coming weeks I'll be working on an ARM cluster so I'll try to figure out how to solve this issue
Should be fixed on main branch
I just tested this, indeed it works fine and I no longer need the dummy environment stanzas
Thanks!
Hello @alessiodionisi . Thank you for your work. When will you be able to release a new version with this fix? The latest version is 0.2.0 which does not include this fix, as far as I can see.
@null0rUndefined released with v0.2.1: https://github.com/alessiodionisi/terraform-provider-k0s/releases/tag/v0.2.1
Hi,
Thanks once more for this plugin.
I 've been trying out the plugin with some arm VMs and I got bitten by the following:
Looking a bit at the code in question and trying to reproduce using the k0sctl binary as is, I am a bit at a loss. I can't reproduce it running the k0sctl, that one works fine.
The code suggests to me that what's missing is the
Environment
map (thus being nil) but I am not yet sure why vanilla k0sctl calls have it and the plugin doesn't.