diff --git a/app/routes/think.py b/app/routes/think.py index 8347b96..49bcbb6 100644 --- a/app/routes/think.py +++ b/app/routes/think.py @@ -43,7 +43,7 @@ def think_k8s(): config.load_incluster_config() v1 = client.CoreV1Api() - cluster_name = "k8s-cluster" + cluster_name = "eks-staging" # Format node data nodes = []