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.
- Verify that subsystem is in
Runningstate.kubectl -n <namespace> get a7s - Edit the analytics
CR:
kubectl -n <namespace> edit a7sChange
spec.profilevalue 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 subsystem is in
Runningstate.kubectl -n <namespace> get a7s