Contact Us 1-800-596-4880

Update rtfd Container Resources When Upgrading Runtime Fabric on Red Hat OpenShift

Before upgrading Runtime Fabric on Red Hat OpenShift from version 2.6.52 or earlier to version 2.7.0 or later, you must manually set the rtfd container resource allocations to the recommended values. This step is required because the upgrade process doesn’t automatically apply resource changes to the rtfd container.

For additional guidance on sizing, see Scalability Benchmarks.

To update rtfd container resources:

  1. In the Red Hat OpenShift console, navigate to Operators > Installed Operators.

  2. Select the Runtime Fabric operator and open the Runtime Fabric instance .yaml file.

    Runtime Fabric instance .yaml file.
  3. In the .yaml file, go to spec: > agent: > rtfd:, and update the resource allocations to these recommended values:

    rtfd:
      resources:
        limits:
          cpu: 200m
          memory: 300Mi
        requests:
          cpu: 150m
          memory: 200Mi
  4. Click Save.

During a Helm-based upgrade, if you previously overrode rtfd container resources in the values.yaml file, manually increase the allocations according to the scalability guidelines. This manual step is required because upgrades respect pre-release overrides.