From 8a79c1f15f620a7120763b7df1f68aa4972fa342 Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Wed, 21 Dec 2016 23:16:03 +0100 Subject: [PATCH] reflect current state in README --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4bf6f19..ddd540f 100644 --- a/README.rst +++ b/README.rst @@ -7,16 +7,17 @@ Goal: provide a common operational picture for multiple Kubernetes clusters. * Render nodes and indicate their overall status ("Ready") * Show node capacity and resource usage (CPU, memory) - * Render one "box" per CPU and fill up to sum of pod CPU requests - * Render vertical bar for total memory and fill up to sum of pod memory requests + * Render one "box" per CPU and fill up to sum of pod CPU requests/usage + * Render vertical bar for total memory and fill up to sum of pod memory requests/usage * Render individual pods * Indicate pod status by border line color (green: ready/running, yellow: pending, red: error etc) - * Show current CPU usage (gather from Heapster) by tinting ("hot" color: high CPU usage) - * System pods ("kube-system" namespace) should be grouped together + * Show current CPU/memory usage (gathered from Heapster) by small vertical bars + * System pods ("kube-system" namespace) will be grouped together at the bottom * Provide tooltip information for nodes and pods +* Animate pod creation and termination What it is not: