domino_admin_toolkit.checks.test_central_config module

domino_admin_toolkit.checks.test_central_config.central_config_data(k8s_client)

Collect central config data from the cluster.

domino_admin_toolkit.checks.test_central_config.test_central_config(central_config_data)
Description:

Displays the full Central Config table and runs analyzers to detect stale workarounds or misconfigured settings.

Central Config is where all global settings for a Domino installation are stored in MongoDB. This check makes the full table available for engineers to search, and flags known problematic values.

Failure Conditions:
  • Central config data cannot be collected from MongoDB

  • useWorkloadService is set to false (stale workaround)

Troubleshooting Steps:
  1. Review the CC table output for the flagged key

  2. Check Domino Admin UI or MongoDB directly for the current value

  3. Cross-reference with recent support cases or incident workarounds

Resolution Steps:
  1. For stale workarounds: remove the CC override or set it back to the expected value via Domino Admin UI or MongoDB

  2. Restart affected services after changing CC values

Required Permissions:
  • Platform admin access

  • MongoDB read access (via toolkit service account)

Public Facing KB:

https://docs.dominodatalab.com/en/latest/admin_guide/71d6ad/central-configuration/