This message was deleted.
# ask-for-help
s
This message was deleted.
x
What command are you using to get this error log? Can you tell me the version of the yatai stack in your cluster with the following command?
Copy code
helm list -A
k
Copy code
$ helm list -A

yatai                     	yatai-system              	15      	2022-12-11 16:07:46.784135 +0900 KST   	deployed	yatai-1.0.6                                                                             	1.0.6
yatai-deployment          	yatai-deployment          	8       	2022-12-14 00:41:27.608201 +0900 KST   	deployed	yatai-deployment-1.0.7                                                                  	1.0.7
yatai-image-builder       	yatai-image-builder       	1       	2023-01-15 21:25:26.705853 +0900 KST   	deployed	yatai-image-builder-1.1.2                                                               	1.1.2
yatai-image-builder-crds  	yatai-image-builder       	2       	2023-01-15 21:24:39.737995 +0900 KST   	deployed	yatai-image-builder-crds-1.1.2
Also, I got the above error by printing the log from the failed pods
Copy code
kubectl -n yatai-image-builder  logs  yatai-image-builder-54fc4d6468-cjx2f
x
That's strange, because yatai-image-builder doesn't have any GetBentoDeploymentNamespaces calls, which looks like an error message from yatai-deployment
k
Then, should I have to reinstall yatai-deployment first?