Skip to content

Commit 9207061

Browse files
committed
docs(README): update CLI options for static node configuration
- Added new CLI options for configuring static node parameters, including domain, namespace, service name, pod prefix, and ConfigMap names for genesis and static nodes. - Updated descriptions for existing options to enhance clarity and usability.
1 parent a4cc856 commit 9207061

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,16 @@ Usage: network-bootstrapper generate [options]
151151
Generate node identities, configure consensus, and emit a Besu genesis.
152152
153153
Options:
154+
--static-node-domain <domain> DNS suffix appended to validator peer hostnames for static-nodes entries.
155+
--static-node-namespace <name> Namespace segment inserted between service name and domain for static-nodes entries.
156+
--static-node-service-name <name> Headless Service name used when constructing static-nodes hostnames.
157+
--static-node-pod-prefix <prefix> StatefulSet prefix used when constructing validator pod hostnames.
158+
--genesis-configmap-name <name> ConfigMap name that stores the generated genesis.json payload.
159+
--static-nodes-configmap-name <name> ConfigMap name that stores the generated static-nodes.json payload.
160+
--faucet-artifact-prefix <prefix> Prefix applied to faucet ConfigMaps and Secrets.
154161
-v, --validators <count> Number of validator nodes to generate. (default: 4)
155162
-a, --allocations <file> Path to a genesis allocations JSON file. (default: none)
156163
-o, --outputType <type> Output target (screen, file, kubernetes). (default: "screen")
157-
--static-node-domain <domain> DNS suffix appended to validator peer hostnames for static-nodes entries.
158-
--static-node-namespace <name> Namespace segment inserted between service name and domain for static-nodes entries.
159164
--static-node-port <number> P2P port used for static-nodes enode URIs. (default: 30303)
160165
--static-node-discovery-port <number> Discovery port used for static-nodes enode URIs. (default: 30303)
161166
--consensus <algorithm> Consensus algorithm (IBFTv2, QBFT). (default: QBFT)

0 commit comments

Comments
 (0)