-
Notifications
You must be signed in to change notification settings - Fork 489
crd conversion failed: cannot convert int64 to float64 #143
Comments
same error with rook crd: `2019-08-09T12:42:04.884+0300 ERROR navigation/navigation.go:125 cephclusters.ceph.rook.io: crd conversion failed: cannot convert int64 to float64 goroutine 176 [running]: |
The default unstructured converter can't convert int64 to float64. This change vendors a version that adds that functionality. #143
I've identified the cause of this issue. In client-go, there is no code for converting an int64 to float64 when using the unstructured object converter. The fix in #145 vendors a patched version of the converter that handles the use case. |
Thanks for octant. It was running nice :) but then I did this.
now octant crashes like this.
The text was updated successfully, but these errors were encountered: