enable onError without enabling alpha API #4239
Unanswered
pritidesai
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I prefer adding an additional feature flag to promoting it to beta faster so that we have room to easily make any necessary changes based on user feedback More broadly, I wonder if we should have guidelines for these circumstances considering the cons of individual feature flags as discussed in Feature Gates TEP, such as:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pipeline 0.27 was release in August which introduced an alpha feature to specify
onError
in astep
. This feature was implemented in the PR #4106. To enable this feature, the Tekton Pipeline deployment has to setenable-api-fields
toalpha
.In our deployment, we have many use cases which require the functionality
onError
provides but cannot enablealpha
APIs.What do folks think about introducing an additional feature flag to just enable
onError
functionality?An alternative is to promote it to stable/beta API. Based on our guidelines, promotion can be done after a few releases(3 to 4). Can we file an exception for this feature?
/cc @skaegi @bobcatfish @vdemeester @afrittoli @sbwsg @jerop
Beta Was this translation helpful? Give feedback.
All reactions