Container Essentials: How to uninstall
book
Article ID: 287106
calendar_today
Updated On:
Products
Carbon Black Cloud Container
Show More
Show Less
Issue/Introduction
How to uninstall VMware Carbon Black Container Essentials on a Kubernetes Cluster.
Environment
VMware Carbon Black Container Essentials: All Versions
Resolution
Remove the Octarine custom resource.
Kubectl -n octarine-dataplane delete octarines.operator.octarinesec.com octarine
Remove the complete namespace with the operator and associated resources.
Kubectl delete namespace octarine-dataplane.
Remove the cluster scope ClusterRole and ClusterRoleBindings.
Kubectl delete clusterrole octarine-operator
Kubectl delete clusterrolebinding octarine-operator
Remove the cluster from the UI.
Additional Information
Failing to remove the Octarine custom resources before removing the operator will cause the Octarine components to be un-removable as there will be no operator to handle removal.
Feedback
thumb_up
Yes
thumb_down
No