Two single-node RKE Kubernetes clusters will be created from two Compute Engine 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 |
gcp_account_json |
File path and name of service account access token file. |
string |
n/a |
yes |
gcp_project |
GCP project in which the quickstart will be deployed. |
string |
n/a |
yes |
rancher_server_admin_password |
Admin password to use for Rancher server bootstrap, min. 12 characters |
string |
n/a |
yes |
cert_manager_version |
Version of cert-manager to install alongside Rancher (format: 0.0.0) |
string |
"1.7.1" |
no |
docker_version |
Docker version to install on nodes |
string |
"19.03" |
no |
gcp_region |
GCP region used for all resources. |
string |
"us-east4" |
no |
gcp_zone |
GCP zone used for all resources. |
string |
"us-east4-a" |
no |
machine_type |
Machine type used for all compute instances |
string |
"n1-standard-2" |
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.22.9+k3s1" |
no |
rancher_version |
Rancher server version (format: v0.0.0) |
string |
"2.6.6" |
no |
workload_kubernetes_version |
Kubernetes version to use for managed workload cluster |
string |
"v1.22.9-rancher1-1" |
no |