Skip to content

Commit

Permalink
Add DNS entries for k8s-infra-prow.k8s.io
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed Jul 28, 2021
1 parent f499b4f commit f62989c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions dns/zone-configs/k8s.io._0_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ issue:
issues:
type: CNAME
value: redirect.k8s.io.
#wg-k8s-infra
k8s-infra-prow:
type: A
value: 34.117.224.94 # Hosted on GKE cluster aaa
k8s-infra-prow:
type: AAAA
value: "2600:1901:0:b267::" # Hosted on GKE cluster aaa
kep:
type: CNAME
value: redirect.k8s.io.
Expand Down Expand Up @@ -203,10 +210,6 @@ prow-canary:
monitoring.prow-canary:
type: A
value: 34.102.128.31
#wg-k8s-infra (@ameukam)
prow-staging:
type: A
value: 35.190.121.209
prs:
type: CNAME
value: redirect.k8s.io.
Expand Down

0 comments on commit f62989c

Please sign in to comment.