-
Notifications
You must be signed in to change notification settings - Fork 46
/
config-cattle-aws-novpc-overlap.yaml
34 lines (34 loc) · 1.19 KB
/
config-cattle-aws-novpc-overlap.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
34
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:
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: "false"
vpc_id:
subnet_id:
security_group_name:
instance_type: "t2.medium"
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: