Change deployment profile on Kubernetes and OpenShift

Update your analytics CR to change your deployment profile.

Note: This topic covers Kubernetes and OpenShift individual subsystem installations. For other platforms see:
Note: If you have a three replica profile, and want to change to one replica, you must first change your analytics configuration to shared storage. Dedicated storage is not supported on the one replica profile.
  1. Verify that subsystem is in Running state.
    kubectl -n <namespace> get a7s
  2. Edit the analytics CR:
    kubectl -n <namespace> edit a7s

    Change spec.profile value to the new profile that you want to use: Analytics deployment profiles.

  3. Monitor you analytics pods to confirm the expected number of replicas are running:
    kubectl -n <namespace> get pods
  4. Verify that subsystem is in Running state.
    kubectl -n <namespace> get a7s