Deploy chart in autopilot gke

Hi,

I do not know if it is the right place to post.

last days I am trying to deploy chart in google gke autopilot, it keeps inform me “insufficient resources” when try to increase replicas count,

is autopilot autoscale or I miss some thing ?

after check nodes count, it increases at first time after deploy chart from two nodes to four nodes. when increase our chart replicas autopilot stuck it out and not increase it’s nodes

this chart I deploy in google standard gke cluster is work normally as well as in our local cluster too,

thanks for help.

Hi @ali_kaddam ,

The AutoPilot cluster should scale to meet the requirements of the pods resource specs. It can take a few mins based on my experience. More of the limitations and requirements can be found here . What Helm chart are you trying to deploy?

Hi, macintoshprime

helm chart is bitnami moodle chart,

the issue has been resolved, based on my investigation, there were two issues
first resource request cpu issue change it from 300m to 250m, thank you for link share with me, I looks i have to read more about autopilot,
second issue is the persistent disk attached to pod, it resolved by change the accessMode.
and Using preexisting persistent disks as PersistentVolumes

thank you for time and help, and I appreciate yours.

1 Like

Glad to hear you got it all sorted out!

1 Like