Skip to content

Commit cd46faf

Browse files
committed
Update cloudprober targets
1 parent be39d2a commit cd46faf

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

gen-cloudprober.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def fetch_rrsets(zone_id)
9292
rrsets.each do |rrset|
9393
name = rrset.name.sub(/.\z/, '')
9494
next unless t === name
95-
next if /recon/ =~ name
95+
next if /recon|as-01|tun-03/ =~ name # rk25
9696

9797
if rrset.resource_records.empty?
9898
warn "#{name} has no static #{rrtype} records"

gen/cloudprober/targets4.json

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)