Skip to content

Can not get Langflow-ide work on kind #44

@knew-cht

Description

@knew-cht

Use the following steps to deply langflow-ide on kind with helm and the status of langflow-service-0 get CrashLoopBackOff

the event of langflow-service-0 shows

│ Events:                                                                                                                                                                                                      │
│   Type     Reason     Age                     From               Message                                                                                                                                     │
│   ----     ------     ----                    ----               -------                                                                                                                                     │
│   Normal   Scheduled  8m50s                   default-scheduler  Successfully assigned langflow/langflow-service-0 to kind-control-plane                                                                     │
│   Normal   Pulling    8m49s                   kubelet            Pulling image "langflowai/langflow:latest"                                                                                                  │
│   Normal   Pulled     7m42s                   kubelet            Successfully pulled image "langflowai/langflow:latest" in 1m0.984s (1m7.406s including waiting). Image size: 811649860 bytes.               │
│   Warning  Unhealthy  4m29s (x16 over 7m25s)  kubelet            Readiness probe failed: Get "http://10.244.0.7:7860/health": context deadline exceeded (Client.Timeout exceeded while awaiting headers)     │
│   Warning  Unhealthy  2m25s (x15 over 7m25s)  kubelet            Liveness probe failed: Get "http://10.244.0.7:7860/health": context deadline exceeded (Client.Timeout exceeded while awaiting headers)      │
│   Normal   Created    114s (x6 over 7m42s)    kubelet            Created container: langflow-ide                                                                                                             │
│   Normal   Started    114s (x6 over 7m42s)    kubelet            Started container langflow-ide                                                                                                              │
│   Normal   Pulled     114s (x5 over 6m34s)    kubelet            Container image "langflowai/langflow:latest" already present on machine                                                                     │
│   Normal   Killing    75s (x6 over 7m5s)      kubelet            Container langflow-ide failed liveness probe, will be restarted   

and the langflow-ide container logs shows

LF_CHART_EXTERNALDB_DRIVER is not set, using SQLLite database                                                                                                                                                │
│ /app/.venv/lib/python3.12/site-packages/litellm/litellm_core_utils/get_model_cost_map.py:41: DeprecationWarning: open_text is deprecated. Use files() instead. Refer to https://importlib-resources.readthed │
│   with importlib.resources.open_text(                                                                                                                                                                        │
│ /app/.venv/lib/python3.12/site-packages/litellm/utils.py:162: DeprecationWarning: open_text is deprecated. Use files() instead. Refer to https://importlib-resources.readthedocs.io/en/latest/using.html#mig │
│   with resources.open_text(                                                                                                                                                                                  │
│ /app/.venv/lib/python3.12/site-packages/langchain_nvidia_ai_endpoints/_common.py:176: UserWarning: An API key is required for the hosted NIM. This will become an error in the future.                       │
│   warnings.warn(                                                                                                                                                                                             │
│ /app/.venv/lib/python3.12/site-packages/langchain_nvidia_ai_endpoints/_common.py:176: UserWarning: An API key is required for the hosted NIM. This will become an error in the future.                       │
│   warnings.warn(                                                                                                                                                                                             │
│ /app/.venv/lib/python3.12/site-packages/langchain_nvidia_ai_endpoints/_common.py:176: UserWarning: An API key is required for the hosted NIM. This will become an error in the future.                       │
│   warnings.warn(                                                                                                                                                                                             │
│ /app/.venv/lib/python3.12/site-packages/langchain_nvidia_ai_endpoints/_common.py:176: UserWarning: An API key is required for the hosted NIM. This will become an error in the future.                       │
│   warnings.warn(                                                                                                                                                                                             │
│ /app/.venv/lib/python3.12/site-packages/langchain_nvidia_ai_endpoints/_common.py:176: UserWarning: An API key is required for the hosted NIM. This will become an error in the future.                       │
│   warnings.warn(                                                                                                                                                                                             │
│ /app/.venv/lib/python3.12/site-packages/langchain_nvidia_ai_endpoints/_common.py:176: UserWarning: An API key is required for the hosted NIM. This will become an error in the future.                       │
│   warnings.warn(                                                                                                                                                                                             │
│ /app/.venv/lib/python3.12/site-packages/pydantic/_internal/_config.py:345: UserWarning: Valid config keys have changed in V2:                                                                                │
│ * 'schema_extra' has been renamed to 'json_schema_extra'                                                                                                                                                     │
│   warnings.warn(message, UserWarning)   
│ stream closed EOF for langflow/langflow-service-0 (langflow-ide)    

I tried to install on my desktop and laptop and got the same situation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions