Skip to content

Commit

Permalink
Open kubecontroller port (#97)
Browse files Browse the repository at this point in the history
Port 8444 needs to be opened in order for the kube controllers to communicate correctly and not generate alerts in alertmanager
  • Loading branch information
stevemul authored Apr 11, 2019
1 parent f60b42c commit 840caa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security_groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ resources:
remote_group_id: { get_resource: all_nodes_egress_secgroup }
protocol: tcp
port_range_min: 8443
port_range_max: 8443
port_range_max: 8444
- direction: ingress
ethertype: IPv4
remote_mode: remote_group_id
Expand Down

0 comments on commit 840caa7

Please sign in to comment.