loft-sh / vcluster

vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
https://www.vcluster.com
Apache License 2.0
6.92k stars 426 forks source link

wip: using sync.Map instead of locks #2236

Closed zerbitx closed 1 month ago

zerbitx commented 1 month ago

This ran through the lite conformance tests completely with 2 failures. The certified suite is still running at the time of writing