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

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

Open
muratyarali opened this issue Nov 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@muratyarali
Copy link

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.

@muratyarali muratyarali added the bug Something isn't working label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant