You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2019/11/06 10:47:01 UTC

[couchdb-documentation] branch kubernetes created (now de522a6)

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

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


      at de522a6  Add Kubernetes install instructions

This branch includes the following new commits:

     new de522a6  Add Kubernetes install instructions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-documentation] 01/01: Add Kubernetes install instructions

Posted by wi...@apache.org.
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 <wi...@gmail.com>
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