Skip to content

Commit

Permalink
move fork observer comment to after it's installed
Browse files Browse the repository at this point in the history
  • Loading branch information
m3dwards committed Sep 10, 2024
1 parent 0d45b03 commit 0c4f76c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 5 additions & 1 deletion resources/charts/fork-observer/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Fork-observer is watching you
To view forkobserver you must forward the port from the cluster to your local machine

kubectl port-forward fork-observer 2323

fork-observer will then be available at web address: http://localhost:2323
6 changes: 0 additions & 6 deletions src/warnet/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,6 @@ def new_internal(directory: Path, from_init=False):
click.echo("\nWhen you're ready, run the following command to deploy this network:")
click.echo(f" warnet deploy {custom_network_path}")

click.echo(
"If you enabled fork-observer you must forward the port from the cluster to your local machine:\n"
"`kubectl port-forward fork-observer 2323`\n"
"fork-observer will then be available at web address: localhost:2323"
)


@click.command()
def init():
Expand Down

0 comments on commit 0c4f76c

Please sign in to comment.