-
Feature
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
COST-1320Understand the costs of running applications in OpenShift
-
0% To Do, 0% In Progress, 100% Done
-
Undefined
Being able to duplicate tags from higher hierarchy to lower hierarchy:
- Cluster is labelled env = production
- all nodes inherit the label env = production
- all projects inherit the label env = production
- all pods inherit the label env = production
- all projects inherit the label env = production
- all nodes inherit the label env = production
- Same for project and nodes (any pod running in a node and project inherit the label)
The above can also be said for Volumes (pv) too
Required: (These need updating!)
- This should be optional? As it could mislead the customer (what happens if they run test in the production environment?). Perhaps inherited labels say so (inherited - env = production, but works on searches)
- No
- If the object has a label, it should respect it (i.e. the pod is labelled env = demo, the cluster label does not have any effect).
- Override stuff from the lowest level
Gotchas:
- We have pod_labels and volume_labels depending on the line item type
- We also already have basic inheritance for pod_labels but we do NOT have the same inheritance for volume_labels