-
Bug
-
Resolution: Done-Errata
-
Normal
-
None
-
4.17.0
This is a clone of issue OCPBUGS-42961. The following is the description of the original issue:
—
With the rapid recommendations feature (enhancement) one can request various messages from Pods matching various Pod name regular expressions
The problem is when there is a Pod (e.g foo-1 from the below example) matching more than one requested Pod name regex:
{
'namespace': 'test-namespace',
'pod_name_regex': 'foo-.*',
'messages': ['regex1', 'regex2']
},
{
'namespace': 'test-namespace'',
'pod_name_regex': 'foo-1',
'messages': ['regex3', 'regex4']
}
Assume Pods with names foo-1 and foo-bar. Currently all the regexes (regex1,regex2, regex3, regex4) are filtered for both Pods.
The desired behavior is foo1 filters all the regexes, but foo-bar is filtered only with regex1 and regex2
- clones
-
OCPBUGS-42961 container log requets are wrongly aggregated
-
- Closed
-
- is blocked by
-
OCPBUGS-42961 container log requets are wrongly aggregated
-
- Closed
-
- links to
-
RHBA-2024:8981
OpenShift Container Platform 4.17.z bug fix update