Doc fixes as per comments

This commit is contained in:
krish7919 (Krish) 2017-09-13 13:43:04 +02:00 committed by Krish
parent 197a18e0bb
commit 42b1233834
1 changed files with 7 additions and 4 deletions

View File

@ -86,8 +86,8 @@ when following the steps above:
console will be available at ``test-cluster.westeurope.cloudapp.azure.com``.
Step 4: Start MongoDB
---------------------
Step 4: Configure kubectl
-------------------------
#. Refer to `this tutorial
<https://coreos.com/tectonic/docs/latest/tutorials/azure/first-app.html>`__
@ -99,11 +99,14 @@ Step 4: Start MongoDB
.. code:: bash
$ export KUBECONFIG=$HOME/.kube/config:/home/krish/Downloads/kubectl-config
$ export KUBECONFIG=$HOME/.kube/config:/path/to/config/kubectl-config
# OR to only use the new configuration, try
$ export KUBECONFIG=/home/krish/Downloads/kubectl-config
$ export KUBECONFIG=/path/to/config/kubectl-config
Next, you can :doc:`run a BigchainDB node on your new
Kubernetes cluster <node-on-kubernetes>`.
Tectonic References