File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,8 @@ pr-test:
255
255
cli.triage :
256
256
type : A
257
257
value : 34.117.106.163
258
+
259
+ # ## prow.k8s.io related records, running in the k8s-infra-prow GCP project
258
260
prow :
259
261
- type : A
260
262
ttl : 600 # this has needed to change in the past
@@ -269,9 +271,28 @@ hooks.prow:
269
271
- type : AAAA
270
272
ttl : 600 # this has needed to change in the past
271
273
value : " 2600:1901:0:b465::"
274
+ # prow-certificates in k8s-infra-prow project
275
+ _acme-challenge.prow :
276
+ type : CNAME
277
+ value : ec952040-1ea9-43db-b382-e0fde0cddbb6.16.authorize.certificatemanager.goog.
278
+
279
+ # #### GKE Utility Cluster records, running in the k8s-infra-prow GCP project
272
280
monitoring.prow :
273
- type : A
274
- value : 130.211.20.136
281
+ - type : A
282
+ value : 34.66.218.218
283
+ - type : AAAA
284
+ value : " 2600:1900:4000:627b:8000::"
285
+ argo :
286
+ - type : A
287
+ value : 34.66.218.218
288
+ - type : AAAA
289
+ value : " 2600:1900:4000:627b:8000::"
290
+ oauth2-proxy :
291
+ - type : A
292
+ value : 34.66.218.218
293
+ - type : AAAA
294
+ value : " 2600:1900:4000:627b:8000::"
295
+
275
296
monitoring-eks.prow :
276
297
type : CNAME
277
298
value : a263543bde23d465583081052e18b3e3-1240977898.us-east-2.elb.amazonaws.com.
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ resources:
4
4
# - argocd.yaml This has been manually applied to fix sync issues
5
5
- external-secrets.yaml
6
6
- cert-manager.yaml
7
- - ingress-nginx.yaml
7
+ # - ingress-nginx.yaml
8
8
- prow.yaml
You can’t perform that action at this time.
0 commit comments