octant
octant copied to clipboard
Add deployment, daemonset, statefulset rollout restart and pause
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:
- Octant version (use
octant version): 0.15
@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 :) .
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.
I will take you up on the offer for the call, I don't have a branch yet. Thank you
any updates on this? Restart deployment should be helpful when wanting to apply updated config-map referenced by a pod.