Restarting 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

When you make configuration changes, you must restart Replication Plug-in for Containers. Use the following Kubernetes commands to restart the Replication Plug-in for Containers:

  1. Restart HRPC in the primary site.
    # KUBECONFIG=${KUBECONFIG_P} kubectl rollout restart deployment -n hspc-replication-operator-system hspc-replication-operator-controller-manager
  2. Restart HRPC in the secondary site.
    # KUBECONFIG=${KUBECONFIG_S} kubectl rollout restart deployment -n hspc-replication-operator-system hspc-replication-operator-controller-manager