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
When a pod that uses sink-binding is run, the webhook on deployments seems not to be applied immediately, so this results into two deployments, one of which does not contain the injected parameters and ends in an error state.
We should investigate why the Knative webhook does not change the deployment immediately and if we can put some countermeasures to avoid the double deployment.
Making the integration itself sink-bindable is a possible strategy.
The text was updated successfully, but these errors were encountered:
Testing on OpenShift serverless.
When a pod that uses sink-binding is run, the webhook on deployments seems not to be applied immediately, so this results into two deployments, one of which does not contain the injected parameters and ends in an error state.
We should investigate why the Knative webhook does not change the deployment immediately and if we can put some countermeasures to avoid the double deployment.
Making the integration itself sink-bindable is a possible strategy.
The text was updated successfully, but these errors were encountered: