Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
97a070b6
Unverified
Commit
97a070b6
authored
Dec 05, 2023
by
Gyanendra Mishra
Committed by
GitHub
Dec 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: peering issue between lighthouse-teku on k8s (#382)
parent
244d1ee9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lighthouse_launcher.star
src/cl/lighthouse/lighthouse_launcher.star
+1
-1
teku_launcher.star
src/cl/teku/teku_launcher.star
+1
-1
No files found.
src/cl/lighthouse/lighthouse_launcher.star
View file @
97a070b6
...
@@ -188,7 +188,7 @@ def launch(
...
@@ -188,7 +188,7 @@ def launch(
port_id=BEACON_HTTP_PORT_ID,
port_id=BEACON_HTTP_PORT_ID,
extract={
extract={
"enr": ".data.enr",
"enr": ".data.enr",
"multiaddr": ".data.
discovery
_addresses[0]",
"multiaddr": ".data.
p2p
_addresses[0]",
"peer_id": ".data.peer_id",
"peer_id": ".data.peer_id",
},
},
)
)
...
...
src/cl/teku/teku_launcher.star
View file @
97a070b6
...
@@ -257,7 +257,7 @@ def get_config(
...
@@ -257,7 +257,7 @@ def get_config(
"--p2p-subscribe-all-subnets-enabled=true",
"--p2p-subscribe-all-subnets-enabled=true",
"--p2p-peer-lower-bound={0}".format(MIN_PEERS),
"--p2p-peer-lower-bound={0}".format(MIN_PEERS),
"--p2p-advertised-ip=" + PRIVATE_IP_ADDRESS_PLACEHOLDER,
"--p2p-advertised-ip=" + PRIVATE_IP_ADDRESS_PLACEHOLDER,
"--p2p-discovery-site-local-addresses-enabled",
"--p2p-discovery-site-local-addresses-enabled
=true
",
"--rest-api-enabled=true",
"--rest-api-enabled=true",
"--rest-api-docs-enabled=true",
"--rest-api-docs-enabled=true",
"--rest-api-interface=0.0.0.0",
"--rest-api-interface=0.0.0.0",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment