Can I specify VM names while creating a cluster in Google Cloud?

8/22/2019

When I create Kubernates cluster in my Google cloud, it builds VMs with autogenerated names like k8s-cluster-xyz123. Is it possible to specify custom names for them?

Also, how do I add a tag to it's instance group?

-- Rico W
google-cloud-platform
kubernetes

1 Answer

8/22/2019

You cannot change the names as these are managed by the instance group managing the nodes. You can apply tags with the --tags option.

-- mensi
Source: StackOverflow