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
What steps did you take and what happened:
After Enabling/Disabling Kserve, modelmesh will be unable to reconcile through the DSC because of an error caused by the inferenceservice CRD
Component reconciliation failed:
CustomResourceDefinition.apiextensions.k8s.io
"inferenceservices.serving.kserve.io" is invalid:
[spec.conversion.strategy: Required value,
spec.conversion.webhookClientConfig: Forbidden: should not be set when
strategy is not set to Webhook]
Deleting the MutatingWebHook does not seem to fix this, however if one manually edits the YAML of the InferenceService CRD to remove the spec.conversion block it appears to be fixed and modelmesh can then reconcile again.
However this probably breaks Kserve (if enabled/reenabled later on)
What did you expect to happen:
What's the InferenceService yaml:
[To help us debug please run kubectl get isvc $name -n $namespace -oyaml and paste the output]
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
Istio Version:
Knative Version:
KServe Version:
Kubeflow version:
Open Data Hub version:
Deployment Environment:[cloud (aws|gcp|ibm|azure), on prem, edge ]
OpenShift version: (use kubectl version):
OS (e.g. from /etc/os-release):
The text was updated successfully, but these errors were encountered:
/kind bug
What steps did you take and what happened:
After Enabling/Disabling Kserve, modelmesh will be unable to reconcile through the DSC because of an error caused by the inferenceservice CRD
Deleting the MutatingWebHook does not seem to fix this, however if one manually edits the YAML of the InferenceService CRD to remove the
spec.conversion
block it appears to be fixed and modelmesh can then reconcile again.However this probably breaks Kserve (if enabled/reenabled later on)
What did you expect to happen:
What's the InferenceService yaml:
[To help us debug please run
kubectl get isvc $name -n $namespace -oyaml
and paste the output]Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: