Resource requirements for running probes

This section describes the resources that each probe require per pod.

The operator controller pod resource requirements are shown below:

  • CPU:

    • Requested 100m (100 millicpu)
    • Limit 200m (200 millicpu)
  • Memory:

    • Requested 64Mi (~ 67 MB)
    • Limit 256Mi (~ 267 MB)

Typically each probe pod requires at least the following level of resources per pod:

  • CPU Requested: 100m (100 millicpu)
  • Memory Requested: 128Mi (~ 134 MB)

You can increase or decrease the resource request and limit by modifying the resources settings (resources.limits and resources.requests) in the customer resource YAML.

Cluster configuration

The minimum cluster configuration required is 1 master node and 3 worker nodes. The recommended cluster configuration is 3 master nodes and 5 worker nodes. This operator requires worker nodes that support amd64 architecture.