You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found that all the other deployments are running properly, but the cvat-vector deployment pods are crashing, with the following error messages
2024-09-18T19:16:12.808567Z INFO vector::app: Internal log rate limit configured. internal_log_rate_secs=10 │ │ 2024-09-18T19:16:12.808875Z INFO vector::app: Log level is enabled. level="vector=info,codec=info,vrl=info,file_source=info,tower_limit=trace,rdkafka=info,buffers=info,lapin=info,kube=info" │ │ 2024-09-18T19:16:12.809073Z INFO vector::app: Loading configs. paths=["/etc/vector"] │ │ 2024-09-18T19:16:12.809609Z ERROR vector::cli: Configuration error. error=No sources defined in the config. │ │ 2024-09-18T19:16:12.809623Z ERROR vector::cli: Configuration error. error=No sinks defined in the config. │ │ Stream closed EOF for cvat/cvat-vector-0 (vector)
Expected Behavior
All the deployments would start correctly
Possible Solution
No response
Context
Since cvat-vector is down, when I am trying to create a superuser ,I got the following error and was not able to do it. It looks the superuser creation is dependent on the cvat-vector instance. Thus I am not able to use the system at all.
2024-09-18 18:33:11: exception: An error occurred while sending events: HTTPConnectionPool(host='cvat-vector', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7c03a09bd330>: Failed to establish a new connection: [Errno 111] Connection refused'))
Environment
Kuberentes on GKE
Cluster version: 1.28.13
Node OS image: Container-Optimized OS with containerd (cos_containerd)
The text was updated successfully, but these errors were encountered:
Please make sure that cvat-vector-config cinfigMap is correctly created and vector config file from this cm is mounted into vector container.
What is output of kubectl exec <your-release-name>-vector-0 -- cat /etc/vector/vector.toml ?
Actually I found that it is because the symbolic link is broken on my local machine and thus the new vector helm on ../components are not being used. After fixing the symbolic link the vector configmap is correctly configured and it is now working. Thanks for help @azhavoro !
Actions before raising this issue
Steps to Reproduce
2024-09-18T19:16:12.808567Z INFO vector::app: Internal log rate limit configured. internal_log_rate_secs=10 │ │ 2024-09-18T19:16:12.808875Z INFO vector::app: Log level is enabled. level="vector=info,codec=info,vrl=info,file_source=info,tower_limit=trace,rdkafka=info,buffers=info,lapin=info,kube=info" │ │ 2024-09-18T19:16:12.809073Z INFO vector::app: Loading configs. paths=["/etc/vector"] │ │ 2024-09-18T19:16:12.809609Z ERROR vector::cli: Configuration error. error=No sources defined in the config. │ │ 2024-09-18T19:16:12.809623Z ERROR vector::cli: Configuration error. error=No sinks defined in the config. │ │ Stream closed EOF for cvat/cvat-vector-0 (vector)
Expected Behavior
All the deployments would start correctly
Possible Solution
No response
Context
Since cvat-vector is down, when I am trying to create a superuser ,I got the following error and was not able to do it. It looks the superuser creation is dependent on the cvat-vector instance. Thus I am not able to use the system at all.
2024-09-18 18:33:11: exception: An error occurred while sending events: HTTPConnectionPool(host='cvat-vector', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7c03a09bd330>: Failed to establish a new connection: [Errno 111] Connection refused'))
Environment
The text was updated successfully, but these errors were encountered: