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
Currently the single binary only starts the controller-runtime manager if the propeller webhook is enabled. This means in the case where webhook is disabled propeller is unable to be notified of k8s resource updates and in turn has much worse performance in workflow evaluations because it only evaluates workflows using the reeval duration.
Expected behavior
The controller-runtime manager should be started in single binary even if the propeller webhook is disabled.
Additional context to reproduce
Disable the propeller webhook in single binary using the disableWebhook configuration option and start single binary.
Screenshots
No response
Are you sure this issue hasn't been raised already?
Yes
Have you read the Code of Conduct?
Yes
The text was updated successfully, but these errors were encountered:
hamersaw
added
bug
Something isn't working
untriaged
This issues has not yet been looked at by the Maintainers
and removed
untriaged
This issues has not yet been looked at by the Maintainers
labels
Mar 28, 2023
Describe the bug
Currently the single binary only starts the controller-runtime manager if the propeller webhook is enabled. This means in the case where webhook is disabled propeller is unable to be notified of k8s resource updates and in turn has much worse performance in workflow evaluations because it only evaluates workflows using the reeval duration.
Expected behavior
The controller-runtime manager should be started in single binary even if the propeller webhook is disabled.
Additional context to reproduce
Disable the propeller webhook in single binary using the
disableWebhook
configuration option and start single binary.Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: