-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
False
-
False
-
Summary
OpenShift labels follow an inheritance pattern from node -> project -> pod. Key/value pairs from node labels and pod labels are inherited at the pod level when we summarize OpenShift data. This grants the ability to group OpenShift data on node or project level tags without having to specifically label pods in the OpenShift cluster. If a specific key already exists in the pod, then the value for that key in the pod will remain. We will not overwrite the value with the project or node value. The same applies from node to project. E.g. A pod has the "app" label with the value "cost", the project also has the "app" label, but with the value "cost-management". The cost value will remain because it is at the lowest level, the pod.
- blocks
-
SRVKS-885 [DOC] Cost Management Service integration with Serverless
- Closed