kf create-service

名前

kf create-service - マーケットプレイスのテンプレートからサービス インスタンスを作成します。

概要

kf create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-b service-broker] [-t TAGS] [flags]

説明

サービスを作成し、マーケットプレイスのテンプレートを使用して新しい ServiceInstance を作成します。

  # Creates a new instance of a db-service with the name mydb, plan silver, and provisioning configuration
  kf create-service db-service silver mydb -c '{"ram_gb":4}'

  # Creates a new instance of a db-service from the broker named local-broker
  kf create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json -b local-broker

  # Creates a new instance of a db-service with the name mydb and override tags
  kf create-service db-service silver mydb -t "list, of, tags"

フラグ

--async
サーバーでのアクションの完了を待たずに結果を返します。
-b, --broker=string
インスタンスを作成するサービス ブローカーの名前。
-h, --help
create-service のヘルプ
-c, --parameters=string
JSON オブジェクト、または構成パラメータを含む JSON ファイルへのパス(デフォルトは 「{}」)。
-t, --tags=string
挿入時にサービスを識別するためのユーザー定義のタグ。
--timeout=duration
オペレーションが完了するまでの待機時間。有効な単位は「s」、「m」、「h」です(デフォルトは 30m0s)。

継承されるフラグ

次のフラグは親コマンドから継承されます。

--as=string
対象のオペレーションになり代わるユーザー名。
--as-group=strings
このオペレーションになり代わるグループ。複数のグループを指定するには、このフラグを複数回指定します。
--config=string
CLI リクエストに使用する Kf 構成ファイルへのパス。
--kubeconfig=string
CLI リクエストに使用する kubeconfig ファイルへのパス。
--log-http
HTTP リクエストを標準エラーに記録します。
--space=string
コマンドが実行されるスペース。このフラグにより、現在のターゲット スペースがオーバーライドされます。