fix(k8s): add missing config import

This commit is contained in:
Aleksandr Tcitlionok
2024-12-05 06:37:04 +00:00
parent 7c7cf79ca8
commit e986230d73

View File

@@ -2,6 +2,7 @@
from rich.console import Console
from rich.table import Table
from database import fetch_all
from kubernetes import client, config
def display_metal_nodes():
console = Console()