gardener-attic / kubify

Terraform Template to Setup a Kubernetes Cluster on OpenStack/AWS/Azure
Other
147 stars 31 forks source link

Tag elastic IPs #47

Open Diaphteiros opened 6 years ago

Diaphteiros commented 6 years ago

Feature Request

Currently elastic IPs are not tagged, which makes it hard to find out which ones belong to a specific Kubify instance. This would for example be helpful in case someone wants/needs to clean up a cluster manually.

Apparently, this also applies to network interfaces as well, and maybe other resources too (didn't check yet).

Proposal: tag each resource created by Kubify with something that makes it possible to identify the Kubify instance it belongs to. Maybe the cluster domain could be used for this.

Diaphteiros commented 6 years ago

@alban @rfranzke

afritzler commented 6 years ago

Tagging EIPs and networks is a good idea! I guess we can use cluster name + type here.