Skip to content

Commit be12fc0

Browse files
mplsgrantpinheadmz
authored andcommitted
control: add "please install helm"
1 parent ffa84ec commit be12fc0

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)