manager icon indicating copy to clipboard operation
manager copied to clipboard

Add custom labels option to application configs

Open naorlivne opened this issue 6 years ago • 0 comments
trafficstars

Expected/Wanted Behavior

It should be possible to add custom labels on an app level to running containers in addition to the existing Nebula labels of:

  • "app_name"
  • "orchestrator"

The existing Nebula labels should not be possible to be overwritten as so there should be some failsafe check to prevent overwriting them.

This should be an optional dict in the app config which defaults to {} if not set and in which case only the existing Nebula labels should be added.

Actual Behavior

Currently only the default labels are added to running containers.

naorlivne avatar Feb 11 '19 10:02 naorlivne