Modifying the maintenance mode timeout parameters

Unified Compute Platform (UCP) Advisor Administration Guide

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

When you discover IO cards or upgrade the firmware, the task may time out before it is completed. You can change the timeout value for the maintenance mode enter and exit parameters.

The timeout values for the maintenance mode enter and exit parameters are set to 900 seconds (15 minutes) by default. 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 enterMaintenanceModeTimeout or the exitMaintenanceModeTimeout parameter value to the required value.
  4. Exit the edit mode. Press the Esc key.
  5. Save the changes. Enter:
    :wq