Uninstalling Replication Plug-in for Containers

Replication Plug-in for Containers Installation and User Guide

Version
3.18.x
Audience
anonymous
Part Number
MK-92ADPTR155-10
ft:lastEdition
2026-07-07

Verify that all dependent services are handled correctly before you remove the Replication Plug-in for Containers. This section gives you step-by-step instructions on how to safely remove the plug-in.

  1. Delete all the replication group CRs from the primary site: Enter:
    # kubectl delete -n <namespace> replication <Replication group-name>
  2. Delete all the replication CRs from the primary site. Enter:
    # kubectl delete -n <namespace> replication <Replication-name>
  3. Verify that all the replication CRs are deleted from both the primary and secondary sites. Enter:
    # KUBECONFIG=${KUBECONFIG_P} kubectl get <replication>
    # KUBECONFIG=${KUBECONFIG_S} kubectl get <replication>
  4. Verify that all the replication group CRs are deleted from both the primary and secondary sites. Enter:
    # KUBECONFIG=${KUBECONFIG_P} kubectl get <replication group name>
    # KUBECONFIG=${KUBECONFIG_S} kubectl get <replication group name>
  5. Delete Replication Plug-in for Containers by deleting all the resources created in Configuring Replication Plug-in for Containers.
  6. Uninstall Storage Plug-in for Containers. For details, see the Hitachi Storage Plug-in for Containers Installation and User Guide.