domino_admin_toolkit.checks.test_replicas module

domino_admin_toolkit.checks.test_replicas.test_deployment_replicas()
Description:

Checks that all of the deployments in the platform namespace have the desired number of replicas running.

Result:

Fails if any deployments has less pods running than the desired number.

domino_admin_toolkit.checks.test_replicas.test_statefulsets_replicas()
Description:

Checks that all of the statefulsets in the platform namespace have the desired number of replicas running.

Result:

Fails if any statefulset has less pods running than the desired number.