cluster-api-provider-aws: Cluster with reused name in different namespace fails to boot
/kind bug
What steps did you take and what happened:
- Boot a cluster with a given name in the default namespace
- Wait for that cluster to successfully come up
- Create a new namespace
- Boot a cluster with an identical name to the first in the new namespace
- Cluster does not create a new VPC or any associated resources
What did you expect to happen: A new VPC, set of machines, and associated resources should have been booted
Anything else you would like to add:
Environment:
- Cluster-api-provider-aws version:
- Kubernetes version: (use
kubectl version): - OS (e.g. from
/etc/os-release):
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 17 (13 by maintainers)
Currently we treat the cluster name as a unique value. We have a few options here: