Skip to content

Commit

Permalink
init faqs with kubernetes env arg errors
Browse files Browse the repository at this point in the history
  • Loading branch information
philknows committed Feb 9, 2024
1 parent 6cb3e56 commit 7f8db42
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions docs/pages/faqs.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
# Frequently Asked Questions
This section of the documentation will cover common questions that are often asked by Lodestar users and developers
This section of the documentation will cover common questions and encounters often asked by users and developers.

## User Troubleshooting
## Troubleshooting Lodestar

### Kubernetes
### Using Kubernetes
<!-- prettier-ignore-start -->
!!! question
How do I fix issues related to environment variables deploying Lodestar containers on Kubernetes?
!!! abstract "Reference Issue"
[https://github.com/ChainSafe/lodestar/issues/6045](https://github.com/ChainSafe/lodestar/issues/6045)
<!-- prettier-ignore-end -->
Lodestar does not handle environment variables well when prefixed with `LODESTAR` by default. You may encounter issues such as:
```
✖ Unknown arguments: datadir, servicePort, servicePortEthConsensusP2p,
port9000Tcp, port9000TcpPort, port9000TcpProto, port9000TcpAddr, serviceHost
```
The stateful set and other predefined environment variables should not use `LODESTAR`, which will break the deployment.


???+ note "Unknown arguments error on Kubernetes"
Lodestar does not handle environment variables well when prefixed with `LODESTAR` by default. You may encounter issues such as:
```
✖ Unknown arguments: datadir, servicePort, servicePortEthConsensusP2p,
port9000Tcp, port9000TcpPort, port9000TcpProto, port9000TcpAddr, serviceHost
```
The stateful set and other predefined environment variables should not use `LODESTAR`, which will break the deployment.

## Known Issues

###
Reference Issue:
[https://github.com/ChainSafe/lodestar/issues/6045](https://github.com/ChainSafe/lodestar/issues/6045)
<!-- prettier-ignore-end -->

0 comments on commit 7f8db42

Please sign in to comment.