【问题标题】:Unable to provision Confluent Cloud Kafka cluster with PrivateLink using ccloud CLI?无法使用 ccloud CLI 使用 PrivateLink 配置 Confluent Cloud Kafka 集群?
【发布时间】:2021-11-01 17:14:55
【问题描述】:

我正在尝试使用 ccloud CLI(版本 1.38.0)配置 专用 Kafka 集群,但我在 ccloud kafka create cluster 命令中看不到创建私有链接的选项:

Examples:
Create a new dedicated cluster that uses a customer-managed encryption key in AWS:

      $ ccloud kafka cluster create sales092020 --cloud "aws" --region "us-west-2" --type "dedicated" --cku 1 --encryption-key "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
    
    For more information, see https://docs.confluent.io/current/cloud/clusters/byok-encrypted-clusters.html.
    
    Flags:
          --cloud string            REQUIRED: Cloud provider ID (e.g. 'aws' or 'gcp').
          --region string           REQUIRED: Cloud region ID for cluster (e.g. 'us-west-2').
          --availability string     Availability of the cluster. Allowed Values: single-zone, multi-zone. (default "single-zone")
          --type string             Type of the Kafka cluster. Allowed values: basic, standard, dedicated. (default "basic")
          --cku int                 Number of Confluent Kafka Units (non-negative). Required for Kafka clusters of type 'dedicated'.
          --encryption-key string   Encryption Key ID (e.g. for Amazon Web Services, the Amazon Resource Name of the key).
      -o, --output string           Specify the output format as "human", "json", or "yaml". (default "human")
          --environment string      Environment ID.
          --context string          CLI context name.

但是,当我尝试通过 Confluent UI 进行配置时,我可以在网络部分看到创建私有链接的选项。

ccloud CLI 不支持此功能还是我遗漏了什么?

【问题讨论】:

    标签: apache-kafka confluent-platform confluent-cloud


    【解决方案1】:

    很遗憾,Confluent Cloud CLI 目前不支持创建 PrivateLink 集群。这是一个已知的限制,并且正在修复的路线图上,但目前我相信您必须使用 UI 来初始创建 PrivateLink 集群。

    【讨论】:

      猜你喜欢
      • 2019-02-27
      • 1970-01-01
      • 1970-01-01
      • 2021-10-12
      • 2016-09-22
      • 2021-08-14
      • 2021-05-19
      • 2019-01-24
      • 1970-01-01
      相关资源
      最近更新 更多