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

Vcluster secrets labelling is missing #2283

Open irizzant opened 1 day ago

irizzant commented 1 day ago

What happened?

Vcluster secrets are created without any labels

What did you expect to happen?

Vcluster to add labels to identify secrets

How can we reproduce it (as minimally and precisely as possible)?

Just create a vcluster

Anything else we need to know?

No response

Host cluster Kubernetes version

```console $ kubectl version # paste output here ``` Client Version: v1.31.2 Kustomize Version: v5.4.2 Server Version: v1.31.2-eks-7f9249a

vcluster version

```console $ vcluster --version # paste output here ``` vcluster version 0.20.4

VCluster Config

``` # My vcluster.yaml / values.yaml here ```