datarevenue-berlin / OpenMLOps

MIT License
695 stars 101 forks source link

Release/0.3.0 #82

Closed pipatth closed 1 year ago

omerfsen-gsnd commented 2 years ago

for kratos i think automigrate: true shoud be autoMigrate: true

omerfsen-gsnd commented 2 years ago

Also i always get readiness health check fail on your setup as following (with 0.6 or 0.7)

Normal Pulling 5m57s kubelet Pulling image "oryd/kratos:v0.7.6-alpha.1" Normal Pulled 5m54s kubelet Successfully pulled image "oryd/kratos:v0.7.6-alpha.1" Normal Created 5m54s kubelet Created container kratos Normal Started 5m54s kubelet Started container kratos Warning Unhealthy 54s (x28 over 5m24s) kubelet Readiness probe failed: HTTP probe failed with statuscode: 503

bernardolk commented 2 years ago

Also i always get readiness health check fail on your setup as following (with 0.6 or 0.7)

Normal Pulling 5m57s kubelet Pulling image "oryd/kratos:v0.7.6-alpha.1" Normal Pulled 5m54s kubelet Successfully pulled image "oryd/kratos:v0.7.6-alpha.1" Normal Created 5m54s kubelet Created container kratos Normal Started 5m54s kubelet Started container kratos Warning Unhealthy 54s (x28 over 5m24s) kubelet Readiness probe failed: HTTP probe failed with statuscode: 503

Have you tried checking if Kratos db migration was successful? You can check the pod logs and try kubectl exec -n ory svc/ory-kratos-admin -- kratos migrate sql -y -e -c /etc/config/kratos.yaml to fix it.