Skip to content

Commit

Permalink
simplify ingress start description (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Oct 17, 2023
1 parent 381499d commit d0995a6
Showing 1 changed file with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ sidebar_position: 3

## Deploy the Local Run Environment

In another directory, use the [Astria
dev-cluster](https://github.com/astriaorg/dev-cluster), deploy
the local environment where your rollup will run.
Although we are using the dev-cluster here again, this is different from
[running the full local setup discussed
previously](../dev-cluster/2-run-dev-cluster-locally.md). In this instance, we
are using the dev-cluster to setup the local environment in which the rollup,
block explorer, and faucet will run (like before), but we will not be running
the sequencer or any of the other components.
We use part of the [Astria
dev-cluster](https://github.com/astriaorg/dev-cluster) to setup a local
Kubernetes (k8s) cluster where we will deploy our local rollup.

:::tip
Make sure that Docker is running before deploying with `just`.
Expand All @@ -30,9 +24,7 @@ just deploy-ingress-controller
just wait-for-ingress-controller
```

This creates the local environment where the rollup will run. Unlike when the
full dev-cluster is run locally, the sequencer and DA are not spun up. The
dev-net is already running remotely.
This gives us a local environment compatible with our helm charts.

## Create a New Sequencer Account

Expand Down

0 comments on commit d0995a6

Please sign in to comment.