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.
What issue type does this pull request address? (keep at least one, remove the others)
/kind feature
What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
resolves ENG-5190
Please provide a short message that should be published in the vcluster release notes
feat: cert-manager integration to re-use cert manager from host cluster
What else do we need to know?
I added some minor non-functional changes that didn't seem worth a seperate PR. Removing an unused variable and
adding some comments on some functions.
What issue type does this pull request address? (keep at least one, remove the others)
/kind feature
What does this pull request do? Which issues does it resolve? (use
resolves #<issue_number>
if possible) resolves ENG-5190Please provide a short message that should be published in the vcluster release notes feat: cert-manager integration to re-use cert manager from host cluster
What else do we need to know?
I added some minor non-functional changes that didn't seem worth a seperate PR. Removing an unused variable and adding some comments on some functions.