layer5io / istio-service-mesh-workshop

Using Istio Workshop
https://layer5.io/workshops
Apache License 2.0
259 stars 180 forks source link

Update README.md #5

Closed pollosp closed 6 years ago

pollosp commented 6 years ago

As it is compatible with OSX without external tools

leecalcote commented 6 years ago

This is great! Thank you, @pollosp!

girishranganathan commented 6 years ago

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.

leecalcote commented 6 years ago

@girishranganathan makes sense. It seems like we should reincorporate the ‘watch’ command, providing both options.