[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
changes/95/597295/2
Tobias Urdin 5 years ago
parent 85981d893d
commit d1ee94a104

@ -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

Loading…
Cancel
Save