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)