Hello Everyone,
I am trying to deploy weaviate on kubernetes cluster using ipv6.
But it’s failing with below error.
#kubectl logs weaviate-0
Defaulted container "weaviate" out of: weaviate, configure-sysctl (init)
{"action":"config_load","config_file_path":"/weaviate-config/conf.yaml","level":"info","msg":"Usage of the weaviate.conf.json file is deprecated and will be removed in the future. Please use environment variables.","time":"2024-03-11T05:12:56Z"}
{"deprecation":{"apiType":"Configuration","id":"config-files","locations":["--config-file=\"\""],"mitigation":"Configure Weaviate using environment variables.","msg":"use of deprecated command line argument --config-file","sinceTime":"2020-09-08T09:46:00.000Z","sinceVersion":"0.22.16","status":"deprecated"},"level":"warning","msg":"use of deprecated command line argument --config-file","time":"2024-03-11T05:12:56Z"}
{"action":"startup","default_vectorizer_module":"none","level":"info","msg":"the default vectorizer modules is set to \"none\", as a result all new schema classes without an explicit vectorizer setting, will use this vectorizer","time":"2024-03-11T05:12:56Z"}
{"action":"startup","auto_schema_enabled":true,"level":"info","msg":"auto schema enabled setting is set to \"true\"","time":"2024-03-11T05:12:56Z"}
{"action":"memberlist_init","bind_port":7000,"error":"Failed to get final advertise address: No private IP address found, and explicit IP not provided","hostname":"weaviate","level":"error","msg":"memberlist not created","time":"2024-03-11T05:12:56Z"}
{"action":"startup","error":"create member list: Failed to get final advertise address: No private IP address found, and explicit IP not provided","level":"error","msg":"could not init cluster state","time":"2024-03-11T05:12:56Z"}
Any clue or suggestions?
- Weaviate Server Version: 1.23.7
- Deployment Method: Helm chart
- Multi Node? Number of Running Nodes: currently one replica