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

Documentation: explicitly state that KVStoreMesh is beta level as part of the feature title #26868

Merged
merged 1 commit into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/network/clustermesh/clustermesh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ clusters.

.. note::

You can additionally opt in to :ref:`kvstoremesh` (beta feature) when enabling
You can additionally opt in to :ref:`kvstoremesh` when enabling
Cluster Mesh. Make sure to configure the Cilium CLI in *helm* mode and run:

.. code-block:: shell-session
Expand Down
11 changes: 4 additions & 7 deletions Documentation/network/clustermesh/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ See :ref:`gs_clustermesh` for instructions on how to set up cluster mesh.

.. _kvstoremesh:

KVStoreMesh
===========
KVStoreMesh (beta)
==================

.. include:: ../../beta.rst

KVStoreMesh is an extension of Cluster Mesh. It caches the information obtained
from the remote clusters in a local kvstore (such as etcd), to which all local
Expand All @@ -28,8 +30,3 @@ agent directly pulls the information from the remote clusters. KVStoreMesh enabl
improved scalability and isolation, and targets large scale Cluster Mesh deployments.

See :ref:`enable_clustermesh` for instructions on how to enable KVStoreMesh.

.. note::

KVStoreMesh is a beta feature. Please provide feedback and file a GitHub
issue if you experience any problems.