This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch kubernetes
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit de522a6927e9e31c6da382eff00b88f4ddfed0e8
Author: Will Holley <[email protected]>
AuthorDate: Wed Nov 6 10:39:58 2019 +0000

    Add Kubernetes install instructions
    
    Adds a page with reference to the CouchDB helm chart. Given the
    instructions for the Helm chart vary by release and are embedded
    in each chart, I delegated to Helm Hub for the full configuration
    / documentation.
---
 src/install/index.rst                     |  1 +
 src/install/{index.rst => kubernetes.rst} | 40 ++++++++++++++++++-------------
 2 files changed, 24 insertions(+), 17 deletions(-)

diff --git a/src/install/index.rst b/src/install/index.rst
index 9416624..02a645e 100644
--- a/src/install/index.rst
+++ b/src/install/index.rst
@@ -25,5 +25,6 @@ Installation
     freebsd
     docker
     snap
+    kubernetes
     upgrading
     troubleshooting
diff --git a/src/install/index.rst b/src/install/kubernetes.rst
similarity index 50%
copy from src/install/index.rst
copy to src/install/kubernetes.rst
index 9416624..01241ca 100644
--- a/src/install/index.rst
+++ b/src/install/kubernetes.rst
@@ -10,20 +10,26 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-.. _install:
-
-============
-Installation
-============
-
-.. toctree::
-    :maxdepth: 2
-
-    unix
-    windows
-    mac
-    freebsd
-    docker
-    snap
-    upgrading
-    troubleshooting
+.. _install/kubernetes:
+
+==========================
+Installation on Kubernetes
+==========================
+
+Apache CouchDB provides a `Helm chart`_ to enable deployment to
+Kubernetes.
+
+To install the chart with the release name ``my-release``:
+
+.. code-block:: sh
+
+    helm repo add couchdb https://apache.github.io/couchdb-helm
+
+    helm repo update
+
+    helm install --name my-release couchdb/couchdb
+
+Further details on the configuration options are available in
+the `Helm chart`_ readme.
+
+.. _Helm chart: https://hub.helm.sh/charts/couchdb/couchdb

Reply via email to