-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Outage recovery link fix #16365
Outage recovery link fix #16365
Conversation
60db915
to
097a0bc
Compare
Ember Asset Size actionAs of 097a0bc Files that got Bigger 🚨:
Files that stayed the same size 🤷:
|
Ember Test Audit comparison
|
@@ -43,7 +43,7 @@ | |||
<h1 data-test-error-title class="title is-spaced">No Cluster Leader</h1> | |||
<p data-test-error-message class="subtitle"> | |||
The cluster has no leader. | |||
<a href="https://www.nomadproject.io/guides/outage.html"> | |||
<a href="https://developer.hashicorp.com/nomad/tutorials/manage-clusters/outage-recovery"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are 7 references to the previous domain. Should we examine those outbound links and convert this to a constant that we reference throughout the codebase?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's just in the UI; there are many more in the API/CLI/etc. Most of those links are still live and working, but this one isn't.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There might be half a dozen other places that need patching alongside of this.
Noticed that the link to recovering from outage (shown in the UI if a cluster leader is not elected) was 404ing; this returns the updated link.