Skip to content

Commit 9a918e0

Browse files
authored
Merge pull request #654 from mplsgrant/2024-10-pls-install-helm
control: add "please install helm"
2 parents f900c5a + be12fc0 commit 9a918e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/warnet/control.py

+4
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,10 @@ def filter(path):
371371
print(f"Failed to deploy scenario commander: {scenario_name}")
372372
print(f"Error: {e.stderr}")
373373
return None
374+
except FileNotFoundError as e:
375+
click.secho(e)
376+
click.secho("Please install Helm, or run `warnet setup`.", fg="red")
377+
return None
374378

375379
# upload scenario files and network data to the init container
376380
wait_for_init(name, namespace=namespace)

0 commit comments

Comments
 (0)