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

Commit

Permalink
docs/quickstarts: Update required ct provider version
Browse files Browse the repository at this point in the history
PR #835 updated the provider from v0.5.0 to v0.6.1 but didn't update
the docs. Trying to deploy a cluster with v0.5.0 results in an error.
  • Loading branch information
johananl committed Aug 26, 2020
1 parent 0ff4899 commit 72e9631
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/quickstarts/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ 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.5.0
installed locally
* Terraform v0.12.x and [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) v0.6.1
installed locally.
* An SSH key pair for management access.
* `kubectl` installed locally to access the Kubernetes cluster.

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstarts/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ worker nodes.

* 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.5.0 installed locally.
and [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) v0.6.1 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: 2 additions & 2 deletions docs/quickstarts/packet.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ application to verify the cluster behaves as expected.
* An SSH key pair for accessing the cluster nodes.
* Terraform `v0.12.x`
[installed](https://learn.hashicorp.com/terraform/getting-started/install.html#install-terraform).
* The `ct` Terraform provider `v0.5.0`
[installed](https://github.com/poseidon/terraform-provider-ct/blob/v0.5.0/README.md#install).
* 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 72e9631

Please sign in to comment.