Two single-node RKE Kubernetes clusters will be created from two EC2 instances running SLES 15 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
.
Name |
Description |
Type |
Default |
Required |
aws_access_key |
AWS access key used to create infrastructure |
string |
n/a |
yes |
aws_secret_key |
AWS secret key used to create AWS infrastructure |
string |
n/a |
yes |
rancher_server_admin_password |
Admin password to use for Rancher server bootstrap |
string |
n/a |
yes |
add_windows_node |
Add a windows node to the workload cluster |
bool |
false |
no |
aws_region |
AWS region used for all resources |
string |
"us-east-1" |
no |
aws_session_token |
AWS session token used to create AWS infrastructure |
string |
"" |
no |
cert_manager_version |
Version of cert-manager to install alongside Rancher (format: 0.0.0) |
string |
"1.5.3" |
no |
docker_version |
Docker version to install on nodes |
string |
"19.03" |
no |
instance_type |
Instance type used for all EC2 instances |
string |
"t3a.medium" |
no |
prefix |
Prefix added to names of all resources |
string |
"quickstart" |
no |
rancher_kubernetes_version |
Kubernetes version to use for Rancher server cluster |
string |
"v1.21.8+k3s1" |
no |
rancher_version |
Rancher server version (format: v0.0.0) |
string |
"v2.6.3" |
no |
windows_instance_type |
Instance type used for all EC2 windows instances |
string |
"t3a.large" |
no |
workload_kubernetes_version |
Kubernetes version to use for managed workload cluster |
string |
"v1.20.6-rancher1-1" |
no |