Hi all, I'm trying Pulumi for my company and up un...
# general
l
Hi all, I'm trying Pulumi for my company and up until today everything was perfect. But since today, when I want to hit
pulumi up
command, it stuck and doesn't do anything. This is the whole preview:
Copy code
Previewing update (kaas-test)

View Live: <https://app.pulumi.com/armanjtehrani/kubetest/kaas-test/previews/98576566-8eea-4e58-a906-48399e49a05d>
     Type                 Name                Plan        Info
     pulumi:pulumi:Stack  kubetest-kaas-test  running     E0227 21:41:27.190963493    9981 <http://fork_posix.cc:70]|fork_posix.cc:70]>           Fork support is only compatible with the epoll1 and poll polling strategies
     pulumi:pulumi:Stack  kubetest-kaas-test  running.    E0227 21:41:27.190963493    9981 <http://fork_posix.cc:70]|fork_posix.cc:70]>           Fork support is only compatible with the epoll1 and poll polling strategies
And this is the output log file:
Can someone please help me with the problem? There is no way I can figure out what the problem is
e
Looks like https://github.com/pulumi/pulumi/issues/9011 Can you try the workaround on that issue, pinning grpcio to 1.43.0.
l
I'v actually tried that one already but got no answer! seems like the problem is about
ResourceOptions(protect=True)
and when I use it inside a component resource (it works fine inside an actual resource) where I use it inside the code, it will freeze with no error!
I did more tests and figured out how this is happening but have no idea about why it's happening. Here's the issue report from github that explains the process: https://github.com/pulumi/pulumi/issues/9056
e
Thanks for the report, I can probably pick this up at work tomorrow
l
Thanks for your consideration:)
s
Are these
Fork support is only compatible with the epoll1 and poll polling strategies
messages actually causing problems for python sdk or is it warning messages? I am seeing our resources modify/create successfully.. but now I am worried some things might not be set correctly.