-
Notifications
You must be signed in to change notification settings - Fork 76
Description
Environment (OpenShift Local):
$ crc version
CRC version: 2.57.0+ae41f6
OpenShift version: 4.20.5
MicroShift version: 4.20.0
OBI fails in this line
| return "", fmt.Errorf("cannot read annotation %s: %w", ovnSubnetAnnotation, err) |
with
cannot read annotation k8s.ovn.org/node-subnets: json: cannot unmarshal array into Go value of type string
As far as I see that subnets structure can have different forms. We are not supporting dual-stack. See:
Side note:
Maybe it would be good to log the input that failed to parse?
Then it should be easier to fix the bug when even just the error message would be provided.
Reactions are currently unavailable