Undeploying and uninstalling InfoScale

Last published : Jun 12, 2026
You can run the following command to undeploy and uninstall InfoScale on your Kubernetes cluster.
kubectl delete -f /YAML/Kubernetes/cr.yaml
The commands to clean up InfoScale components like the Operator, SR, and SRO are as under
Note: Run these commands only after all InfoScale pods are terminated.
kubectl delete -f /YAML/Kubernetes/iso.yaml
kubectl delete -f /YAML/Kubernetes/license_cr.yaml
kubectl delete -f /YAML/Kubernetes/lico.yaml
kubectl delete -f /YAML/Kubernetes/sr.yaml
kubectl delete -f /YAML/Kubernetes/sro.yaml
Note: After uninstallation, ensure that stale InfoScale kernel modules (vxio/vxdmp/veki/vxspec/vxfs/odm/glm/gms) do not remain loaded on any of the worker nodes. Rebooting a worker node deletes all such modules.