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

[0.20] fix: create --connect fails because of improper config location, remove duplicate flags, drop duplicate functionality #2149

Closed rohantmp closed 2 months ago

rohantmp commented 2 months ago

resolves ENG-4557

manual backport of https://github.com/loft-sh/vcluster/pull/2115 and https://github.com/loft-sh/vcluster/pull/2112

Hold off on merging without considering the changes in flags. I do think they should be backported as the combination doesn't make sense and both flags have to be disabled to set to false to not connect when creating.

rohantmp commented 2 months ago

Hold off on merging without considering the changes in flags. I do think they should be backported as the combination doesn't make sense and both flags have to be disabled to set to false to not connect when creating.