operate-first / support

This repo should serve as a central source for users to raise issues/questions/requests for Operate First.
GNU General Public License v3.0
15 stars 25 forks source link

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

Closed goern closed 1 year ago

goern commented 1 year ago

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

sesheta commented 1 year ago

@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](https://github.com/operate-first/support/issues/1230): >### 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](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
goern commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

/close

op1st-prow[bot] commented 1 year ago

@goern: Closing this issue.

In response to [this](https://github.com/operate-first/support/issues/1230#issuecomment-1589532901): >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.