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
Describe the problem/challenge you have
With the PR(#7117) merged, backup/restore CR has hooksAttempted and hooksFailed as two initial hook metadata. We could adding more hook info to backup/restore CR to help track the status of hooks.
Describe the solution you'd like
With the hooksTracker introduced in PR(#7117), we can track additional details like hook error information and skipped hooks.
Anything else you would like to add:
Environment:
Velero version (use velero version):
Kubernetes version (use kubectl version):
Kubernetes installer & version:
Cloud provider or hardware configuration:
OS (e.g. from /etc/os-release):
Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
👍 for "The project would be better with this feature added"
👎 for "This feature will not enhance the project in a meaningful way"
The text was updated successfully, but these errors were encountered:
@anshulahuja98 After further review, I think it's best to leave the hook information as-is without adding separate fields for hook errors and skipped hooks:
As for hook errors, currently the information around hook errors are already captured in backup log and restore result and displayed prominently under Errors section in backup/restore describe output. Putting those errors again under the Hook status section may lead to repetitive data when viewing describe output.
As for skipped hooks, currently any hooks that are not eventually executed are counted as failed hooks and the detailed error messages are recorded to help user know they are skipped . Add a separate skipped hooks field could potentially confuse users because skipped hooks are already included in hooksFailed field.
Describe the problem/challenge you have
With the PR(#7117) merged, backup/restore CR has
hooksAttempted
andhooksFailed
as two initial hook metadata. We could adding more hook info to backup/restore CR to help track the status of hooks.Describe the solution you'd like
With the hooksTracker introduced in PR(#7117), we can track additional details like hook error information and skipped hooks.
Anything else you would like to add:
Environment:
velero version
):kubectl version
):/etc/os-release
):Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
The text was updated successfully, but these errors were encountered: