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?
You cannot change the names as these are managed by the instance group managing the nodes. You can apply tags with the --tags option.