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.93k stars 428 forks source link

[v0.20] revert adding --ca-data flag to vcluster platform add cluster #2161

Closed hidalgopl closed 2 months ago

hidalgopl commented 2 months ago

after changes made in https://github.com/loft-sh/loft-enterprise/pull/3187 , --ca-data flag in vcluster platform add cluster is redundant; it's actually better if user can configure additionalCA once for platform, and then connected clusters will automatically use it, instead of forcing user to pass it to the vcluster platform add cluster command every single time.

It reverts #2159 but keeps --ca-data flag for platform add vcluster commands visible