Modifying the log bundle retention value

Unified Compute Platform (UCP) Advisor Administration Guide

Version
4.5.x
Audience
anonymous
Part Number
MK-92UCP119-13
ft:lastEdition
2024-03-11

The log bundle list retains only the latest three log bundles generated. However, you can modify this value to a higher or a lower number.

  1. Using the SSH protocol, log on to the Master Node VM.
  2. Edit the infrastructure-operator-config config map. Enter:
    kubectl edit configmap infrastructure-operator-config -n ucp
  3. Set the numOfLogBundleToKeep parameter to the number of log bundles that you want to retain.
  4. Exit the edit mode. Press the Esc key.
  5. Save the changes. Enter:
    :wq