hi guys, I'm stumped with a hanging preview, when ...
# general
a
hi guys, I'm stumped with a hanging preview, when I
pulumi up --logtostderr -v=9 --debug
it.hangs with:
I0819 19:39:01.591124   23811 eventsink.go:59] waiting for quiescence; 100 RPCs outstanding
I0819 19:39:01.591137   23811 eventsink.go:62] eventSink::Debug(<{%reset%}>waiting for quiescence; 100 RPCs outstanding<{%reset%}>)
I0819 19:39:01.591479   23811 eventsink.go:59] waiting for quiescence; 99 RPCs outstanding
I0819 19:39:01.591491   23811 eventsink.go:62] eventSink::Debug(<{%reset%}>waiting for quiescence; 99 RPCs outstanding<{%reset%}>)
I0819 19:39:01.592633   23811 eventsink.go:59] waiting for quiescence; 98 RPCs outstanding
I0819 19:39:01.592646   23811 eventsink.go:62] eventSink::Debug(<{%reset%}>waiting for quiescence; 98 RPCs outstanding<{%reset%}>)
I0819 19:39:01.593078   23811 eventsink.go:59] waiting for quiescence; 97 RPCs outstanding
I0819 19:39:01.593091   23811 eventsink.go:62] eventSink::Debug(<{%reset%}>waiting for quiescence; 97 RPCs outstanding<{%reset%}>)
d
I am getting the same hang on preview using python and aws. I've narrowed it down to the newest versions of the pulumi sdk for python. Specifically anything higher than 3.10.1, 3.10.0 previews fine.
a
I just stepped through all versions back to 3.8.0, still hanging... =(
ok, so mine's weird... I use foo=pulumi_eks.Cluster to build a cluster, then I grab foo.node_security_group so I can open port22 on it from my vpn subnet's CIDR. once I pulled that SG modification, it's working again. upgraded to v3.10.3, still working. weird this is, that code was working for the last two weeks -.-
I havent needed the to hop on the nodes for a while, so I can leave it like that for now...