diff --git a/deployer/commands/exec/infra_components.py b/deployer/commands/exec/infra_components.py index e1b756927..486e71d88 100644 --- a/deployer/commands/exec/infra_components.py +++ b/deployer/commands/exec/infra_components.py @@ -223,7 +223,7 @@ def root_homes( # # Ask api-server to create a pod subprocess.check_call(["kubectl", "create", "-f", tmpf.name]) - + # FIXME: Add a wait condition so that the pod is Running before # we exec into it, otherwise the exec will fail @@ -240,7 +240,6 @@ def root_homes( subprocess.check_call(["kubectl", "delete", "pv", pv_name]) - @exec_app.command() def homes( cluster_name: str = typer.Argument(..., help="Name of cluster to operate on"),