Update documentation about file paths

This commit is contained in:
krish7919 (Krish) 2017-05-31 11:14:04 +02:00 committed by Krish
parent 99fb96c9c6
commit 8c80f72c40
1 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,14 @@ It assumes you already have a running Kubernetes cluster.
If you want to add a new BigchainDB node to an existing BigchainDB cluster,
refer to :doc:`the page about that <add-node-on-kubernetes>`.
We refer to many files by their directory and filename in the documentation
below, such as ``configuration/config-map.yaml``. Those files are files in the
`bigchaindb/bigchaindb repository on GitHub
<https://github.com/bigchaindb/bigchaindb/>`_ in the ``k8s/`` directory.
Make sure you're getting those files from the appropriate Git branch on
GitHub, i.e. the branch for the version of BigchainDB that your BigchainDB
cluster is using.
Step 1: Install kubectl
-----------------------