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.15k stars 368 forks source link

[backport] fix: set control plane svc as cert secret owner #1856

Closed rohantmp closed 3 weeks ago

rohantmp commented 3 weeks ago

What issue type does this pull request address? (keep at least one, remove the others) /kind bugfix

What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible) resolves #

currently, owner is set in both control-plane and workload clusters, so this option should be disabled for isolated control plane.

Please provide a short message that should be published in the vcluster release notes Fixed an issue where vcluster ...

What else do we need to know?

backport of https://github.com/loft-sh/vcluster/pull/1855