Closed visionhong closed 2 years ago
@tjems6498 Thanks for your report! I think this documentation will help you: https://github.com/bentoml/Yatai/blob/main/docs/admin-guide.md#verify-installation
I fix this issue with this code: https://github.com/bentoml/Yatai/issues/276#issuecomment-1192823610
But i got new issue when i use push command.
Error: [cli] `push` failed: request failed with status code 400: {"error":"pre sign s3 upload url: get bucket yatai exist: Get \"
https://yatai-minio-yatai-infra-cluster-10-80-7-70.apps.yatai.dev/yatai/?location=
\": x509: certificate has expired or is not yet valid: current time 2022-08-22T05:03:48Z is after 2022-08-19T23:59:59Z"}
How can i fix it?
@tjems6498 Thanks for your report! Upgrading yatai to 0.4.6 will fix this issue
Hi Im using Yatai on GKE 1.21 version.
I am getting this error when trying to push from pod to yatai server.
Error: [cli]
pushfailed: request failed with status code 400: {"error":"pre sign s3 upload url: cannot get ingress yatai-minio: ingresses.networking.k8s.io \"yatai-minio\" not found"}
The services created in the yatai-components namespace are:
And one Pod is still in the creating state, as shown below.
This is a Describe of the pod that seems to have a problem.
k describe po yatai-yatai-deployment-operator-79658d656f-zrp8r -n yatai-components
Yatai works fine in an on-premises environment. Is there something wrong with my GKE environment setup?