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
The quickstart install instructions no longer work correctly. After deploying a model, the InferenceService does not get into READY state. Inference requests cannot be performed.
The behavior is similar to #433 but the reason seems to be different. In logs I see:
Normal Scheduled 1s default-scheduler Successfully assigned modelmesh-serving/modelmesh-serving-mlserver-1.x-66bfb5668f-zlcbv to mplaneta-cluster
Warning FailedMount 1s kubelet MountVolume.SetUp failed for volume "etcd-config" : secret "model-serving-etcd" not found
The secret does not exist and if I try to create it manually, it is deleted immediately. If I recreate the cluster without --namespace-scope-mode, the erroneous behavior disappears.
Describe the bug
The quickstart install instructions no longer work correctly. After deploying a model, the InferenceService does not get into READY state. Inference requests cannot be performed.
The behavior is similar to #433 but the reason seems to be different. In logs I see:
The secret does not exist and if I try to create it manually, it is deleted immediately. If I recreate the cluster without
--namespace-scope-mode
, the erroneous behavior disappears.To Reproduce
Prepare:
Install
Environment (please complete the following information):
release-0.12
The text was updated successfully, but these errors were encountered: