Collecting logs for 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
  1. Retrieve the logs for Replication Plug-in for Containers. Enter:
    # kubectl logs -n hspc-replication-operator-system deploy/hspc-replication-operator-controller-manager
    Note: If necessary, set up cluster-level logging to save logs. See https://kubernetes.io/docs/concepts/cluster-administration/logging/.
  2. View the recent events for Replication CR. Enter:
    # kubectl describe -n <namespace> <CRD-type> <CR-name>
    Note: There are three types of CRDs: Replication, LocalVolume, and RemoteVolume. The name of these resources are the same as the Replication resource in the primary site.