Closed pollosp closed 6 years ago
This is great! Thank you, @pollosp!
There is a reason we had preferred using watch
over the -w
option. The -w
option starts with the current state and then starts showing ONLY incremental changes which will confuse folks especially when a pod is initializing at start and then it switches to running state, for instance, when it will show 2 entries for the same pod. watch
on the other hand refreshes the entire view.
@girishranganathan makes sense. It seems like we should reincorporate the ‘watch’ command, providing both options.
As it is compatible with OSX without external tools