-
Notifications
You must be signed in to change notification settings - Fork 46
/
config-cattle-aws-existing-vpc.yaml
33 lines (33 loc) · 1.25 KB
/
config-cattle-aws-existing-vpc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
cattle-aws:
request_spot_instances: false
spot_price: # spot instance pricing. Ex. "0.75"
cloudwatch_monitoring: false
root_disk_size: 20
iam_instance_profile_name: "rancher-controlplane-role"
iam_instance_profile_worker: # specify if overlap_cp_etcd_worker is false and existing_vpc is true
rancher_cluster_name: "cattle-aws-cluster"
rancher_api_url: "https://rancher.xyz.com/v3"
rancher_access_key:
rancher_secret_key:
rke_network_plugin: "canal"
region: "eu-central-1"
existing_vpc: "true"
vpc_id: "vpc-1abcdgggga72a691a"
subnet_id: "subnet-1f98d368767ge1e71"
security_group_name: "rancher-nodes"
aws_secret_access_key:
aws_default_region: "eu-central-1"
ami_id: "test123" # specify if you know the specific AMI ID. If used, keep below os field empty (not that setting it would impact).
os: "" # specify the OS. Supported values: ubuntu, centos, coreos. Keep above field empty if this is being used.
controlplane_instance_type: "t2.medium"
worker_instance_type: "t2.large"
overlap_cp_etcd_worker: "true"
overlap_node_pool:
hostname_prefix: "cattle-aws-cluster"
quantity: 1
master_node_pool:
hostname_prefix:
quantity:
worker_node_pool:
hostname_prefix:
quantity: