Skip to content

Commit

Permalink
Merge pull request #7206 from borg-land/prow-dns
Browse files Browse the repository at this point in the history
Use the new prow endpoint
  • Loading branch information
BenTheElder authored Aug 22, 2024
2 parents f6d86ac + 942c6d0 commit 5423851
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 deletions dns/zone-configs/k8s.io._0_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,15 +255,13 @@ pr-test:
cli.triage:
type: A
value: 34.117.106.163
# Running in a GKE cluster somewhere (@ixdy).
prow:
type: A
ttl: 600 # this has needed to change in the past
value: 35.186.196.185
# prow-certificates in k8s-infra-prow project
_acme-challenge.prow:
type: CNAME
value: ec952040-1ea9-43db-b382-e0fde0cddbb6.16.authorize.certificatemanager.goog.
- type: A
ttl: 600 # this has needed to change in the past
value: 34.128.150.99
- type: AAAA
ttl: 600 # this has needed to change in the past
value: "2600:1901:0:b465::"
hooks.prow:
- type: A
ttl: 600 # this has needed to change in the past
Expand All @@ -284,12 +282,6 @@ _bec7190baed957d2b71b4fc33bdec856.monitoring-eks.prow:
monitoring-gke.prow:
type: A
value: 34.49.83.245
prow-canary:
type: A
value: 35.244.182.122
monitoring.prow-canary:
type: A
value: 34.102.128.31
prs:
type: CNAME
value: redirect.k8s.io.
Expand Down
2 changes: 1 addition & 1 deletion dns/zone-configs/kubernetes.io._0_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pr-test:
value: pr-test.k8s.io.
prow:
type: CNAME
value: prow.k8s.io.
value: redirect.k8s.io.
prs:
type: CNAME
value: prs.k8s.io.
Expand Down

0 comments on commit 5423851

Please sign in to comment.