mirror of
https://github.com/rancher/quickstart.git
synced 2026-02-05 12:45:15 +01:00
* rke provider to 1.0.1 * Update docs to install rke provider for new release artifact structure * rancher2 provider to 1.9.0 * rancher management cluster to 1.18.3 * workload cluster to 1.17.6 * Increase aws root disk size to prevent disk pressure related errors * Use xip.io rancher server urls everywhere Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
Azure Rancher Quickstart with Windows node
Two RKE Kubernetes clusters will be created from two linux virtual 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.
An additional Windows virtual instance will be created and joined one cluster running Windows Server 1903 and Docker.
Variables
azure_subscription_id
- Required Azure subscription id to which the resources are billed
azure_client_id
- Required Azure client id associated with the provisioned resources
azure_client_secret
- Required Azure client secret used to authenticate the azure client id
azure_tenant_id
- Required Azure tenant id (active directory instance) under which the resources will exist
azure_location
- Default:
"East US"Azure location used for all resources
prefix
- Default:
"quickstart"Prefix added to names of all resources
instance_type
- Default:
"Standard_DS2_v2"Instance type used for all linux virtual instances
docker_version
- Default:
"19.03"Docker version to install on nodes
rke_kubernetes_version
- Default:
"v1.18.3-rancher2-2"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.6-rancher2-2"Kubernetes version to use for managed workload cluster
See rancher-common module variable workload_kubernetes_version for more details.
cert_manager_version
- Default:
"0.12.0"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.5"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.
windows_admin_password
- Required Admin password to use for the Windows VM