Meridio icon indicating copy to clipboard operation
Meridio copied to clipboard

Add new labels to the managed resources

Open LionelJouin opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

Adding new labels to the resources will help for troubleshooting to select the pods that are managed by Meridio, a specific custom resource, or that belongs to the trench/conduit/attractor.

Describe the solution you'd like

Here are the labels we could add to the resources:

On every pods

  • Meridio/Type
    • stateless-lb-frontend
    • proxy
    • ipam
    • nsp
    • operator
    • nse-vlan

On every resources (ownerReferences also exists):

  • Meridio/Owner
    • cr-name
  • Meridio/Owner-Type
    • Trench
    • Conduit
    • Attractor

On every Trench resources:

  • Meridio/Trench
    • trench-name

On every Attractor resources:

  • Meridio/Attractor
    • attractor-name

On every Conduit resources:

  • Meridio/Conduit
    • conduit-name

Describe alternatives you've considered /

Additional context /

LionelJouin avatar Mar 10 '23 16:03 LionelJouin