Updating the CRs
After the successful deployment of the primary server and media server CRs, you can update the values of only selected specs by editing the respective environment custom resource.
Note:
Updating the Kubernetes resources (pod, configmap, services, statefulset etc) created for the CRs is not recommended.
Following tables describe the specs that can be edited for each CR.
Table: Primary server CR
Spec | Description |
|---|---|
paused | Specify True or False as a value, to temporarily stop the respective CR controller. True: Stop the controller. False: Resume the controller. |
configCheckMode | Specify default, dryrun or skip as a value. |
Table: Media server CR
Spec | Description |
|---|---|
paused | Specify True or False as a value, to temporarily stop the respective CR controller. True: Stop the controller. False: Resume the controller. |
replicas | Represents the replica count of the media server. Media server count can be scaled up by incrementing the replica count. Reducing the replica count is not supported. |
configCheckMode | Specify default, dryrun or skip as a value. |
If you edit any other fields, the deployment can go into an inconsistent state.