1
0
mirror of https://github.com/rancher/quickstart.git synced 2026-02-05 21:45:18 +01:00
Files
Bastian Hofmann 0579b4e0b2 Update rke terraform provider to 1.1.2
Bump kubernetes versions accordingly

Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2020-09-19 20:48:03 +02:00
..
2020-08-12 12:30:57 +02:00
2020-08-11 17:39:43 +02:00
2020-08-12 12:30:57 +02:00

AWS Rancher Quickstart

Two single-node RKE Kubernetes clusters will be created from two EC2 instances running Ubuntu 18.04 and Docker. Both instances will have wide-open security groups and will be accessible over SSH using the SSH keys id_rsa and id_rsa.pub.

Variables

aws_access_key
  • Required AWS access key used to create infrastructure
aws_secret_key
  • Required AWS secret key used to create AWS infrastructure
aws_region
  • Default: "us-east-1" AWS region used for all resources
prefix
  • Default: "quickstart" Prefix added to names of all resources
instance_type
  • Default: "t3a.medium" Instance type used for all EC2 instances
docker_version
  • Default: "19.03" Docker version to install on nodes
rke_kubernetes_version
  • Default: "v1.18.8-rancher1-1" Kubernetes version to use for Rancher server RKE cluster

See rancher-common module variable rke_kubernetes_version for more details.

workload_kubernetes_version
  • Default: "v1.17.11-rancher1-1" Kubernetes version to use for managed workload cluster

See rancher-common module variable workload_kubernetes_version for more details.

cert_manager_version
  • Default: "0.15.1" Version of cert-mananger to install alongside Rancher (format: 0.0.0)

See rancher-common module variable cert_manager_version for more details.

rancher_version
  • Default: "v2.4.8" Rancher server version (format v0.0.0)

See rancher-common module variable rancher_version for more details.

rancher_server_admin_password
  • Required Admin password to use for Rancher server bootstrap

See rancher-common module variable admin_password for more details.