https://pulumi.com logo
b

busy-umbrella-36067

02/06/2019, 10:06 PM
I’m seeing some
read
actions on recoded resources, any idea what those are?
i

incalculable-sundown-82514

02/06/2019, 10:37 PM
Those come from calls to
.get
- that’s how the Pulumi engine implements that feature. It’s the “R” in “CRUD” from a provider standpoint; all it does is ask your cloud provider for a resource that already exists.
b

busy-umbrella-36067

02/06/2019, 11:33 PM
It happened with a resource that should be created instead, which is why I was confused. Turns out it was because I was passing a
statefulSet
object to
pulumiOps
instead of passing
{ parent: statefulSet }