Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
docs/quickstarts: remove Terraform 0.12 references
Browse files Browse the repository at this point in the history
And requirement of downloading Terraform providers by hand.

Closes #1078.

Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
  • Loading branch information
invidian committed Oct 23, 2020
1 parent 25b32d6 commit 4863a0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions docs/quickstarts/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ By the end of this guide, you'll have a production-ready Kubernetes cluster runn
* Basic understanding of Kubernetes concepts.
* AWS account and IAM credentials.
* AWS Route53 DNS Zone (registered Domain Name or delegated subdomain).
* Terraform v0.12.x and [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) v0.6.1
installed locally.
* Terraform v0.13.x installed locally.
* An SSH key pair for management access.
* `kubectl` installed locally to access the Kubernetes cluster.

Expand Down
3 changes: 1 addition & 2 deletions docs/quickstarts/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ worker nodes.
## Requirements

* Basic understanding of Kubernetes concepts.
* Terraform v0.12.x, [terraform-provider-matchbox](https://github.com/poseidon/terraform-provider-matchbox)
and [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) v0.6.1 installed locally.
* Terraform v0.13.x installed locally.
* Machines with at least 2GB RAM, 30GB disk, PXE-enabled NIC and IPMI.
* PXE-enabled [network boot](https://coreos.com/matchbox/docs/latest/network-setup.html) environment.
* Matchbox v0.6+ deployment with API enabled.
Expand Down
4 changes: 1 addition & 3 deletions docs/quickstarts/packet.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@ application to verify the cluster behaves as expected.
to edit Route 53 records.
* An AWS Route 53 zone (can be a subdomain).
* An SSH key pair for accessing the cluster nodes.
* Terraform `v0.12.x`
* Terraform `v0.13.x`
[installed](https://learn.hashicorp.com/terraform/getting-started/install.html#install-terraform).
* The `ct` Terraform provider `v0.6.1`
[installed](https://github.com/poseidon/terraform-provider-ct/blob/v0.6.1/README.md#install).
* `kubectl` [installed](https://kubernetes.io/docs/tasks/tools/install-kubectl/).

>NOTE: The `kubectl` version used to interact with a Kubernetes cluster needs to be compatible with
Expand Down

0 comments on commit 4863a0c

Please sign in to comment.