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

Commit c05c88c

Browse files
committed
docs/quickstarts: Update required ct provider version
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 is failing.
1 parent 0ff4899 commit c05c88c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/quickstarts/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ By the end of this guide, you'll have a production-ready Kubernetes cluster runn
2727
* Basic understanding of Kubernetes concepts.
2828
* AWS account and IAM credentials.
2929
* AWS Route53 DNS Zone (registered Domain Name or delegated subdomain).
30-
* Terraform v0.12.x and [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) v0.5.0
30+
* Terraform v0.12.x and [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) v0.6.1
3131
installed locally
3232
* An SSH key pair for management access.
3333
* `kubectl` installed locally to access the Kubernetes cluster.

docs/quickstarts/baremetal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ worker nodes.
2727

2828
* Basic understanding of Kubernetes concepts.
2929
* Terraform v0.12.x, [terraform-provider-matchbox](https://github.com/poseidon/terraform-provider-matchbox)
30-
and [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) v0.5.0 installed locally.
30+
and [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) v0.6.1 installed locally.
3131
* Machines with at least 2GB RAM, 30GB disk, PXE-enabled NIC and IPMI.
3232
* PXE-enabled [network boot](https://coreos.com/matchbox/docs/latest/network-setup.html) environment.
3333
* Matchbox v0.6+ deployment with API enabled.

docs/quickstarts/packet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ application to verify the cluster behaves as expected.
5858
* An SSH key pair for accessing the cluster nodes.
5959
* Terraform `v0.12.x`
6060
[installed](https://learn.hashicorp.com/terraform/getting-started/install.html#install-terraform).
61-
* The `ct` Terraform provider `v0.5.0`
61+
* The `ct` Terraform provider `v0.6.1`
6262
[installed](https://github.com/poseidon/terraform-provider-ct/blob/v0.5.0/README.md#install).
6363
* `kubectl` [installed](https://kubernetes.io/docs/tasks/tools/install-kubectl/).
6464

0 commit comments

Comments
 (0)