Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2024
1 parent 6c8ea48 commit ed2c380
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployer/commands/exec/infra_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"),
Expand Down

0 comments on commit ed2c380

Please sign in to comment.