Reason - we wanted to measure how fast our node is ready for scheduling.
This can be calculated by metrics from kube state metrics (unix timestamp) kube_node_created.
If we get metrics from taint controller about at what time(unix timestamp) node is marked ready.
we can make this calculation by subtracting those metrics.
Reason - we wanted to measure how fast our node is ready for scheduling. This can be calculated by metrics from kube state metrics (unix timestamp) kube_node_created. If we get metrics from taint controller about at what time(unix timestamp) node is marked ready.
we can make this calculation by subtracting those metrics.