domino_admin_toolkit.checks.test_new_relic module

domino_admin_toolkit.checks.test_new_relic.test_newrelic_kubernetes_integration(platform_namespace, domino_version)
Description:

The test checks whether the newrelic-infrastructure container is present in the DaemonSet and has a version of at least 1.5.0. It verifies that the Kubernetes integration version of New Relic is correctly installed and configured to support NFS data.

Result:

If the container or the specified version is not found, the test fails and outputs an appropriate error message.

Public Facing KB:

https://github.com/newrelic/infrastructure-agent

domino_admin_toolkit.checks.test_new_relic.versiontuple(v)