Unable to deploy application in GKE

When i try to deploy a statefulset application on GKE(created by Autopilot mode) using cloudshell, its throwing the below error, can someone help me to fix this?

Violations details: {"[denied by autogke-disallow-privilege]":["container increase-the-vm-max-map-count is privileged; not allowed in Autopilot"]}
Requested by user: 'dhamodharan', groups: 'system:authenticated'.```

Autopilot does not allow you to run privileged containers.

Are you trying to run Elastic Search?

yes, there is an ES container on the stack, so you mean i have to use the standard mode??