Hello, Is there a way to restart a container insid...
# kubernetes
h
Hello, Is there a way to restart a container inside pod from pulumi code. I am using postStart hook to install some libraries but need a container restart to make that into effect. I could have precompiled the docker image with set of liraries but those are too many and so, they are passed as pulumi config parameters to pulumi codebase.