-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comments
@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. In response to this:
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. |
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 |
I'm not sure about
The rest is currently used. |
/close |
@goern: Closing this issue. In response to this:
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. |
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?
/assign @schwesig
/assign @durandom
/assign @tom
The text was updated successfully, but these errors were encountered: