summaryrefslogtreecommitdiff
path: root/spec/migrations/migrate_legacy_managed_clusters_to_unmanaged_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Migrate project level clusters with no Kubernetes namespace to unmanaged62772-migrate-managed-clusters-to-unmanagedTiger2019-06-141-0/+55
These clusters were created before we introduced the option to manage your own cluster, and not having a Kubernetes namespace present means that we have tried and failed to create one - and therefore we cannot manage your cluster for you. The 5 minute window should prevent a race condition where a cluster has only just been created and we haven't had a chance to create any resources for it yet.