update swarmkit versions/readme
This commit is contained in:
parent
8255c03123
commit
c3e114ffbd
@ -1,7 +1,7 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
swarmkit-mon:
|
swarmkit-mon:
|
||||||
image: llparse/swarmkit:v1.12-4
|
image: rancher/swarmkit:v1.12.3
|
||||||
environment:
|
environment:
|
||||||
MANAGER_SCALE: ${MANAGER_SCALE}
|
MANAGER_SCALE: ${MANAGER_SCALE}
|
||||||
labels:
|
labels:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.catalog:
|
.catalog:
|
||||||
version: v1.12-rancher0
|
version: v1.12.3
|
||||||
minimum_rancher_version: 1.2.0-pre4-rc1
|
minimum_rancher_version: 1.1.3
|
||||||
questions:
|
questions:
|
||||||
- variable: MANAGER_SCALE
|
- variable: MANAGER_SCALE
|
||||||
label: Number of Managers
|
label: Number of Managers
|
||||||
|
@ -1,20 +1,16 @@
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
* Docker v1.12.1 to v1.12.3
|
||||||
* Port `2377` and `2378` must be open
|
* Port `2377` and `2378` must be open
|
||||||
* Docker v1.12.1 installed
|
* Hosts are registered with `-e CATTLE_AGENT_IP=<private ip>` flag (IP address must be a system address)
|
||||||
|
|
||||||
SwarmKit's overlay network configuration must determine which interface will be used for cross-host communication. By default, Rancher routes traffic over public IP addresses. Swarm can't always detect the corresponding interface; you may need to do one of the following:
|
|
||||||
|
|
||||||
* Register hosts with CATTLE_AGENT_IP environment variable set to a system address
|
|
||||||
* Specify the host interface for Swarm to listen on (hosts must have the same interface name)
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Automatically scale up/down a Swarm by adding/removing hosts to an environment
|
* Automatically scale up/down a Swarm by adding/removing hosts to/from an environment
|
||||||
* Do not attempt to run `docker swarm` commands manually
|
* Please do not attempt to run `docker swarm` commands manually
|
||||||
* Configurable number of managers tunable to desired [failure tolerance](https://docs.docker.com/engine/swarm/admin_guide/#/add-manager-nodes-for-fault-tolerance)
|
* Configurable number of managers tunable to desired [fault tolerance](https://docs.docker.com/engine/swarm/admin_guide/#/add-manager-nodes-for-fault-tolerance)
|
||||||
* Reconciliation logic promotes/demotes managers/workers to maintain resilience
|
* Reconciliation promotes/demotes managers/workers to maintain fault tolerance
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* Swarm over public networks is not supported in Docker 1.12.3 and older
|
* Swarm over public networks is not supported in Docker 1.12.3 and earlier
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
name: SwarmKit
|
name: Docker SwarmKit
|
||||||
description: >
|
description: >
|
||||||
A toolkit for orchestrating distributed systems at any scale
|
A toolkit for orchestrating distributed systems at any scale
|
||||||
version: v1.12-rancher0
|
version: v1.12.3
|
||||||
category: Orchestration
|
category: Orchestration
|
||||||
|
minimum_rancher_version: 1.1.3
|
Loading…
x
Reference in New Issue
Block a user