This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.3.4. 既知の問題
IDENTIFIER
パラメーターがユーザーテンプレートで定義されていない場合には、テンプレートの作成は error: unknown parameter name "IDENTIFIER"
エラーを出して失敗します。テンプレートをデプロイする場合は、このエラーが発生しないように、以下のパラメーターをテンプレートに追加してください。
{ "name": "IDENTIFIER", "description": "Number to append to the name of resources", "value": "1" }
{
"name": "IDENTIFIER",
"description": "Number to append to the name of resources",
"value": "1"
}
Pod をデプロイする場合は、このパラメーターを追加する必要はありません。