mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-10 22:33:02 +00:00
This just sets up the initial cluster via bootstrap. It does *not* manage state changes correctly afterwards. If one node crashes (get's killed) it InfraKit will start a new node, but the new node does not join the cluster (and the old node is not removed, either). Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
29 lines
631 B
JSON
29 lines
631 B
JSON
{
|
|
"ID": "cattle",
|
|
"Properties": {
|
|
"Allocation": {
|
|
"Size": 5
|
|
},
|
|
"Instance": {
|
|
"Plugin": "instance-hyperkit",
|
|
"Properties": {
|
|
"Moby": "etcd",
|
|
"Disk" : 0,
|
|
"CPUs" : 1,
|
|
"Memory" : 512
|
|
}
|
|
},
|
|
"Flavor": {
|
|
"Plugin": "flavor-vanilla",
|
|
"Properties": {
|
|
"Init": [
|
|
],
|
|
"Tags": {
|
|
"tier": "etcd-cluster",
|
|
"project": "infrakit"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|