-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KCP CLI - show errors #1177
Labels
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
Comments
PK85
added
the
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
label
Oct 9, 2024
PR KEB: #1491 |
This was referenced Nov 27, 2024
Merged
To Fix: kebError.ReasonForError dont takes depenedecies into calculation
here this function overrites previous errors which sets wrong dependency (always keb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The KCP cli must show details of an error which failed the operation. It will help and speedup investigations.
AC:
The output of KCP CLI shows errors from all failed (and deprovision incompleted) operations.
The example output looks like:
KEB must add the error object to the output. The necessary data is stored in the
LastError
field.The operationManager must set the field with proper values when the operation fails. See OperationManager methods:
Consider to not pass to much details to the operation description field (it goes to the customer).
The component -> team mapping can be provided as a KCP CLI config
Every step is assigned to one component, every component has one responsible team.
Error is displayed only if terminal state happens like: provisioning failed. Should not happen when retry etc.
The text was updated successfully, but these errors were encountered: