Hello All, has anyone else problems with WSL2 and ...
# general
d
Hello All, has anyone else problems with WSL2 and Pulumi? I'am running pulumi as a docker image from WSL2 and try to create an Azure Postgres Flex Server. I get a "cannot unmarshal DNS message error". This seems to be a go problem (https://github.com/golang/go/issues/51127). Is there anything, the Pulumi team could do about it?
e
So you'll see that issue was raised by Aaron Friel who works at Pulumi and he has also worked with the go team to get a fix for that patched into the next release for go and back ported to go 1.17 and 1.16. So this will be fixed in the next release of go (1.16.15, 1.17.8, and 1.18). For now Aaron has also posted some workarounds to https://github.com/pulumi/pulumi/issues/8974
d
Thank you!