diff --git a/app/extras/pseudographic.py b/app/extras/pseudographic.py index 2de71e3..0fa1288 100644 --- a/app/extras/pseudographic.py +++ b/app/extras/pseudographic.py @@ -112,8 +112,8 @@ def display_kubernetes_nodes(): table.add_column("CPU", justify="right", style="yellow") table.add_column("Memory (MiB)", justify="right", style="cyan") table.add_column("Storage (GB)", justify="right", style="green") - table.add_column("Instance Type", style="blue") - table.add_column("Pods Allocatable", justify="right", style="magenta") + table.add_column("Type", style="blue") + table.add_column("Max Pods", justify="right", style="magenta") table.add_column("Time on Duty", justify="right", style="magenta") nodes = v1.list_node()