Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tjhgit opened this issue Jun 29, 2024 · 0 comments
Labels

Comments

@tjhgit
Copy link

tjhgit commented Jun 29, 2024

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 tjhgit added the bug label Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant