Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

delete.sh removes both related and unrelated ClusterServingRuntime instances #529

Description

@muratyarali

According to the linked documentation, delete.sh can remove ModelMesh Serving CRDs, the controller, and built-in runtimes from specified Kubernetes namespaces:

https://github.com/kserve/modelmesh-serving/blob/release-0.11/docs/install/install-script.md

However, when I run the following command, it deletes all ClusterServingRuntime instances:

./scripts/delete.sh --namespace modelmesh-serving

I intend to use ModelMesh-Serving in a Kubernetes cluster that Kubeflow deployed, so deleting unrelated ClusterServingRuntime instances disrupts the entire cluster.

I tested this with ModelMesh-Serving versions 0.11.0 and 0.12.0. The results are the same.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions