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.
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
after changes made in https://github.com/loft-sh/loft-enterprise/pull/3187 ,
--ca-data
flag invcluster 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 thevcluster platform add cluster
command every single time.It reverts #2159 but keeps
--ca-data
flag forplatform add vcluster
commands visible