Closed tthvo closed 3 months ago
Looks like some regressions when labels/annotations change their representations to [{key: "my-key", value: "my-value"}]
list.
Confirmed that this is present in 3.0.0.
I also never realized before, but we render recording labels like template: Profiling
, but Topology node labels/annotations like version=1.20
. I'll clean that up with the same PR.
Actually, I'll split that change out, since we should backport the bug fix only.
I also never realized before, but we render recording labels like template: Profiling, but Topology node labels/annotations like version=1.20. I'll clean that up with the same PR.
Ah yes, about this tho, the topology is following key=value
convention on the OpenShift side. Should we follow that instead of key: value
?
That's true. I'll adjust the PR.
Current Behavior
The label/annotation filtering for target nodes is broken as it is now showed as below:
Expected Behavior
The labels show as
key=value
.Steps To Reproduce
bash smoketesh.bash
on latestmain
.https://localhost:8443
[object Object]
is displayed.Environment
Anything else?
Potentially affected
3.0.0
release.