This message was deleted.
# kubernetes
s
This message was deleted.
b
Hi Genadz! Yes, within pulumi you can use the
--target
argument and provide the UPN towards the resource. The UPN can be seen in the
pulumi up --diff
and
pulumi stack export
commands. Note that if there are other resources that are dependent on the target resource, you might also need to execute
--target-dependents
in order to update them as well.
n
Cool! is there also a way to do it programmatically in the program? like do as usual inside pulumi.Run() but before returning specify the target to context? 👀
g