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
We are trying to deploy argilla v2.4.0 in K8s where EKS version is 1.30.
Facing Startup probe failed: HTTP probe failed with statuscode: 500 after deployment
Logs are below
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
command: alembic -c /opt/venv/lib/python3.10/site-packages/argilla_server/alembic.ini upgrade head
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
No username and password was provided. Skipping user creation
INFO: Started server process [17]
INFO: Waiting for application startup.
and getting logs on Postgres RDS
LOG: could not receive data from client: Connection reset by peer
Stacktrace and code to create the bug
No response
Expected behavior
Should Run Argilla with v2.4.0
Environment
Argilla Version [2.4.0]:
Opensearch Version [2.13]:
Elasticache Redis [7.1.0]
Postgres DB Engine [16.3]
Additional context
No response
The text was updated successfully, but these errors were encountered:
akshayoo007
changed the title
[BUG-python/deployment]
[BUG-python/deployment/argilla]
Dec 10, 2024
Describe the bug
We are trying to deploy argilla v2.4.0 in K8s where EKS version is 1.30.
Facing Startup probe failed: HTTP probe failed with statuscode: 500 after deployment
Logs are below
and getting logs on Postgres RDS
LOG: could not receive data from client: Connection reset by peer
Stacktrace and code to create the bug
No response
Expected behavior
Should Run Argilla with v2.4.0
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: