confluent kafka cluster update

説明

kafka クラスターをアップデートします。

confluent kafka cluster update <id> [flags]

フラグ

    --name string          Name of the Kafka cluster.
    --cku int              Number of Confluent Kafka Units (non-negative). For Kafka clusters of type 'dedicated' only. When shrinking a cluster, you can reduce capacity one CKU at a time.
    --context string       CLI context name.
    --environment string   Environment ID.
-o, --output string        Specify the output format as "human", "json", or "yaml". (default "human")

グローバルフラグ

-h, --help            Show help for this command.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

クラスターの名前を変更し、CKU カウントを増やします。

confluent kafka cluster update lkc-abc123 --name "Cool Cluster" --cku 3

関連情報