From 94f0c7449a39dddb1af2d3bdf569c6db71711120 Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Tue, 19 Sep 2017 14:25:46 -0400 Subject: [PATCH] lil fix --- ansible/README.rst | 12 ++++++++---- mintnet-kubernetes/README.rst | 3 ++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ansible/README.rst b/ansible/README.rst index 33e31c3ba..e0dfd7dc0 100644 --- a/ansible/README.rst +++ b/ansible/README.rst @@ -18,13 +18,17 @@ Prerequisites - Ansible 2.0 or higher - SSH key to the servers -Optional for DigitalOcean droplets: \* DigitalOcean API Token \* python -dopy package +Optional for DigitalOcean droplets: + +- DigitalOcean API Token +- python dopy package For a description on how to get a DigitalOcean API Token, see the explanation -in the `using terraform tutorial `__. +in the `using terraform tutorial <./terraform-digitalocean.html>`__. + +Optional for Amazon AWS instances: -Optional for Amazon AWS instances: \* Amazon AWS API access key ID and +- Amazon AWS API access key ID and secret access key. The cloud inventory scripts come from the ansible team at their diff --git a/mintnet-kubernetes/README.rst b/mintnet-kubernetes/README.rst index 627cadd77..1baca6798 100644 --- a/mintnet-kubernetes/README.rst +++ b/mintnet-kubernetes/README.rst @@ -52,7 +52,8 @@ then query the Tendermint app logs from the first pod: ``kubectl logs -c tm -f tm-0`` -finally, use `Rest API `__ 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 outer network: