Container Essentials: How to uninstall
search cancel

Container Essentials: How to uninstall

book

Article ID: 287106

calendar_today

Updated On:

Products

Carbon Black Cloud Container

Issue/Introduction

How to uninstall VMware Carbon Black Container Essentials on a Kubernetes Cluster.

Environment

  • VMware Carbon Black Container Essentials: All Versions

Resolution

  1. Remove the Octarine custom resource.
    Kubectl -n octarine-dataplane delete octarines.operator.octarinesec.com octarine
  2. Remove the complete namespace with the operator and associated resources.
    Kubectl delete namespace octarine-dataplane.
  3. Remove the cluster scope ClusterRole and ClusterRoleBindings.
    Kubectl delete clusterrole octarine-operator
    Kubectl delete clusterrolebinding octarine-operator
  4. 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.