Open rhuss opened 3 years ago
This would help in detecting errors, like misspelled sink names, as there seems to be no validating webhook on the operator that could detect such an error during creation time.
With a sync operation one could detect the error state and report it back to the user.
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen
. Mark the issue as
fresh by adding the comment /remove-lifecycle stale
.
/approve /lgtm
/remove-lifecycle stale
Waiting for a binding to be ready would be nice, much like
kn service create
does:And maybe add some summary message at the end.
Also, these options would be helpful then
(and
--no-wait
for an aync operation as it is now)