mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Updating docs (#1433)
* Include the key generation step * Fix typos in CLIs
This commit is contained in:
parent
cc66d5aaa5
commit
4a9342ec57
@ -9,7 +9,9 @@ Step 1: Set Up the Cluster
|
|||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
az group create --name bdb-test-cluster-0 --location westeurope --debug -- output json
|
az group create --name bdb-test-cluster-0 --location westeurope --debug --output json
|
||||||
|
|
||||||
|
ssh-keygen -t rsa -C "k8s-bdb-test-cluster-0" -f ~/.ssh/k8s-bdb-test-cluster-0
|
||||||
|
|
||||||
az acs create --name k8s-bdb-test-cluster-0 \
|
az acs create --name k8s-bdb-test-cluster-0 \
|
||||||
--resource-group bdb-test-cluster-0 \
|
--resource-group bdb-test-cluster-0 \
|
||||||
@ -18,7 +20,7 @@ Step 1: Set Up the Cluster
|
|||||||
--admin-username ubuntu \
|
--admin-username ubuntu \
|
||||||
--agent-vm-size Standard_D2_v2 \
|
--agent-vm-size Standard_D2_v2 \
|
||||||
--dns-prefix k8s-bdb-test-cluster-0 \
|
--dns-prefix k8s-bdb-test-cluster-0 \
|
||||||
--ssh-key-value ~/.ssh/<ssh key> \
|
--ssh-key-value ~/.ssh/k8s-bdb-test-cluster-0.pub \
|
||||||
--orchestrator-type kubernetes \
|
--orchestrator-type kubernetes \
|
||||||
--debug --output json
|
--debug --output json
|
||||||
|
|
||||||
@ -29,8 +31,6 @@ Step 1: Set Up the Cluster
|
|||||||
|
|
||||||
echo -e "Host k8s-bdb-test-cluster-0.westeurope.cloudapp.azure.com\n ForwardAgent yes" >> ~/.ssh/config
|
echo -e "Host k8s-bdb-test-cluster-0.westeurope.cloudapp.azure.com\n ForwardAgent yes" >> ~/.ssh/config
|
||||||
|
|
||||||
ssh ubuntu@k8s-bdb-test-cluster-0.westeurope.cloudapp.azure.com
|
|
||||||
|
|
||||||
|
|
||||||
Step 2: Connect to the Cluster UI - (optional)
|
Step 2: Connect to the Cluster UI - (optional)
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
@ -380,8 +380,7 @@ Step 16. Configure MongoDB Cloud Manager for Backup
|
|||||||
|
|
||||||
* Click ``Backup`` tab.
|
* Click ``Backup`` tab.
|
||||||
|
|
||||||
* Click on the ``Begin Setup`` after the replica set name at the bottom of
|
* Click on the ``Begin Setup``.
|
||||||
the page.
|
|
||||||
|
|
||||||
* Click on ``Next``, select the replica set from the dropdown menu.
|
* Click on ``Next``, select the replica set from the dropdown menu.
|
||||||
|
|
||||||
@ -447,7 +446,7 @@ Step 17. Verify that the Cluster is Correctly Set Up
|
|||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
curl -X GET http://ngx-instance-0:443
|
curl -X GET https://ngx-instance-0
|
||||||
|
|
||||||
* Check the MongoDB monitoring and backup agent on the MOngoDB Coud Manager portal to verify they are working fine.
|
* Check the MongoDB monitoring and backup agent on the MOngoDB Coud Manager portal to verify they are working fine.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user