3 comments

[ 3.3 ms ] story [ 22.4 ms ] thread
(comment deleted)
I wish there was a way to make deployments make their pods restart, re-reading the container image, on command. Ideally, using an upgrade process.

I get that this is bad practice for a big production site, but I'd love to have this option.

What about `kubectl rollout restart deployment your-deployment` ?