Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 4.69 KB

README.md

File metadata and controls

66 lines (53 loc) · 4.69 KB

Scaleway Rancher Quickstart

Two single-node Kubernetes clusters will be created from two instances running Ubuntu 20.04 (Focal Fossa) and Docker. Both instances will be accessible over SSH using the SSH keys id_rsa and id_rsa.pub.

Requirements

Name Version
terraform >= 1.0.0
local 2.4.0
scaleway 2.2.1
tls 4.0.4

Providers

Name Version
local 2.4.0
scaleway 2.2.1
tls 4.0.4

Modules

Name Source Version
rancher_common ../rancher-common n/a

Resources

Name Type
local_file.ssh_public_key_openssh resource
local_sensitive_file.ssh_private_key_pem resource
scaleway_account_ssh_key.quickstart_ssh_key resource
scaleway_instance_server.quickstart_node resource
scaleway_instance_server.rancher_server resource
tls_private_key.global_key resource

Inputs

Name Description Type Default Required
rancher_server_admin_password Admin password to use for Rancher server bootstrap, min. 12 characters string n/a yes
scw_access_key Scaleway access key used to create infrastructure string n/a yes
scw_project_id Scaleway project id used to create infrastructure string n/a yes
scw_secret_key Scaleway secret key used to create infrastructure string n/a yes
cert_manager_version Version of cert-manager to install alongside Rancher (format: 0.0.0) string "1.11.0" no
instance_type Instance type used for all instances string "DEV1-M" no
prefix Prefix added to names of all resources string "quickstart" no
rancher_helm_repository The helm repository, where the Rancher helm chart is installed from string "https://releases.rancher.com/server-charts/latest" no
rancher_kubernetes_version Kubernetes version to use for Rancher server cluster string "v1.24.14+k3s1" no
rancher_version Rancher server version (format: v0.0.0) string "2.7.9" no
scw_region Scaleway region used for all resources string "fr-par" no
scw_zone Scaleway zone used for all resources string "fr-par-1" no
workload_kubernetes_version Kubernetes version to use for managed workload cluster string "v1.24.14+rke2r1" no

Outputs

Name Description
rancher_node_ip n/a
rancher_server_url n/a
workload_node_ip n/a