Matt Morrison
Matt Morrison
Thanks for the useful addition @mgkeen. I found one issue with this Toxic that we hit due to our use case. The current implementation doesn't work as expected (connection is...
Hi @rickardrosen I'm happy to add `CGO_ENABLED=0` to the build - have you been able to confirm it fixes your issue? Or are you still unable to build due to...
@jtopjian and I have discussed this a little in the past. To get the native `remote-exec` working via the LXD websocket exec channel we'd need to add some code to...
Yep agreed. Will have a look at this when I get a chance.
Hi @delaman Agreed - the code does need refactoring. With the last few PRs/ releases I've started moving chunks of code out of the main package into separate packages, but...
This is a good idea, thanks.
Hi @kim0 - thanks for opening the issue. With the way `k2tf` currently works, this is harder to fix than it may seem without introducing undesirable side-effects. It will likely...
Hi @schollii - at the moment the tool doesn't really read the YAML directly, it uses Kubernetes libraries to parse the YAML into Kubernetes resource objects, and then converts these...
Could you run k2tf with the --debug flag to see if it logs warnings about these fields. I suspect it's probably not guessing the correct Terraform attribute name and then...
Good suggestion - thanks @nigelellis.