After you provision Planning Analytics from
IBM Cloud Pak for Data, you need to increase the buffer
size in the CoreDNS configuration to run Planning Analytics Spreadsheet Services
pods.
Procedure
- Log in to the cluster command line as an administrator.
- Run the following commands to modify the dns-default
configmap for the CoreDNS configuration.
oc project openshift-dns
oc edit cm dns-default
- Change the value of the bufsize parameter to the maximum value
(4096).
- Save the update and exit the editor.
For example, if you are using vi, press Esc and enter
:wq! to save and exit.
- Run the following command to verify that the parameter change is in effect.
oc get cm dns-default -o yaml
- Run the following command to restart the deployment and apply the parameter
changes.
oc rollout restart ds/dns-default