You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use flagger (and other) controllers that have fields configured with x-kubernetes-int-or-string: true meaning that the field can be an integer or a string. KRO doesn't seem to work with this right now.
The dummy CR generation doesn't know how to handle this configuration yet and fails.
Proposed Solution:
The dummy CR generator should use an integer for CR generation.
Alternatives Considered:
I've patched the flagger schema to force int or string and it works, but since their schema is valid and widely used, kro should probably handle their case.
Additional Context:
Please vote on this issue by adding a 👍 reaction to the original issue
If you are interested in working on this feature, please leave a comment
The text was updated successfully, but these errors were encountered:
Feature Description
Problem Statement:
I would like to use flagger (and other) controllers that have fields configured with
x-kubernetes-int-or-string: true
meaning that the field can be an integer or a string. KRO doesn't seem to work with this right now.The dummy CR generation doesn't know how to handle this configuration yet and fails.
Proposed Solution:
The dummy CR generator should use an integer for CR generation.
Alternatives Considered:
I've patched the flagger schema to force int or string and it works, but since their schema is valid and widely used, kro should probably handle their case.
Additional Context:
The text was updated successfully, but these errors were encountered: