Skip to content

Commit

Permalink
Fixed remove of node_exporter endpoint accessibility on kubernetes ma…
Browse files Browse the repository at this point in the history
…ster for default configuration
  • Loading branch information
erzetpe committed Sep 23, 2019
1 parent 74406ed commit 9fdd696
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,16 @@ specification:
destination_port_range: "80"
source_address_prefix: "10.1.0.0/20"
destination_address_prefix: "0.0.0.0/0"
- name: node_exporter
description: Allow node_exporter traffic
priority: 302
direction: Inbound
access: Allow
protocol: Tcp
source_port_range: "*"
destination_port_range: "9100"
source_address_prefix: "10.1.0.0/20"
destination_address_prefix: "0.0.0.0/0"
- name: subnet-traffic
description: Allow subnet traffic
priority: 102
Expand Down

0 comments on commit 9fdd696

Please sign in to comment.