[swarm-mode] allow TCP port 2377 to swarm master node

Allow traffic on TCP port 2377 to the swarm master node
which is used by the nodes to join the cluster using a token.

Story: 2003582
Task: 24888

Change-Id: Iee662e7d76c6863f83d28dfe7a8897fb25b33ed1
This commit is contained in:
Tobias Urdin 2018-08-29 00:06:43 +02:00
parent 85981d893d
commit d1ee94a104
1 changed files with 3 additions and 0 deletions

View File

@ -244,6 +244,9 @@ resources:
- protocol: tcp
port_range_min: 2375
port_range_max: 2375
- protocol: tcp
port_range_min: 2377
port_range_max: 2377
- protocol: tcp
remote_ip_prefix: {get_param: fixed_network_cidr}
port_range_min: 1