Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the new prow endpoint #7206

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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