mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
Feat 4612 real time metrics for kube nodes (#4708)
* feat(k8s/node): display realtime node metrics GH#4612 * feat(k8s): show observation timestamp instead of real timestamp GH#4612 Co-authored-by: Simon Meng <simon.meng@portainer.io>
This commit is contained in:
parent
45ceece1a9
commit
dc180d85c5
11 changed files with 273 additions and 1 deletions
|
@ -30,3 +30,5 @@ angular
|
|||
.constant('PREDEFINED_NETWORKS', ['host', 'bridge', 'none'])
|
||||
.constant('KUBERNETES_DEFAULT_NAMESPACE', 'default')
|
||||
.constant('KUBERNETES_SYSTEM_NAMESPACES', ['kube-system', 'kube-public', 'kube-node-lease', 'portainer']);
|
||||
|
||||
export const PORTAINER_FADEOUT = 1500;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue