mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-18 01:21:19 +00:00
commit
23ad16b90e
@ -18,13 +18,17 @@ Prerequisites
|
|||||||
- Ansible 2.0 or higher
|
- Ansible 2.0 or higher
|
||||||
- SSH key to the servers
|
- SSH key to the servers
|
||||||
|
|
||||||
Optional for DigitalOcean droplets: \* DigitalOcean API Token \* python
|
Optional for DigitalOcean droplets:
|
||||||
dopy package
|
|
||||||
|
- DigitalOcean API Token
|
||||||
|
- python dopy package
|
||||||
|
|
||||||
For a description on how to get a DigitalOcean API Token, see the explanation
|
For a description on how to get a DigitalOcean API Token, see the explanation
|
||||||
in the `using terraform tutorial <terraform-digitalocean.rst>`__.
|
in the `using terraform tutorial <./terraform-digitalocean.html>`__.
|
||||||
|
|
||||||
Optional for Amazon AWS instances: \* Amazon AWS API access key ID and
|
Optional for Amazon AWS instances:
|
||||||
|
|
||||||
|
- Amazon AWS API access key ID and
|
||||||
secret access key.
|
secret access key.
|
||||||
|
|
||||||
The cloud inventory scripts come from the ansible team at their
|
The cloud inventory scripts come from the ansible team at their
|
||||||
|
@ -52,7 +52,8 @@ then query the Tendermint app logs from the first pod:
|
|||||||
|
|
||||||
``kubectl logs -c tm -f tm-0``
|
``kubectl logs -c tm -f tm-0``
|
||||||
|
|
||||||
finally, use `Rest API <rpc.html>`__ to fetch the status of the second pod's Tendermint app.
|
finally, use our `Rest API <../specification/rpc.html>`__ to fetch the status of the second pod's Tendermint app.
|
||||||
|
|
||||||
Note we are using ``kubectl exec`` because pods are not exposed (and should not be) to the
|
Note we are using ``kubectl exec`` because pods are not exposed (and should not be) to the
|
||||||
outer network:
|
outer network:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user