Skip to content

Commit 95975b0

Browse files
authored
Merge pull request #7302 from borg-land/delete-nginx-ingress
delete nginx ingress and add some dns records for services on the utility cluster
2 parents 3dfe513 + b5c28c2 commit 95975b0

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

dns/zone-configs/k8s.io._0_base.yaml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ pr-test:
255255
cli.triage:
256256
type: A
257257
value: 34.117.106.163
258+
259+
### prow.k8s.io related records, running in the k8s-infra-prow GCP project
258260
prow:
259261
- type: A
260262
ttl: 600 # this has needed to change in the past
@@ -269,9 +271,28 @@ hooks.prow:
269271
- type: AAAA
270272
ttl: 600 # this has needed to change in the past
271273
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
272280
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+
275296
monitoring-eks.prow:
276297
type: CNAME
277298
value: a263543bde23d465583081052e18b3e3-1240977898.us-east-2.elb.amazonaws.com.

kubernetes/apps/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ resources:
44
# - argocd.yaml This has been manually applied to fix sync issues
55
- external-secrets.yaml
66
- cert-manager.yaml
7-
- ingress-nginx.yaml
7+
# - ingress-nginx.yaml
88
- prow.yaml

0 commit comments

Comments
 (0)