Changing deployment profile on Kubernetes and Red Hat® OpenShift
Update your analytics CR to change your deployment profile.
Note: This document covers Kubernetes and OpenShift® individual subsystem installations. For other platforms, see the following documents.
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.
- Verify that the subsystem is in
Running
state.kubectl -n <namespace> get a7s
- 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. - Monitor you analytics pods to confirm the expected number of replicas are
running:
kubectl -n <namespace> get pods
- Verify that the subsystem is in
Running
state.kubectl -n <namespace> get a7s