-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrpis_cluster_right.json
48 lines (48 loc) · 1.28 KB
/
rpis_cluster_right.json
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
{
"k3s_version": "v1.24.6+k3s1",
"machines": [
{
"username": "ubuntu",
"node_name": "controler2",
"ip": "192.168.0.151",
"is_controller": 1,
"phases": [2, 3, 4, 5]
},
{
"username": "ubuntu",
"node_name": "agent20",
"ip": "192.168.0.110",
"is_controller": 0,
"phases": [1, 2, 3, 4, 5],
"reinstall": ""
},
{
"username": "ubuntu",
"node_name": "agent21",
"ip": "192.168.0.111",
"is_controller": 0,
"phases": [1, 2, 3, 4, 5]
},
{
"username": "ubuntu",
"node_name": "agent22",
"ip": "192.168.0.112",
"is_controller": 0,
"phases": [1, 2, 3, 4, 5]
},
{
"username": "ubuntu",
"node_name": "agent23",
"ip": "192.168.0.113",
"is_controller": 0,
"phases": [1, 2, 3, 4, 5]
},
{
"username": "ubuntu",
"node_name": "agent24",
"ip": "192.168.0.114",
"is_controller": 0,
"phases": [1, 2, 3, 4, 5]
}
]
}