Skip to content
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

Removes pre-release cluster peering warning from documentation #421

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nickwales
Copy link
Contributor

The cluster peering feature is no longer in pre-release.

@nickwales nickwales requested a review from a team as a code owner November 19, 2024 20:28
Copy link
Member

@nathancoleman nathancoleman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cluster Peering GA was announced in Consul 1.14

@nathancoleman
Copy link
Member

@nickwales the docs are generated, so I believe you'll need to remove the source of this warning here

~> **Cluster peering is currently in technical preview:** Functionality associated with cluster peering is subject to change. You should never use the technical preview release in secure environments or production scenarios. Features in technical preview may have performance issues, scaling issues, and limited support.

and then regenerate the docs just to make sure everything is clean. Not any docs that I could find for this process, but you'll need to do the same thing the CI does here:

- name: Generate the documentation'
run: |
terraform fmt -recursive .
tfplugindocs generate --ignore-deprecated true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants