Skip to content

Add make watch command to observe thornode pods in real time

crstin requested to merge watch-command into master

Observe the changes in real time with make watch.

Using the watch command now.

NAME                                READY   STATUS    RESTARTS   AGE
bifrost-7497987b56-rgv7n            1/1     Running   0          135m
binance-daemon-54bf659dcf-skx7q     1/1     Running   0          9d
midgard-84d88b597f-qk6qm            1/1     Running   0          4h12m
midgard-timescaledb-5d765cc-k95zv   1/1     Running   0          4d22h
telegram-bot-6fc565c7db-9k6dq       1/1     Running   0          16h
thor-api-bc5b75866-wxw6d            1/1     Running   0          135m
thor-daemon-b485b44f7-s8jkc         1/1     Running   0          134m
thor-gateway-8bb4b85d6-xb4tq        1/1     Running   0          9d

The watch command is not universally available. This should work everywhere.

@fandral not sure if you like the extra script layout there, I had big difficulties implementing the functionality into the Makefile.

Edited by crstin

Merge request reports