-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation of Dragonfly2 service components dragonfly-client, dragonfly-seed-client health check failed #3673
Comments
Kubernetes : v1.28.15 |
1 similar comment
Kubernetes : v1.28.15 |
@caisheng821 Can you provide the log of |
kubectl describe po dragonfly-seed-client-0 -n dragonfly-system Warning Unhealthy 12m (x2803 over 2d21h) kubelet Liveness probe failed: timeout: failed to connect service "unix:///var/run/dragonfly/dfdaemon.sock" within 1s |
kubectl describe po dragonfly-client-lgx66 -n dragonfly-system Warning Unhealthy 41m (x6424 over 2d21h) kubelet Readiness probe failed: timeout: failed to connect service "unix:///var/run/dragonfly/dfdaemon.sock" within 1s |
already been posted on the log |
@caisheng821 Please provide |
kubectl logs dragonfly-seed-client-0 -n dragonfly-system 2024-11-29T09:48:36.952628118+00:00 INFO initializing metadata directory: "/var/lib/dragonfly/" ["task", "piece", "persistent_cache_task"] 2024-11-29T09:48:37.022500735+00:00 INFO metadata initialized directory: "/var/lib/dragonfly/metadata" 2024-11-29T09:48:37.023419115+00:00 INFO content initialized directory: "/var/lib/dragonfly/content" 2024-11-29T09:48:37.042387642+00:00 INFO refresh available scheduler addresses: ["172.21.1.203", "172.21.2.68", "172.21.0.178"] 2024-11-29T09:48:37.042472470+00:00 INFO load [http] builtin backend 2024-11-29T09:48:37.042496818+00:00 INFO load [https] builtin backend 2024-11-29T09:48:37.042509179+00:00 INFO load [s3] builtin backend 2024-11-29T09:48:37.042521043+00:00 INFO load [gcs] builtin backend 2024-11-29T09:48:37.042532588+00:00 INFO load [abs] builtin backend 2024-11-29T09:48:37.042543320+00:00 INFO load [oss] builtin backend 2024-11-29T09:48:37.042553894+00:00 INFO load [obs] builtin backend 2024-11-29T09:48:37.042566372+00:00 INFO load [cos] builtin backend 2024-11-29T09:48:37.042577263+00:00 INFO load [hdfs] builtin backend 2024-11-29T09:48:37.042608595+00:00 WARN skip loading plugin backends, because the plugin directory /var/lib/dragonfly/plugins/dfdaemon/ does not exist 2024-11-29T09:48:37.045909994+00:00 INFO load registry cert success 2024-11-29T09:48:37.045929033+00:00 INFO load proxy ca cert and key success 2024-11-29T09:48:37.049418421+00:00 INFO announce host to 172.21.1.203:8002 2024-11-29T09:48:37.049556916+00:00 INFO announce host to 172.21.2.68:8002 2024-11-29T09:48:37.049559032+00:00 INFO announce host to 172.21.0.178:8002 2024-11-29T09:48:37.054749685+00:00 INFO dfdaemon started at pid 1 2024-11-29T09:48:37.057299804+00:00 INFO upload server listening on 0.0.0.0:4000 |
dragonfly-client, dragonfly-seed-client issue : Liveness probe failed: timeout: failed to connect service "unix:///var/run/dragonfly/dfdaemon.sock" within 1s
The text was updated successfully, but these errors were encountered: