From 493f792ff22f477330ffefe13aac657df4eebe1f Mon Sep 17 00:00:00 2001 From: Wenhan Shi Date: Thu, 15 Oct 2020 21:52:47 +0900 Subject: [PATCH] Update _index.md change `s-4vcpu-8g` to `s-4vcpu-8gb`. refer to https://developers.digitalocean.com/documentation/v2/#sizes --- .../en/quick-start-guide/deployment/digital-ocean-qs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/quick-start-guide/deployment/digital-ocean-qs/_index.md b/content/rancher/v2.x/en/quick-start-guide/deployment/digital-ocean-qs/_index.md index 1dc6e9845c6..d8a5b929ae0 100644 --- a/content/rancher/v2.x/en/quick-start-guide/deployment/digital-ocean-qs/_index.md +++ b/content/rancher/v2.x/en/quick-start-guide/deployment/digital-ocean-qs/_index.md @@ -32,7 +32,7 @@ See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [DO Q Suggestions include: - `do_region` - DigitalOcean region, choose the closest instead of the default - `prefix` - Prefix for all created resources - - `droplet_size` - Droplet size used, minimum is `s-2vcpu-4gb` but `s-4vcpu-8g` could be used if within budget + - `droplet_size` - Droplet size used, minimum is `s-2vcpu-4gb` but `s-4vcpu-8gb` could be used if within budget - `ssh_key_file_name` - Use a specific SSH key instead of `~/.ssh/id_rsa` (public key is assumed to be `${ssh_key_file_name}.pub`) 1. Run `terraform init`.