We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have made ethereum network using kurtosis package on k8s cluster. I can see ingress of peer like below.
kubectl describe ingress el-1-geth-teku -n {namespace} Name: el-1-geth-teku Labels: kurtosistech.com/app-id=kurtosis kurtosistech.com/enclave-id=fb6c90f1bc98488dbe58d2a0abda796e kurtosistech.com/guid=b44b7ed8aaf749d88a9676d3fc1b9f32 kurtosistech.com/id=el-1-geth-teku kurtosistech.com/resource-type=user-service Namespace: {namespace} Address: Ingress Class: <none> Default backend: <default> Rules: Host Path Backends ---- ---- -------- 9001-b44b7ed8aaf7-fb6c90f1bc98 / el-1-geth-teku:9001 (192.168.170.59:9001) Annotations: traefik.ingress.kubernetes.io/router.entrypoints: web Events: <none>
As you see, the ingress is configured only for 9001 port. Actually I need to use 8545, 30303 port. I cannot find how to set that in network_params.yaml(https://github.com/ethpandaops/ethereum-package?tab=readme-ov-file#configuration). How can I do that?
network_params.yaml
The text was updated successfully, but these errors were encountered:
Can you answer my issue? @barnabasbusa
Sorry, something went wrong.
No branches or pull requests
I have made ethereum network using kurtosis package on k8s cluster. I can see ingress of peer like below.
As you see, the ingress is configured only for 9001 port. Actually I need to use 8545, 30303 port. I cannot find how to set that in
network_params.yaml
(https://github.com/ethpandaops/ethereum-package?tab=readme-ov-file#configuration). How can I do that?The text was updated successfully, but these errors were encountered: