File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
resources/charts/fork-observer/templates Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- Fork-observer is watching you
1
+ To view forkobserver you must forward the port from the cluster to your local machine
2
+
3
+ kubectl port-forward fork-observer 2323
4
+
5
+ fork-observer will then be available at web address: http://localhost:2323
Original file line number Diff line number Diff line change @@ -313,12 +313,6 @@ def new_internal(directory: Path, from_init=False):
313
313
click .echo ("\n When you're ready, run the following command to deploy this network:" )
314
314
click .echo (f" warnet deploy { custom_network_path } " )
315
315
316
- click .echo (
317
- "If you enabled fork-observer you must forward the port from the cluster to your local machine:\n "
318
- "`kubectl port-forward fork-observer 2323`\n "
319
- "fork-observer will then be available at web address: localhost:2323"
320
- )
321
-
322
316
323
317
@click .command ()
324
318
def init ():
You can’t perform that action at this time.
0 commit comments