You are running SSP or Avi Operations and have encountered an alarm with any of the following description:
The CPU usage of AI Assistant Platform {.ResourceID}/{ pod } is currently { value }%, which is above the threshold value.
{.ResourceID } is dynamic and will be prefixed by the service name as shown above. { value } will be dynamic and will represent the current memory usage of the { pod }.Example:
The CPU usage of AI Assistant Platform intelligent-assist-tutor/intelligent-assist-tutor-7c874cfb56-lvrg4 is currently 93%, which is above the threshold value.
vDefend SSP Version: 5.2 and later
Avi Operations: 5.2 and later
The current CPU limits for {.ResourceID } is not enough to process the current load.
High CPU usage should be temporary and may restore on its own. Try re-starting the deployment/statefulset. This should take care of any transient issues. This will impact any ongoing chat conversations.
Log into SSP-Installer using 'sysadmin' credentials
Get the pod name for the {{ .ResourceID }} , using 'k -n nsxi-platform get pods | grep {{ .ResourceID }}'
k -n nsxi-platform get pod <pod-name> -o jsonpath='{.metadata.ownerReferences[0].kind}'
Confirm the output is ReplicaSet and run:
k -n nsxi-platform rollout restart deployment {{ .ResourceID }}
Alarm should be resolved in 10 mins.