Browse Source

fix mintnet-kubernetes link

pull/599/head
Zach Ramsay 7 years ago
parent
commit
e3e75376ec
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      docs/getting-started/#03-deploy-testnet.md

+ 2
- 4
docs/getting-started/#03-deploy-testnet.md View File

@ -28,14 +28,12 @@ For more information, see the Tendermint Networks section of [the guide to using
## Automated Deployments
While the manual deployment is easy enough, an automated deployment is always better.
For this, we have the [mintnet-kubernetes tool](https://github.com/tendermint/mintnet-kubernetes),
For this, we have the [mintnet-kubernetes tool](https://github.com/tendermint/tools/tree/master/mintnet-kubernetes),
which allows us to automate the deployment of a Tendermint network on an already provisioned kubernetes cluster.
For more details, see the [mintnet-kubernetes repo](https://github.com/tendermint/mintnet-kubernetes),
For more details, see the [mintnet-kubernetes directory](https://github.com/tendermint/tools/tree/master/mintnet-kubernetes),
and check out [Google Cloud Platform](https://cloud.google.com/) for simple provisioning of kubernetes clusters.
TODO: a better tutorial here, and Ansible/Terraform.
## Next Steps
Done trying out the testnet? Continue [onwards](/docs/getting-started/next-steps).

Loading…
Cancel
Save