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
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
The text was updated successfully, but these errors were encountered:
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
On client
sudo nerdctl --namespace k8s.io ps
reports:and
sudo nerdctl --namespace k8s.io images
reports:To reproduce
Follow installation steps according to documentation then try the above sample
sklearn
model deploymentExpected behaviour
That the pod
pod/iris-model-default-0-classifier-645d5956cd-tj5kh
gets into READY state.Environment
KubeEdge on AKS
The text was updated successfully, but these errors were encountered: