You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support custom nodeLabels for all gatherMethods of feature-pod-logs
Originally custom nodeLabels have only be support for gatherMethod
'filelog'. This commits adds support of other gatherTypes as well.
Signed-off-by: Matthias Baur <[email protected]>
Copy file name to clipboardExpand all lines: charts/k8s-monitoring/charts/feature-pod-logs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Be sure perform actual integration testing in a live environment in the main [k8
53
53
| namespaceAnnotations | object | `{}` | Log labels to set with values copied from the Kubernetes Namespace annotations. Only used for "filelog" gather method. Format: `<log_label>: <kubernetes_namespace_annotation>`. |
54
54
| namespaceLabels | object | `{}` | Log labels to set with values copied from the Kubernetes Namespace labels. Only used for "filelog" gather method. Format: `<log_label>: <kubernetes_namespace_label>`. |
55
55
| nodeAnnotations | object | `{}` | Log labels to set with values copied from the Kubernetes Node annotations. Only used for "filelog" gather method. Format: `<log_label>: <kubernetes_node_annotation>`. |
56
-
| nodeLabels | object | `{}` | Log labels to set with values copied from the Kubernetes Node labels. Only used for "filelog" gather method. Format: `<log_label>: <kubernetes_node_label>`. |
56
+
| nodeLabels | object | `{}` | Log labels to set with values copied from the Kubernetes Node labels. Format: `<log_label>: <kubernetes_node_label>`. |
57
57
| staticLabels | object | `{}` | Log labels to set with static values. |
58
58
| staticLabelsFrom | object | `{}` | Log labels to set with static values, not quoted so it can reference config components. |
0 commit comments