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

managedZones creation not covered in the doc #10

Open
rajdhandus opened this issue Feb 14, 2022 · 1 comment
Open

managedZones creation not covered in the doc #10

rajdhandus opened this issue Feb 14, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@rajdhandus
Copy link

rajdhandus commented Feb 14, 2022

Description

Tried to follow along the detailed docs (thanks!). Faced an error - which I think was not an intended experience ?

bash-3.2$ ./gcloud dns record-sets create rekor.xxx.com. \
> --rrdatas=$(./gcloud compute instances describe sigstore-rekor --format='get(networkInterfaces[0].accessConfigs[0].natIP)') \
> --type=A --ttl=60 --zone=xxx-com
API [dns.googleapis.com] not enabled on project [xxxxxxx]. Would you like to enable and retry (this will take a few minutes)? (y/N)?  y

Enabling service [dns.googleapis.com] on project [xxxxxxx]...
Operation "operations/acat.p2-314840182640-21001061-d775-40c6-8263-2775502ef2a6" finished successfully.
ERROR: (gcloud.dns.record-sets.create) HTTPError 404: The 'parameters.managedZone' resource named 'xxx-com' does not exist.

After creating the managedZone - I was able to proceed with the rest of the documentation.

@rajdhandus rajdhandus added the bug Something isn't working label Feb 14, 2022
@lukehinds
Copy link
Contributor

Weird, I never had this issue just running through again. I will keep this open in case its seen again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants