-
-
Notifications
You must be signed in to change notification settings - Fork 34
Prefixing services created by jaas #22
Comments
Interesting idea. Have you also thought of applying labels? Labels can be used for filtering too. |
Yes, but I like the way of I am also thinking about grouping, so that with |
Maybe we want to add a jaas label and allow the User to set the name completely different by a command line parameter |
We can start by adding a label. com.alexellis.io.jaas = 1 for instance |
That will allow for filtering and is probably a minimum requirement as the metadata will allow us to track the orphaned objects. |
With a lot of created services it is useful to group services created by jaas.
Expected Behavior
jaas run --image hello-world
Current Behavior
Currently the service name will be random. There is no way to identify which services were created by jaas.
Possible Solution
Set the name in the spec.
Steps to Reproduce (for bugs)
Context
Use jaas on a docker swarm with long running services. If for some reason the jaas created services does not exit I want to identify that one.
Your Environment
The text was updated successfully, but these errors were encountered: