You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Double check the largest image size to make sure a new larger image is not encountered.
If a new and larger image is encountered, we may need to tune the runtime scanner to accommodate the larger size.
You can also watch for log messages with "too" that say image scans are being skipped due to size.
Grep all of the agent pod logs for "Error," and ensure there are no recurring errors of concern.
Grep all of the agent pod logs for "POLICIES_V2". You should see something like "Received command 22 (POLICIES_V2)" This signifies that the pod is up and running successfully.
Grep all of the agent node analyzer pod logs for ""level":"error"" and ensure there are no recurring errors of concern.
Sometimes you will see recurring errors if a scan is attempted for an application pod that has not come up or is failing.
Grep all of the agent node analyzer pods logs for ""message":"startup sleep"". This signifies that the pod is up and running successfully.