Issue, How can I show addition mlrun parameters such as name of mlrun/nuclio function for k8s pods from igztop
? It is not a problem to show for pod name also mlrun project name and owner name.
I used igztop version 0.1.3 with this command igztop -w
and I got the output:
+--------------------------------------------------------------+--------+------------+-----------+---------+-------------+-------------+------------+------------+------------+------------+
| NAME | CPU(m) | MEMORY(Mi) | NODE | STATUS | MLRun Proj. | MLRun Owner | Req. (Mem) | Lim. (Mem) | Req. (CPU) | Lim. (CPU) |
+--------------------------------------------------------------+--------+------------+-----------+---------+-------------+-------------+------------+------------+------------+------------+
| workflow-controller-5c7cc648f5-k5cf8 | 2 | 30 | k8s-node2 | Running | | | 100Mi | 12Gi | 50m | |
| authenticator-6d989ddd9b-j4b5c | 1 | 9 | k8s-node2 | Running | | | 1Mi | | | |
| v3io-webapi-vdprp | 10 | 1723 | k8s-node2 | Running | | | 1Mi | | | |
|
Thanks for experience sharing.
You have to use
igztop >= 0.1.4
(parameters are little different than in the version 0.1.3, checkigztop -h
). You can see mlrun name of functions in case of commandigztop -o mlrun
, see the outputs: