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
Is your feature request related to a problem? Please describe.
There is allowFailure for hooks, but Kubernetes bindings can't ignore error on subscribing to non existent kinds.
The idea is to periodically retry subscribing and run hook when kind appears (CRD created).
It can be a solution for setups with CRD creating in main queue and hooks in parallel queues. Subscribing in parallel queues can occur before creating CRD and it leads to global error.
Describe the solution you'd like to see
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is
allowFailure
for hooks, but Kubernetes bindings can't ignore error on subscribing to non existent kinds.The idea is to periodically retry subscribing and run hook when kind appears (CRD created).
It can be a solution for setups with CRD creating in main queue and hooks in parallel queues. Subscribing in parallel queues can occur before creating CRD and it leads to global error.
Describe the solution you'd like to see
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: