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
Desktop (please complete the following information):
OS: [e.g. ubuntu 22.04 on WSL2]
Helm version
helm version version.BuildInfo{Version:"v3.14.4", GitCommit:"81c902a123462fd4052bc5e9aa9c513c4c8fc142", GitTreeState:"clean", GoVersion:"go1.22.2"}
Dify version : 0.6.3
Chart: dify-0.20.1
Additional context
kubectl describe on the pod in question:
Name: dify-sandbox-5549d6d8f8-f5566 │
│ Namespace: dify │
│ Priority: 0 │
│ Service Account: default │
│ Node: turingnode1/192.168.0.50 │
│ Start Time: Fri, 14 Jun 2024 17:00:29 +0100 │
│ Labels: app.kubernetes.io/instance=dify │
│ app.kubernetes.io/name=dify │
│ component=sandbox │
│ pod-template-hash=5549d6d8f8 │
│ Annotations: <none> │
│ Status: Running │
│ IP: 10.42.0.173 │
│ IPs: │
│ IP: 10.42.0.173 │
│ Controlled By: ReplicaSet/dify-sandbox-5549d6d8f8 │
│ Containers: │
│ sandbox: │
│ Container ID: containerd://bc415e6a88d77bc63787be0904fdeae713372d999b67d27523fbeba2564d4ccf │
│ Image: langgenius/dify-sandbox:latest │
│ Image ID: docker.io/langgenius/dify-sandbox@sha256:09b7e87056739cbd29225779d0b0bef8942adfb33449e92ead40dc19f0f4d89e │
│ Port: 8194/TCP │
│ Host Port: 0/TCP │
│ State: Waiting │
│ Reason: CrashLoopBackOff │
│ Last State: Terminated │
│ Reason: Error │
│ Exit Code: 2 │
│ Started: Fri, 14 Jun 2024 17:06:15 +0100 │
│ Finished: Fri, 14 Jun 2024 17:06:15 +0100 │
│ Ready: False │
│ Restart Count: 6 │
│ Environment Variables from: │
│ dify-sandbox Secret Optional: false │
│ Environment: │
│ GIN_MODE: release │
│ WORKER_TIMEOUT: 15 │
│ Mounts: │
│ /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-xxg56 (ro)
Conditions: │
│ Type Status │
│ PodReadyToStartContainers True │
│ Initialized True │
│ Ready False │
│ ContainersReady False │
│ PodScheduled True │
│ Volumes: │
│ kube-api-access-xxg56: │
│ Type: Projected (a volume that contains injected data from multiple sources) │
│ TokenExpirationSeconds: 3607 │
│ ConfigMapName: kube-root-ca.crt │
│ ConfigMapOptional: <nil> │
│ DownwardAPI: true │
│ QoS Class: BestEffort │
│ Node-Selectors: <none> │
│ Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s │
│ node.kubernetes.io/unreachable:NoExecute op=Exists for 300s │
│ Events: │
│ Type Reason Age From Message │
│ ---- ------ ---- ---- ------- │
│ Normal Scheduled 9m25s default-scheduler Successfully assigned dify/dify-sandbox-5549d6d8f8-f5566 to turingnode1 │
│ Normal Pulled 7m54s (x5 over 9m22s) kubelet Container image "langgenius/dify-sandbox:latest" already present on machine │
│ Normal Created 7m54s (x5 over 9m22s) kubelet Created container sandbox │
│ Normal Started 7m54s (x5 over 9m22s) kubelet Started container sandbox │
│ Warning BackOff 4m17s (x24 over 9m17s) kubelet Back-off restarting failed container sandbox in pod dify-sandbox-5549d6d8f8-f5566_dify(86643f72-5712-4f1a-bcec-ef03a35654ab)
The text was updated successfully, but these errors were encountered:
By default sandbox component utilizes latest tag, you may need to check out which tag of sandbox image your actually running. Since these images are and provisioned by dify and closed sourced, this problem can't be resolved from this chart. You may need to submit a new issue in this repo .
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
RUN:
I'm not passing any custom values.
targeting:
K3s v1.29.3+k3s1
TuringPi RK1 (arm64)
see that sandbox pod goes into crashloopbackoff.
Expected behavior
container should run normally
logs
Desktop (please complete the following information):
OS: [e.g. ubuntu 22.04 on WSL2]
Helm version
helm version
version.BuildInfo{Version:"v3.14.4", GitCommit:"81c902a123462fd4052bc5e9aa9c513c4c8fc142", GitTreeState:"clean", GoVersion:"go1.22.2"}
Dify version : 0.6.3
Chart: dify-0.20.1
Additional context
The text was updated successfully, but these errors were encountered: