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

Add DNS configs #139

Merged
merged 2 commits into from
Sep 28, 2018
Merged

Add DNS configs #139

merged 2 commits into from
Sep 28, 2018

Conversation

thockin
Copy link
Member

@thockin thockin commented Sep 28, 2018

This is carried over from the work-in-progress repo in prep to go live.

@hh @kubernetes/k8s-infra-team

This is carried over from the work-in-progress repo in prep to go live.
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 28, 2018
type: CNAME
value: netlifyglobalcdn.com.

# Not sure what these control, no prior notes.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was to verify k8s.io and kubernetes.io as being the official URLs for these orgs, per https://blog.github.com/changelog/2018-08-07-domain-verification/. I worked with @cblecker on this, I can't remember if there was a tracking issue.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kubernetes/org#4

This falls under github management which is a sig-contributor-experience subproject, @cblecker is a fine PoC, or @kubernetes/owners if you want to de-SPOF

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK.

www:
type: CNAME
value: k8s.io.
_acme-challenge:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was probably from a LetsEncrypt run that wasn't properly deleted; I think we can remove it from this file.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

type: CNAME
value: redirect.k8s.io.
# TODO: Where does this live and who owns it?
cherrypick:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this the cherrypick dashboard, part of mungegithub, which I think is now dead? @spiffxp @cjwagner

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, kill it with fire

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems dead. Removing it.

node-perf-dash:
type: A
value: 130.211.155.47
# Who owns this and where is it running?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is https://github.com/kubernetes/perf-tests/tree/master/perfdash, and looks like @krzysied is the best contact.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sig scalability

pr-test:
type: CNAME
value: redirect.k8s.io.
# Who owns this and where is it running?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

currently the Google EngProd team, presently running in GKE project k8s-prow.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

sigs:
type: CNAME
value: redirect.k8s.io.
# Who owns this and where did we get that IP?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a docker container running on a GCE VM. Originally set up by @goltermann, I think @grodrigues3 and @roberthbailey are the current owners.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

submit-queue:
type: CNAME
value: redirect.k8s.io.
# Who owns this and do we need it?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is for aws kops testing, right @justinsb ?

@cblecker
Copy link
Member

/assign
Planning to review :)

Copy link
Member

@spiffxp spiffxp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete review. Before I do more ownership comments, I guess I should ask what you're looking for here? person? subproject? sig? all? etc.

type: CNAME
value: redirect.k8s.io.
# TODO: Where does this live and who owns it?
cherrypick:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, kill it with fire

devstats:
type: CNAME
value: k8s.devstats.cncf.io.
# TODO: jorge and paris and which sig?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

devstats and discourse are both sig-contributor-experience

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

type: CNAME
value: redirect.k8s.io.
# Web frontend for unauthenticated GCS access. Running in GKE (@thockin).
gcsweb:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code for this lives in k/test-infra at the moment, I was unaware you were its steward @thockin should we get you in an OWNERS file for it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wrote it, but I haven't touched it in a long time (mostly doesn't need touching), so sure if you want... :)

type: CNAME
value: netlifyglobalcdn.com.

# Not sure what these control, no prior notes.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kubernetes/org#4

This falls under github management which is a sig-contributor-experience subproject, @cblecker is a fine PoC, or @kubernetes/owners if you want to de-SPOF

node-perf-dash:
type: A
value: 130.211.155.47
# Who owns this and where is it running?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sig scalability

testgrid:
type: CNAME
value: redirect.k8s.io.
# Project metrics. Running in GKE (@apelisse, @jgrafton)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At this point I would swap in myself or @cjwagner for this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

contributor:
type: CNAME
value: kubernetes-contributor.netlify.com.
cs:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dims what sig?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closest is probably sig-testing.

@thockin
Copy link
Member Author

thockin commented Sep 28, 2018

Added a bunch of names (yay) and re-pushed. Once this merges, we can take PRs to update the comments.

@cblecker
Copy link
Member

/lgtm
👍

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 28, 2018
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 28, 2018
@spiffxp
Copy link
Member

spiffxp commented Sep 28, 2018

/lgtm
enough to iterate on

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 28, 2018
@thockin
Copy link
Member Author

thockin commented Sep 28, 2018

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: thockin

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 28, 2018
@k8s-ci-robot k8s-ci-robot merged commit 5880c6b into kubernetes:master Sep 28, 2018
value: 104.197.79.9
spartakus:
type: CNAME
value: spartakus.k8s.io.
Copy link
Member

@BenTheElder BenTheElder Sep 29, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this exist? spartakus.k8s.io seems dead

value: redirect.k8s.io.
gubernator:
type: CNAME
value: redirect.k8s.io.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems to go to kubernetes.io now, it should probably go to https://k8s-gubernator.appspot.com/?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants