Skip to content

Commit 6bfe587

Browse files
committed
Promote cs-canary to prod cs.k8s.io
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 9050448 commit 6bfe587

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Kubernetes project infrastructure, managed by the kubernetes community via [sig-k8s-infra]
44

55
- `apps`: community-managed apps that run on the community-managed `aaa` cluster
6-
- `codesearch`: instance of [codesearch] at <https://cs-canary.k8s.io> - owned by [sig-k8s-infra]
6+
- `codesearch`: instance of [codesearch] at <https://cs.k8s.io> - owned by [sig-k8s-infra]
77
- `elekto`: instance of [elekto] at <https://elections.k8s.io> - owned by Elections officers (on behalf of [sig-contributor-experience])
88
- `gcsweb`: instance of [gcsweb] at <https://gcsweb.k8s.io> - owned by [sig-testing]
99
- `k8s.io`: instance of nginx that provides redirects/reverse-proxying for k8s.io and its subdomains - owned by [sig-contributor-experience] and [sig-testing]
@@ -33,7 +33,7 @@ Please see <https://git.k8s.io/community/sig-k8s-infra> for more information
3333

3434
<!-- apps -->
3535

36-
[codesearch]: https://cs-canary.k8s.io
36+
[codesearch]: https://cs.k8s.io
3737
[elekto]: https://elekto.dev/
3838
[gcsweb]: https://git.k8s.io/test-infra/gcsweb
3939
[kubernetes-external-secrets]: https://github.com/external-secrets/kubernetes-external-secrets

apps/codesearch/certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ metadata:
77
app: codesearch
88
spec:
99
domains:
10-
- cs-canary.k8s.io
10+
- cs.k8s.io

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,7 @@ code:
168168
conduct:
169169
type: CNAME
170170
value: redirect.k8s.io.
171-
# Code search (@dims)
172-
# This service runs in a equinix host managed by @dims
173171
cs:
174-
type: A
175-
value: 86.109.7.36
176-
# Canary for Code Search on GKE cluster aaa (@dims @jimdaga)
177-
cs-canary:
178172
type: A
179173
value: 34.117.143.16
180174
# sig-contributor-experience

infra/gcp/terraform/kubernetes-public/external-ips.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ locals {
3232
},
3333
cs = {
3434
name = "cs-k8s-io-ingress",
35-
description = "Used for cs-canary.k8s.io"
35+
description = "Used for cs.k8s.io"
3636
},
3737
elections = {
3838
name = "k8s-io-elections",

0 commit comments

Comments
 (0)