-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcluster.yml
More file actions
57 lines (55 loc) · 1.08 KB
/
cluster.yml
File metadata and controls
57 lines (55 loc) · 1.08 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
apiVersion: k3d.io/v1alpha5
kind: Simple
metadata:
name: yasm
servers: 1
agents: 3
kubeAPI:
hostIP: "127.0.0.1"
hostPort: "6445"
ports:
- port: 80:80
nodeFilters:
- loadbalancer
- port: 443:443
nodeFilters:
- loadbalancer
options:
k3d:
wait: true
timeout: "60s"
disableLoadbalancer: false
disableImageVolume: false
disableRollback: false
loadbalancer:
configOverrides:
- settings.workerConnections=2048
k3s:
extraArgs:
- arg: --disable=traefik
nodeFilters:
- server:*
nodeLabels:
- label: worker=yasm-0
nodeFilters:
- agent:0
- label: worker=yasm-1
nodeFilters:
- agent:1
- label: worker=yasm-2
nodeFilters:
- agent:2
kubeconfig:
updateDefaultKubeconfig: true
switchCurrentContext: true
runtime:
labels:
- label: worker=yasm-0
nodeFilters:
- agent:0
- label: worker=yasm-1
nodeFilters:
- agent:1
- label: worker=yasm-2
nodeFilters:
- agent:2