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
I am trying to access http or grpc endpoints. Unfortunally without success. For HTTP I am recieving 503 errors. Also I see errorrs in controller manager. I assume it should works out of the box in that simple example:
I am recieving errors (in seldon-operator-controller-manager-0):
{"level":"info","ts":1565738361.3888788,"logger":"seldon-controller","msg":"pSvcName","val":"seldon-model-test-deployment-example"}
{"level":"info","ts":1565738361.3893006,"logger":"seldon-controller","msg":"Creating default Ambassador config"}
{"level":"info","ts":1565738361.3900414,"logger":"seldon-controller","msg":"Found identical deployment","namespace":"kubeflow","name":"test-deployment-example-7cd068f","status":{"observedGeneration":1,"replicas":1,"updatedReplicas":1,"readyReplicas":1,"availableReplicas":1,"conditions":[{"type":"Available","status":"True","lastUpdateTime":"2019-08-13T23:14:32Z","lastTransitionTime":"2019-08-13T23:14:32Z","reason":"MinimumReplicasAvailable","message":"Deployment has minimum availability."},{"type":"Progressing","status":"True","lastUpdateTime":"2019-08-13T23:14:32Z","lastTransitionTime":"2019-08-13T23:14:07Z","reason":"NewReplicaSetAvailable","message":"ReplicaSet \"test-deployment-example-7cd068f-5bcbdd6f86\" has successfully progressed."}]}}
{"level":"error","ts":1565738361.391365,"logger":"kubebuilder.controller","msg":"Reconciler error","controller":"seldondeployment-controller","request":"kubeflow/seldon-model","error":"the server could not find the requested resource (put seldondeployments.machinelearning.seldon.io seldon-model)","stacktrace":"github.com/seldonio/seldon-operator/vendor/github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/src/github.com/seldonio/seldon-operator/vendor/github.com/go-logr/zapr/zapr.go:128\ngithub.com/seldonio/seldon-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/go/src/github.com/seldonio/seldon-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:217\ngithub.com/seldonio/seldon-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1\n\t/go/src/github.com/seldonio/seldon-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:158\ngithub.com/seldonio/seldon-operator/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1\n\t/go/src/github.com/seldonio/seldon-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133\ngithub.com/seldonio/seldon-operator/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil\n\t/go/src/github.com/seldonio/seldon-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134\ngithub.com/seldonio/seldon-operator/vendor/k8s.io/apimachinery/pkg/util/wait.Until\n\t/go/src/github.com/seldonio/seldon-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88"}
curl -v 127.0.0.1:31380/seldon/kubeflow/seldon-model/api/v0.1/predictions/
* About to connect() to 127.0.0.1 port 31380 (#0)
* Trying 127.0.0.1...
* Connected to 127.0.0.1 (127.0.0.1) port 31380 (#0)
> GET /seldon/kubeflow/seldon-model/api/v0.1/predictions/ HTTP/1.1
> User-Agent: curl/7.29.0
> Host: 127.0.0.1:31380
> Accept: */*
>
< HTTP/1.1 503 Service Unavailable
< date: Tue, 13 Aug 2019 23:25:45 GMT
< server: istio-envoy
< content-length: 0
<
* Connection #0 to host 127.0.0.1 left intact
I am trying to access http or grpc endpoints. Unfortunally without success. For HTTP I am recieving 503 errors. Also I see errorrs in controller manager. I assume it should works out of the box in that simple example:
How to reproduce
Docker 18.09
Centos 7.6
Kubernetes 1.15
kfctl init kubeflow --config="https://raw.githubusercontent.com/kubeflow/kubeflow/master/bootstrap/config/kfctl_k8s_istio.yaml" -V
I changed version of Seldon to 0.3.2 snapshot
I use that file: https://github.com/SeldonIO/seldon-core/blob/master/notebooks/resources/model.json
kubectl apply -f model.json -n kubeflow
I am recieving errors (in seldon-operator-controller-manager-0):
Additional information:
Virtual Service:
Service:
Pod:
The text was updated successfully, but these errors were encountered: