-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtool-config.auto.example.yml
More file actions
57 lines (51 loc) · 1.92 KB
/
Copy pathtool-config.auto.example.yml
File metadata and controls
57 lines (51 loc) · 1.92 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
rancher:
mode: auto
versions:
- "2.13-head"
- "2.13.4"
# Exact Docker Hub images are also accepted, for example:
# - "bigkevmcd/rancher:v2.16-da0ab2f1dc-head"
# Optional agent_images entries must align with custom-image or RCS rows.
# Omit them to derive the matching sibling image automatically.
distro: auto
# Optional strict selection; fixed priority is staging, Prime, SUSE registry, then Docker Hub.
# A source is eligible only when both rancher/rancher and rancher/rancher-agent have the exact tag.
# Empty/omitted preserves Runway's automatic registry behavior.
preferred_image_registries: []
webhook_image: "" # Optional complete registry/repository:tag override for Rancher's managed webhook chart.
bootstrap_password: "change-me"
auto_approve: false
deployment:
type: ha-rke2
rke2:
# RKE2 server nodes per Rancher cluster: 1 single-server, 3 default HA, or 5 expanded HA.
server_count: 3
preload_images: true
gpu_worker:
# Optional HA RKE2-only GPU worker node per Rancher cluster.
# GPU instances are expensive; destroy the run as soon as testing is done.
enabled: false
# standard = g5.xlarge, 24 GB GPU memory; large = p5.4xlarge, 80 GB GPU memory.
profile: standard
instance_type: g5.xlarge
ami: "" # Optional override; empty discovers the latest AWS Deep Learning Base GPU AMI.
subnet_id: "" # Optional override; empty spreads GPU workers across HA subnets.
total_has: 2
user:
first_name: ""
last_name: ""
tf_vars:
aws_region: "us-east-2"
aws_prefix: "xyz" # 2 or 3 letters, usually your initials
aws_vpc: ""
aws_subnet_a: ""
aws_subnet_b: ""
aws_subnet_c: ""
aws_ami: ""
aws_subnet_id: ""
aws_security_group_id: ""
aws_pem_key_name: ""
aws_route53_fqdn: ""
# Optional: custom Rancher DNS label, for example "brudnak" -> brudnak.<aws_route53_fqdn>.
# Requires total_has: 1. Omit or leave blank for generated names.
custom_hostname_prefix: ""