-
Bug
-
Resolution: Done
-
Critical
-
rhos-18.0 FR 2 (Mar 2025)
-
None
-
2
-
False
-
-
False
-
?
-
infra-operator-container-1.0.12-2
-
rhos-ops-platform-services-pidone
-
None
-
-
Bug Fix
-
Done
-
-
-
Important
The BGPConfiguration parameter spec.frrNodeConfigurationSelector.nodename has inconsitency to its json tag:
NodeName string `json:"frrConfigurationNamespace,omitempty"`
and should be
NodeName string `json:"nodeName,omitempty"`
Right now you'd have to create a spec like:
frrNodeConfigurationSelector: - frrConfigurationNamespace: nodeA nodeSelector: matchLabels: foo: bar
where `frrConfigurationNamespace` is just wrong as it is a node name.