From ee8b2453c62a52c0ec4f0f0bd26ae8c5ec816c59 Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Wed, 14 Feb 2024 18:33:53 +0100 Subject: [PATCH] Env variables are added becasue of Service name --- docs/pages/faqs.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/pages/faqs.md b/docs/pages/faqs.md index 1d510b0bcfaf..65d719251bba 100644 --- a/docs/pages/faqs.md +++ b/docs/pages/faqs.md @@ -14,8 +14,9 @@ This section of the documentation will cover common questions and encounters oft ✖ Unknown arguments: servicePort, servicePortEthConsensusP2p, port9000Tcp, port9000TcpPort, port9000TcpProto, port9000TcpAddr, serviceHost ``` - The additional arguments are present because Kubernetes automatically creates environment - variables based on the name (`metadata.name`) defined in the `StatefulSet` or `Deployment`. + The extra arguments are present because Kubernetes automatically + [adds environment variables](https://kubernetes.io/docs/concepts/services-networking/service/#environment-variables) + to the Pod based on the name (`metadata.name`) defined in the associated `Service`. To resolve the issue, this name has to be changed to something that does not start with `lodestar`. Reference Issue: [#6045](https://github.com/ChainSafe/lodestar/issues/6045)