From bf7fd6266e7e6bc56a3876942482b956c6c7cf69 Mon Sep 17 00:00:00 2001 From: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:45:56 +0000 Subject: [PATCH] Correct a comment Co-authored-by: Yuvi Panda --- deployer/commands/exec/infra_components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployer/commands/exec/infra_components.py b/deployer/commands/exec/infra_components.py index 485866a0c..30133eec0 100644 --- a/deployer/commands/exec/infra_components.py +++ b/deployer/commands/exec/infra_components.py @@ -141,7 +141,7 @@ def root_homes( with cluster.auth(): try: - # Ask kube-controller to create a pod + # Ask api-server to create a pod subprocess.check_call(["kubectl", "create", "-f", tmpf.name]) # Exec into pod subprocess.check_call(exec_cmd)