1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-22 07:40:10 +00:00

gcloud: Wed May 1 09:26:55 UTC 2024

This commit is contained in:
Automated 2024-05-01 09:26:55 +00:00
parent 3740758467
commit 48fac7efd4
454 changed files with 11765 additions and 12790 deletions

View file

@ -17,10 +17,6 @@ DESCRIPTION
servers and DNSSEC options for the given domain. However, advanced options
like glue records are available.
When using Cloud DNS Zone or Google Domains name servers, DNSSEC will be
enabled by default where possible. You can disable it using the
--disable-dnssec flag.
EXAMPLES
To start an interactive flow to configure DNS settings for example.com,
run:
@ -32,7 +28,14 @@ EXAMPLES
$ gcloud domains registrations configure dns example.com \
--cloud-dns-zone=example-zone
If the managed-zone is signed, DNSSEC will be enabled for the domain.
DNSSEC will not be enabled as it may not be safe to enable it (e.g. when
the Cloud DNS managed-zone was signed less than 24h ago).
To use a signed Cloud DNS managed-zone example-zone for example.com and
enable DNSSEC, run:
$ gcloud domains registrations configure dns example.com \
--cloud-dns-zone=example-zone --no-disable-dnssec
To change DNS settings for example.com according to information from a YAML
file dns_settings.yaml, run:
@ -89,8 +92,6 @@ COMMONLY USED FLAGS
for the domain. If it's in the same project, you can use short
name. If not, use the full resource name, e.g.:
--cloud-dns-zone=projects/example-project/managedZones/example-zone.
If the zone is signed, DNSSEC will be enabled by default unless you
pass --disable-dnssec.
--dns-settings-from-file=DNS_SETTINGS_FILE_NAME
A YAML file containing the required DNS settings. If specified, its
@ -128,9 +129,7 @@ COMMONLY USED FLAGS
List of DNS name servers for the domain.
--use-google-domains-dns
(DEPRECATED) Use free name servers provided by Google Domains. If
the zone is signed, DNSSEC will be enabled by default unless you
pass --disable-dnssec.
(DEPRECATED) Use free name servers provided by Google Domains.
The --use-google-domains-dns option is deprecated; See
https://cloud.google.com/domains/docs/deprecations/feature-deprecations.
@ -145,8 +144,12 @@ OTHER FLAGS
to a Cloud DNS Zone or Google Domains nameservers.
--unsafe-dns-update
Use this flag to allow DNS changes that may make your domain stop
serving.
(DEPRECATED) Use this flag to allow DNS changes that may make your
domain stop serving.
The --unsafe-dns-update option is deprecated. To complete an unsafe DNS
operation first disable DNSSEC, then change name servers, then
(optionally) enable DNSSEC.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -23,9 +23,9 @@ DESCRIPTION
Also in rare cases, the domain may end up in state REGISTRATION_FAILED. In
that case, delete the registration resource and try again.
When using Cloud DNS Zone or Google Domains name servers, DNSSEC will be
enabled by default where possible. You can choose to not enable DNSSEC by
using the --disable-dnssec flag.
When using Cloud DNS Zone DNSSEC will be enabled by default whenever the
Zone is DNSSEC signed. You can choose to not enable DNSSEC by using the
--disable-dnssec flag.
EXAMPLES
To register example.com interactively, run: