Files
linuxkit/projects/demo/etcd/infrakit.json
Rolf Neugebauer 17e4aa3e58 demo: Increase memory of etcd VMs to 1G
512MB is too small to install etcd via apk in the RAM disk.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-07 10:52:40 +01:00

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"
}
}
}
}
}