seldon-core icon indicating copy to clipboard operation
seldon-core copied to clipboard

Demo sklearn deployment with error: "classifier: http: server gave HTTP response to HTTPS client"

Open tjhgit opened this issue 1 year ago • 0 comments

Describe the bug

Using aks and installed KubeEdge cloud component in AKS and edge component on NUC I3. Then installed seldon after installing istio.

When trying to deploy according to here this fails with

kubectl -n seldon logs pod/iris-model-default-0-classifier-645d5956cd-tj5kh

Defaulted container "classifier" out of: classifier, seldon-container-engine, classifier-model-initializer (init)
Error from server: Get "https://172.16.16.17:10350/containerLogs/seldon/iris-model-default-0-classifier-645d5956cd-tj5kh/classifier": http: server gave HTTP response to HTTPS client

On client sudo nerdctl --namespace k8s.io ps reports:

CONTAINER ID    IMAGE                                         COMMAND                   CREATED          STATUS    PORTS    NAMES
a738e09d6a2c    docker.io/library/eclipse-mosquitto:1.6.15    "/docker-entrypoint.…"    2 hours ago      Up                 k8s://kubeedge/edge-eclipse-mosquitto-959z6/edge-eclipse-mosquitto
d0669f5b69b8    registry.k8s.io/pause:3.8                     "/pause"                  2 hours ago      Up                 k8s://kubeedge/edge-eclipse-mosquitto-959z6
ef66c5540348    registry.k8s.io/pause:3.8                     "/pause"                  9 minutes ago    Up                 k8s://seldon/iris-model-default-0-classifier-645d5956cd-tj5kh

and sudo nerdctl --namespace k8s.io images reports:

REPOSITORY                             TAG        IMAGE ID        CREATED              PLATFORM       SIZE         BLOB SIZE
seldonio/rclone-storage-initializer    1.17.1     a24387b592c1    About an hour ago    linux/amd64    153.8 MiB    59.0 MiB

To reproduce

Follow installation steps according to documentation then try the above sample sklearn model deployment

Expected behaviour

That the pod pod/iris-model-default-0-classifier-645d5956cd-tj5kh gets into READY state.

Environment

KubeEdge on AKS

tjhgit avatar Jun 29 '24 14:06 tjhgit