Google cloud - Not able to delete VM machines -


i new google cloud. sometime managed deploy code on cloud.

i created 2 vm instances. facing following problem,

  1. whenever deploy new build using cloud sdk(gcloud preview app deploy app.yaml --set-default), brings new machine. weird.
  2. tried delete vm instances in console (https://cloud.google.com/compute/docs/instances/stopping-or-deleting-an-instance#delete_an_instance), seems deleted few minutes , comes console again , again.

can please how resolve issue?.

since have not used version flag (--version version) gcloud command, deploys new version of application , consequently spin new vm instances.

to fix this, take @ answer @ link.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -