hey I am getting the following error when trying ...
# 🤖|ask-kapa
m
Please stand by @swift-spring-8620 as I search the knowledge base. I normally take about 20 seconds or so. :wave:
---------------------- The error message
EADDRINUSE
indicates that the port number which the application is trying to bind to for listening to incoming requests is already in use. In this case, it's port 9777. Unfortunately, the provided extracts do not contain specific information on how to resolve this issue in the context of Garden. However, a general solution would be to identify the process that is currently using the port and stop it, or to use a different port for your application. Please refer to the official Garden documentation or their GitHub issues for more specific guidance. ----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon: ----------------------
s
@microscopic-river-74022 How can I restart my entire garden-system?
m
Let me check the knowledge base for you. One moment! :books:
---------------------- To restart your entire Garden system, you can use the
garden sync restart
command. This command restarts all active syncs in your Garden system. The usage is as follows:
Copy code
bash
garden sync restart <names>
Here,
<names>
should be replaced with the name(s) of one or more Deploy(s) (or services if using modules) whose syncs you want to restart. You may specify multiple names, separated by spaces. To restart all possible syncs, specify '*' as an argument. For more details, please refer to the Garden Commands Reference (). Please note that the restart policy for local applications in Garden is set to restart infinitely with 1000ms between attempts by default. This is applicable for different module types like container (), jib-container (), configmap (), helm (), and kubernetes (). ----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon: ----------------------
s
@microscopic-river-74022 How can I restart the garden-system backend
m
Let me check the knowledge base for you. One moment! :books:
---------------------- To restart the backend of your Garden system, you can use the
garden sync restart
command followed by the name of your backend service. For example, if your backend service is named
backend
, you would use the following command:
Copy code
bash
garden sync restart backend
This command will restart the sync for your backend service, effectively restarting it. For more details, please refer to the Garden Commands Reference (). ----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon: ----------------------
Let me check the knowledge base for you. One moment! :books:
s
@microscopic-river-74022 How can I enable fastcgi for garden.io using default ingress controller?
m
---------------------- I'm sorry, but the provided extracts do not contain information on how to enable FastCGI for Garden.io using the default ingress controller. For specific configurations like this, it's best to refer to the official Garden documentation or their GitHub issues for guidance. ----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon: ----------------------
5 Views