cli: consistently name Consul service mesh#17230
Closed
jkirschner-hashicorp wants to merge 1 commit intomainfrom
Closed
cli: consistently name Consul service mesh#17230jkirschner-hashicorp wants to merge 1 commit intomainfrom
jkirschner-hashicorp wants to merge 1 commit intomainfrom
Conversation
Remove outdated usage of "Consul Connect" instead of Consul service mesh. The connect subsystem in Consul provides Consul's service mesh capabilities. However, the term "Consul Connect" should not be used as an alternative to the name "Consul service mesh". This commit modifies CLI help text for commands and variables. It does not change any functionality.
| } | ||
|
|
||
| const synopsis = "Runs a Consul Connect proxy" | ||
| const synopsis = "Runs a non-production, built-in service mesh sidecar proxy" |
Contributor
Author
There was a problem hiding this comment.
The docs explicitly state that this isn't meant to be a production sidecar proxy. So I've also added that to the help text.
2 tasks
|
This pull request has been automatically flagged for inactivity because it has not been acted upon in the last 60 days. It will be closed if no new activity occurs in the next 30 days. Please feel free to re-open to resurrect the change if you feel this has happened by mistake. Thank you for your contributions. |
|
Closing due to inactivity. If you feel this was a mistake or you wish to re-open at any time in the future, please leave a comment and it will be re-surfaced for the maintainers to review. |
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.
Remove outdated usage of "Consul Connect" instead of Consul service mesh.
The connect subsystem in Consul provides Consul's service mesh capabilities. However, the term "Consul Connect" should not be used as an alternative to the name "Consul service mesh".
This commit modifies CLI help text for commands and variables. It does not change any functionality.
This PR is a follow up for the docs changes made in #17222.