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

Promote cs-canary to prod cs.k8s.io #7718

Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Kubernetes project infrastructure, managed by the kubernetes community via [sig-k8s-infra]

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

<!-- apps -->

[codesearch]: https://cs-canary.k8s.io
[codesearch]: https://cs.k8s.io
[elekto]: https://elekto.dev/
[gcsweb]: https://git.k8s.io/test-infra/gcsweb
[kubernetes-external-secrets]: https://github.com/external-secrets/kubernetes-external-secrets
Expand Down
2 changes: 1 addition & 1 deletion apps/codesearch/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ metadata:
app: codesearch
spec:
domains:
- cs-canary.k8s.io
- cs.k8s.io
6 changes: 0 additions & 6 deletions dns/zone-configs/k8s.io._0_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,7 @@ code:
conduct:
type: CNAME
value: redirect.k8s.io.
# Code search (@dims)
# This service runs in a equinix host managed by @dims
cs:
type: A
value: 86.109.7.36
# Canary for Code Search on GKE cluster aaa (@dims @jimdaga)
cs-canary:
type: A
value: 34.117.143.16
# sig-contributor-experience
Expand Down
2 changes: 1 addition & 1 deletion infra/gcp/terraform/kubernetes-public/external-ips.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ locals {
},
cs = {
name = "cs-k8s-io-ingress",
description = "Used for cs-canary.k8s.io"
description = "Used for cs.k8s.io"
},
elections = {
name = "k8s-io-elections",
Expand Down