fix(think): use staging

This commit is contained in:
Aleksandr Tcitlionok
2024-12-06 08:07:39 +00:00
parent 5a1d611f57
commit 418e9794be

View File

@@ -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 = []