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

[v0.19] feat: exclude Rancher managed annotations while syncing ingress (#2259) #2267

Closed neogopher closed 1 week ago

neogopher commented 2 weeks ago

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-5035

Please provide a short message that should be published in the vcluster release notes vcluster will now ignore updates to Rancher managed annotations when syncing ingress to & from the virtual cluster.

What else do we need to know?