-
Notifications
You must be signed in to change notification settings - Fork 1
/
rpis_cluster_left.json
48 lines (48 loc) · 1.3 KB
/
rpis_cluster_left.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
{
"_comment": "Left column in laboratory cluster",
"k3s_version": "v1.24.6+k3s1",
"machines": [
{
"username": "ubuntu",
"node_name": "controler",
"ip": "192.168.0.150",
"is_controller": 1,
"phases": [2, 3, 4, 5]
},
{
"username": "ubuntu",
"node_name": "agent0",
"ip": "192.168.0.100",
"is_controller": 0,
"phases": [1, 2, 3, 4, 5]
},
{
"username": "ubuntu",
"node_name": "agent1",
"ip": "192.168.0.101",
"is_controller": 0,
"phases": [1, 2, 3, 4, 5]
},
{
"username": "ubuntu",
"node_name": "agent2",
"ip": "192.168.0.102",
"is_controller": 0,
"phases": [1, 2, 3, 4, 5]
},
{
"username": "ubuntu",
"node_name": "agent3",
"ip": "192.168.0.103",
"is_controller": 0,
"phases": [1, 2, 3, 4, 5]
},
{
"username": "ubuntu",
"node_name": "agent3",
"ip": "192.168.0.104",
"is_controller": 0,
"phases": [1, 2, 3, 4, 5]
}
]
}