vmware-archive / octant

Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
https://octant.dev
Apache License 2.0
6.28k stars 483 forks source link

Add deployment, daemonset, statefulset rollout restart and pause #1405

Open GuessWhoSamFoo opened 3 years ago

GuessWhoSamFoo commented 3 years ago

This should be the equivalent of kubectl rollout .... kubectl does this through a patch on the pod spec's annotation. Octant can replicate how kubectl does it for consistency.

Environment:

boluisa commented 3 years ago

@GuessWhoSamFoo I was just thinking about adding functionality for kubectl rollout restart and found this issue. Is this issue actively worked on? if not , I would like to push the change but I need a couple of questions answered by someone who understands the codebase :) .

GuessWhoSamFoo commented 3 years ago

No one has claimed this issue so far. I'll assign for tracking purposes.

Happy to take a look at a branch or jump on a call this week.

boluisa commented 3 years ago

I will take you up on the offer for the call, I don't have a branch yet. Thank you

DavidHe1127 commented 2 years ago

any updates on this? Restart deployment should be helpful when wanting to apply updated config-map referenced by a pod.