Fix lint warning, make these unordered lists#29086
Merged
lsgunn-teleport merged 9 commits intomasterfrom Jul 14, 2023
Merged
Conversation
zmb3
approved these changes
Jul 13, 2023
| Teleport requires upgrading the Teleport Cluster from one major version to another in sequence. | ||
| That means if you are currently on version 8.X you must upgrade to the latest version 9 before | ||
| going to version 10. To upgrade in sequence repeat upgrading the Teleport Cluster, confirming | ||
| If you are currently on version 8.x, you must upgrade to the latest version 9.x before |
Collaborator
There was a problem hiding this comment.
While we're here, if you want to update the example to more recent versions (like 11, 12, and 13), that would be fine :-)
r0mant
approved these changes
Jul 13, 2023
|
|
||
| 1. First, upgrade the root cluster, i.e. the one that other clusters trust. | ||
| 2. Upgrade the Trusted Clusters. | ||
| - Upgrade the root cluster—that is, the cluster that other clusters trust—first. |
Collaborator
There was a problem hiding this comment.
Suggested change
| - Upgrade the root cluster—that is, the cluster that other clusters trust—first. | |
| - Upgrade the root cluster - that is, the cluster that other clusters trust - first. |
|
|
||
| 1. First, upgrade the root cluster, i.e. the one that other clusters trust. | ||
| 2. Upgrade the Trusted Clusters. | ||
| - Upgrade the root cluster—that is, the cluster that other clusters trust—first. |
Collaborator
There was a problem hiding this comment.
Suggested change
| - Upgrade the root cluster—that is, the cluster that other clusters trust—first. | |
| - Upgrade the root cluster - that is, the cluster that other clusters trust - first. |
|
@lsgunn-teleport See the table below for backport results.
|
This was referenced Jul 14, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix lint warning prior to making the change to the behavior implemented in gravitational/docs#341.
These files used numbers (ordered) lists but should have used bullets (unordered) lists.