wazuh/wazuh-kubernetes

ERROR3099 - Some Wazuh daemons are not ready yet in node "wazuh-manager-master" (wazuh-modulesd->failed)

Opened this issue · 0 comments

Environment:
Wazuh: 4.9.0
Kubernetes: v1.27.16
Ubuntu 22.04.4 LTS

I've followed the guide to install Wazuh with Kubernetes here: https://documentation.wazuh.com/current/deployment-options/deploying-with-kubernetes/kubernetes-deployment.html

After install, I am able to log into the dashboard initially, but after 10 or so minutes, I'm presented with the following:

INFO: Current API id [1513629884013] INFO: Checking current API id [1513629884013]... INFO: Current API id [1513629884013] has some problem: 3002 - Request failed with status code 400 INFO: Getting API hosts... INFO: API hosts found: 1 INFO: Checking API host id [1513629884013]... INFO: Could not connect to API id [1513629884013]: 3099 - ERROR3099 - Some Wazuh daemons are not ready yet in node "wazuh-manager-master" (wazuh-modulesd->failed) INFO: Removed [navigate] cookie ERROR: No API available to connect

This seems related to this comment: wazuh/wazuh#5068 (comment)

Restarting Wazuh or redeploying the master node seems to fix the issue, but only temporarily.