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

Validate if operate first related zones are used by projects #1230

Closed
goern opened this issue Feb 15, 2023 · 5 comments
Closed

Validate if operate first related zones are used by projects #1230

goern opened this issue Feb 15, 2023 · 5 comments
Assignees
Labels
kind/documentation Categorizes issue or PR as related to documentation.

Comments

@goern
Copy link
Member

goern commented Feb 15, 2023

Description

Right now, Operate First hosts serveral DNS zones on Google Cloud DNS, are they still in use and required, or could they be deleted?

NAME                DNS_NAME                   DESCRIPTION                                                                      VISIBILITY
emea-operate-first  emea.operate-first.cloud.                                                                                   public
meteor-zone         meteor.zone.                                                                                                public
na-operate-first    na.operate-first.cloud.                                                                                     public
op1st-dev           op1st.dev.                                                                                                  public
operate-first       operate-first.cloud.                                                                                        public
operatefirst        operatefirst.cloud.                                                                                         public

/assign @schwesig
/assign @durandom
/assign @tom

@goern goern added the kind/documentation Categorizes issue or PR as related to documentation. label Feb 15, 2023
@sesheta
Copy link
Member

sesheta commented Feb 15, 2023

@goern: GitHub didn't allow me to assign the following users: tom.

Note that only operate-first members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time.
For more information please see the contributor guide

In response to this:

Description

Right now, Operate First hosts serveral DNS zones on Google Cloud DNS, are they still in use and required, or could they be deleted?

NAME                DNS_NAME                   DESCRIPTION                                                                      VISIBILITY
emea-operate-first  emea.operate-first.cloud.                                                                                   public
meteor-zone         meteor.zone.                                                                                                public
na-operate-first    na.operate-first.cloud.                                                                                     public
op1st-dev           op1st.dev.                                                                                                  public
operate-first       operate-first.cloud.                                                                                        public
operatefirst        operatefirst.cloud.                                                                                         public

/assign @schwesig
/assign @durandom
/assign @tom

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@goern
Copy link
Member Author

goern commented Feb 15, 2023

to generate the list of zones manages, I used:

$ docker run -ti --name gcloud-config \
   gcr.io/google.com/cloudsdktool/google-cloud-cli \
   gcloud auth login # did auth via web browser
$ docker run --rm --volumes-from gcloud-config \
   gcr.io/google.com/cloudsdktool/google-cloud-cli  \
   gcloud config set project aicoe-prow
$ docker run --rm -v$(pwd):/mnt:z --volumes-from gcloud-config \
   gcr.io/google.com/cloudsdktool/google-cloud-cli \
   gcloud dns managed-zones list

@tumido
Copy link
Member

tumido commented Feb 15, 2023

I'm not sure about op1st.dev.

operatefirst.cloud is probably just a CNAME to prevent domain spoofing.

meteor.zone depends on if Meteor is still being used and around.

The rest is currently used.

@goern
Copy link
Member Author

goern commented Jun 13, 2023

/close

@op1st-prow op1st-prow bot closed this as completed Jun 13, 2023
@op1st-prow
Copy link

op1st-prow bot commented Jun 13, 2023

@goern: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation.
Projects
None yet
Development

No branches or pull requests

5 participants