Hi all,
I made a custom VM image and want to sell it on the market. During creating a deployment package at the last step, I got the message "Running a test deployment" Failed. The reason is that every time you trigger verification, the GCP console creates a new service account to perform tests. The newly created service account has no access permission and if you give permission to that account, it will retry to create another new service account. So how can I fix this permission issue on VM image?
More information is required in order to solve your issue. Please describe the steps that you followed to create the deployment. Did you create the project for development and testing? Are you testing your development image in that project? What kind of verification is triggered when you run the test? What is the function and permissions that the service account requires to run in your VM?