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 427 forks source link

[Backport-to-v0.20 set additional ca in platform add cluster #2159

Closed hidalgopl closed 2 months ago

hidalgopl commented 2 months 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 ENG-4638 backport of #2153

Please provide a short message that should be published in the vcluster release notes Fixed an issue where vcluster platform add cluster was setting additionalCA for loft-agent when it was set in cluster access. Instead, now user can pass additionalCA for given loft agent as a command flag

What else do we need to know?