-
-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init faqs with kubernetes env arg errors
- Loading branch information
Showing
1 changed file
with
13 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |