You can view the status of UCP Advisor tasks on the Tasks tab.
To view the Tasks tab, from the main menu, click Tasks.
You can apply filters to the task list, search by keyword, and sort the list by column.
The following task information is displayed:
- Status
- The status of the task.
- Task ID
- The unique identifier of the task.
- Name
- The name of the task.
- Initiator
- The user that initiated the task.
- Start Time
- The time the task started.
- Completion Time
- The time the task completed.
- Description
- Detailed description of the task.
- Date
- The date the task was performed.Note: The Tasks page displays the task history of 30 days. However you can customize the task history retention period:
- Log on to the UCP Advisor VM, and run the following command:
kubectl edit configmap tasks-config-properties -n ucp
- Update the tasks.retention.days parameter to the number of days that you want to retain the task history. For example:
For example: tasks.retention.days:60
- Log on to the UCP Advisor VM, and run the following command: