mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 19:49:28 +00:00
etcd works better with a persistent storage. So configure a disk and add the formatting container to the image. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
35 lines
822 B
JSON
35 lines
822 B
JSON
{
|
|
"ID": "etcd",
|
|
"Properties": {
|
|
"Allocation": {
|
|
"LogicalIDs": [
|
|
"192.168.65.200",
|
|
"192.168.65.201",
|
|
"192.168.65.202",
|
|
"192.168.65.203",
|
|
"192.168.65.204"
|
|
]
|
|
},
|
|
"Instance": {
|
|
"Plugin": "instance-hyperkit",
|
|
"Properties": {
|
|
"Moby": "etcd",
|
|
"Disk" : 1024,
|
|
"CPUs" : 1,
|
|
"Memory" : 1024
|
|
}
|
|
},
|
|
"Flavor": {
|
|
"Plugin": "flavor-vanilla",
|
|
"Properties": {
|
|
"Init": [
|
|
],
|
|
"Tags": {
|
|
"tier": "etcd-cluster",
|
|
"project": "infrakit"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|