You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to run a model chaining example with 3 images and running the seldon micro-service behind the nginx in the custom image created for all the three containers.
Initially the deployment failed with crashloopbackoff and all the containers failed due to Readiness probe.Then added custom rule for /live and /ready for all the 3 images used in the example and it started working except the seldon-container-engine which got started but kept failing in readiness probe:
Normal Created 2m58s kubelet, Created container seldon-container-engine
Normal Started 2m57s kubelet, Started container seldon-container-engine
Warning Unhealthy 93s (x13 over 2m33s) kubelet, Readiness probe failed: HTTP probe failed with statuscode: 503
Is there a way to pass the /live and /ready for seldon-container same as we pass for the custom images in svcOrchSpec section.
Or Is the root cause something else.
The text was updated successfully, but these errors were encountered:
ENGINE_CONTAINER_IMAGE_AND_VERSION: seldonio/engine:1.1.0
EXECUTOR_CONTAINER_IMAGE_AND_VERSION: seldonio/seldon-core-executor:1.1.0
We are trying to run a model chaining example with 3 images and running the seldon micro-service behind the nginx in the custom image created for all the three containers.
Initially the deployment failed with crashloopbackoff and all the containers failed due to Readiness probe.Then added custom rule for /live and /ready for all the 3 images used in the example and it started working except the seldon-container-engine which got started but kept failing in readiness probe:
Normal Created 2m58s kubelet, Created container seldon-container-engine
Normal Started 2m57s kubelet, Started container seldon-container-engine
Warning Unhealthy 93s (x13 over 2m33s) kubelet, Readiness probe failed: HTTP probe failed with statuscode: 503
{"level":"error","ts":1592360705.6960783,"logger":"SeldonRestApi","msg":"Ready check failed","error":"dial tcp 127.0.0.1:9002: connect: connection refused","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/pkg/mod/github.com/go-logr/[email protected]/zapr.go:128\ngithub.com/seldonio/seldon-core/executor/api/rest.(*SeldonRestApi).checkReady\n\t/workspace/api/rest/server.go:198\nnet/http.HandlerFunc.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2007\ngithub.com/seldonio/seldon-core/executor/api/rest.(*CloudeventHeaderMiddleware).Middleware.func1\n\t/workspace/api/rest/server.go:176\nnet/http.HandlerFunc.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2007\ngithub.com/seldonio/seldon-core/executor/api/rest.puidHeader.func1\n\t/workspace/api/rest/server.go:191\nnet/http.HandlerFunc.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2007\ngithub.com/gorilla/mux.(*Router).ServeHTTP\n\t/go/pkg/mod/github.com/gorilla/[email protected]/mux.go:212\nnet/http.serverHandler.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2802\nnet/http.(*conn).serve\n\t/usr/local/go/src/net/http/server.go:1890"}
Hers is the deploy.yaml:
Is there a way to pass the /live and /ready for seldon-container same as we pass for the custom images in svcOrchSpec section.
Or Is the root cause something else.
The text was updated successfully, but these errors were encountered: