-
Notifications
You must be signed in to change notification settings - Fork 16
FateCluster Fails reconciliation #34
Comments
It seems the FATE cluster is deploying, and the log from controller is a debug message. Can everything works after the FATE crd created? Or can we describe the pod status of FATE cluster and see if any error there? |
The problem seems that crd stay stuck. After applied |
Hi there @LaynePeng |
We still cannot reproduce this problem? Any other tips can be found in logs? @owlet42 Have you any idea on this problem? |
It may be an accident, if there is more log information, maybe it can be solved. |
Hi there,
|
Hi @owlet42 did you managed to investigate ? |
Any new update about this issue? |
Hi @LaynePeng not from my side. I haven't see any relevant commit Do I need to replicate test ? |
Any new update about this issue? |
Hi,
after deployed Fate operator and apply kubefate and fatecluster Fate operator seems to fail during reconciliation phase maintaining fatecluster crd in status
creating
.here request that fails
Here a error log from controller side
2021-03-24T07:44:49.001Z DEBUG controllers.FateCluster request info {"url": "http://kubefate-kubefate-kubefate-sample.kube-fate:8080/v1/cluster/8e4c85be-4428-4f51-a55d-bac3db91816c", "type": "GET", "body": ""}
and here from service side
2021/03/24 07:52:25 /workspace/pkg/modules/cluster_db.go:135 record not found [0.611ms] [rows:0] SELECT * FROM
clustersWHERE uuid = '8e4c85be-4428-4f51-a55d-bac3db91816c' AND
clusters.
deleted_atIS NULL ORDER BY
clusters.
idLIMIT 1 2021-03-24T07:52:25Z ERR workspace/pkg/api/cluster.go:152 > get cluster error error="record not found" uuid=8e4c85be-4428-4f51-a55d-bac3db91816c 2021-03-24T07:52:25Z ERR usr/local/go/src/net/http/server.go:1919 > Request ip=10.244.0.5 latency=1.1971 method=GET path=/v1/cluster/8e4c85be-4428-4f51-a55d-bac3db91816c status=500 user-agent=Go-http-client/1.1
Do I need to run some init actions before use examples ?
Thanks
The text was updated successfully, but these errors were encountered: