7 ms·
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 t
by candiodari 2y ago
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.
- pmig 2y agoWhat about `kubectl rollout restart deployment your-deployment` ?