mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-09 12:21:44 +00:00
512MB is too small to install etcd via apk in the RAM disk. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
33 lines
751 B
JSON
33 lines
751 B
JSON
{
|
|
"ID": "etcd",
|
|
"Properties": {
|
|
"Allocation": {
|
|
"LogicalIDs": [
|
|
"192.168.65.200",
|
|
"192.168.65.201",
|
|
"192.168.65.202"
|
|
]
|
|
},
|
|
"Instance": {
|
|
"Plugin": "instance-hyperkit",
|
|
"Properties": {
|
|
"Moby": "etcd",
|
|
"Disk" : 0,
|
|
"CPUs" : 1,
|
|
"Memory" : 1024
|
|
}
|
|
},
|
|
"Flavor": {
|
|
"Plugin": "flavor-vanilla",
|
|
"Properties": {
|
|
"Init": [
|
|
],
|
|
"Tags": {
|
|
"tier": "etcd-cluster",
|
|
"project": "infrakit"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|