【问题标题】:How can I use gcloud dns subcommand?如何使用 gcloud dns 子命令?
【发布时间】:2014-03-27 14:05:16
【问题描述】:

我是 Google Cloud Platform 新手,想使用 Google Cloud DNS。

我已经安装了google-cloud-sdk,但是当我尝试使用dns 子命令时,我得到Invalid subcommand: 'dns'

$ gcloud dns managed-zone create --dns_name="example.com." \
  --description="A test zone" examplezonename

如何使用dns 子命令?我需要特殊的 SDK 吗?

【问题讨论】:

    标签: dns google-cloud-platform google-cloud-dns


    【解决方案1】:

    请参阅Cloud DNS documentation。你需要运行:

    gcloud components update dns
    

    为了能够使用 DNS 命令。

    【讨论】:

      猜你喜欢
      • 2018-09-19
      • 2019-12-20
      • 2020-08-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多