I've been using instance templates for Instance Groups, and I never had to go to "Advanced Options" because everything was working as expected. But today, while creating a new instance group with a template it started throwing the following error:
" Operation type [compute.instanceGroupManagers.insert] failed with message "Instances with guest accelerators do not support live migration." "
which upon searching, I got to know that was 'on host maintenance'
option was set to 'Migrate'
, then I tried to change that option to 'Terminate'
as it was set by-default for previously created templates, but it didn't allow me to change it for some reason, and the reason it was mentioning that I have to choose 'Standard'
option for 'VM provisioning model'
, which was already set. Any help would be appreciated.GCP console image while creating instance template