Failed backups suggest running "velero Backup logs [...]" (typo on the command) #7048
Labels
kind/design
Categorizes issue or PR as related to design.
sig/ui
Denotes a PR or issue as being assigned to SIG UI.
What is the problem, where is it and why is it an issue?
When inspecting the message on the Web UI for a failed backup, the following message appears:
End-users will reproduce the command to run from the error message, resulting on:
(The nested error message from velero is a different story...)
However, the message on the
Phase
fromvelero backup describe...
contains the right wording:So I'm not sure how that wrong casing reached the Web UI.
The API request containing the backup information has no trace of this message either:
curl 'https://<KKP>/api/v2/projects/5rwv2wjfx6/clusters/s75kqvxjkq/clusterbackup'
Suggest how to fix it, if possible
Prevent
Backup
from being uppercase as it induces errors on unexperienced users.The text was updated successfully, but these errors were encountered: