名前
kf configure-space set-container-registry
- ビルドに使用する Container Registry を取得します。
概要
kf configure-space set-container-registry [SPACE_NAME] REGISTRY [flags]
例
# Configure the Space "my-space" kf configure-space set-container-registry my-space gcr.io/my-project # Configure the targeted Space kf configure-space set-container-registry gcr.io/my-project
フラグ
--async
- サーバーでのアクションの完了を待たずに結果を返します。
-h, --help
- set-container-registry のヘルプ
継承されるフラグ
次のフラグは親コマンドから継承されます。
--config=string
- 構成ファイル(デフォルトは $HOME/.kf)
--kubeconfig=string
- Kubectl 構成ファイル(デフォルトは $HOME/.kube/config)
--log-http
- HTTP リクエストのログを stderr に出力します。
--space=string
- コマンドが実行されるスペース。これにより、現在のターゲット スペースがオーバーライドされます。