rancher/k3k

Different labels within different resources

Open

#165 opened on Dec 23, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (77 forks)auto 404
good first issueteam/collie

Repository metrics

Stars
 (886 stars)
PR merge metrics
 (PR metrics pending)

Description

It looks like we have different label keys for different resources, i.e. the server pods have the plain cluster=example-cluster-3, while the workloads have the k3k.io/clusterName=example-cluster-3 one.

I think we should have the prefix when possible, to wrap in a glance all the k3k created labels, and have consistent naming.

Contributor guide