great-byte-67992
03/30/2019, 11:27 AMkubectl port-forward
- except i'm trying to do all of this within pulumi so that a dev can just do a pulumi up
and everything runs in their local minikube with automatic port forwarding. I don't suppose this is a supported use-case and i've just been hacking around trying to block pulumi up from exiting so that I can spawn the port-forward commands from nodejs. Has anyone else tried something like this? I guess i need a feature like a "post deployment callback" or a way to run before/after code and potenticall re-run pulumi (i.e. a watch mode). Should i just write a wrapper for pulumi?creamy-potato-29402
04/01/2019, 7:34 AMgreat-byte-67992
04/01/2019, 10:46 PMcreamy-potato-29402
04/01/2019, 11:05 PM