1 Answers
The interface of GCP Console has changed a bit, and you can no longer add tags to instances in a managed group directly.
However you can still do that with gcloud
command. Check out this:
gcloud compute instances add-tags
Sign Up Free or Log In to participate!
Unable to Edit an instance under a created Managed Instance group. The message asks me to "remove from group" and when I do that, it creates a new instance (due to the autoscaling rule/config). Please help!
The interface of GCP Console has changed a bit, and you can no longer add tags to instances in a managed group directly.
However you can still do that with gcloud
command. Check out this:
gcloud compute instances add-tags
Psst…this one if you’ve been moved to ACG!
Thank you so much for clarifying that, Tuan!
Will try the command line out and let you know if it worked alright for me. Thanks again!