ALIYUN::CS::ClusterAddons is used to install components in a cluster.
Syntax
{
"Type": "ALIYUN::CS::ClusterAddons",
"Properties": {
"ClusterId": String,
"Addons": List,
"InstalledIgnore": Boolean,
"WaitUntil": List,
"RolePolicy": String,
"ValidationMode": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
ClusterId | String | Yes | No | The cluster ID. | None. |
Addons | List | Yes | Yes | The configurations of the components. | For more information, see Addons properties. |
InstalledIgnore | Boolean | No | No | Specifies whether to ignore existing components when you create a cluster. | Valid values:
|
WaitUntil | List | No | Yes | The system waits until all conditions are met after you start to create or update the component. | For more information, see WaitUntil properties. |
RolePolicy | String | No | Yes | The role policy. Before you deploy an application, check the policies that are attached to the role of your account. | Valid values:
|
ValidationMode | String | No | No | The validation mode. | Valid values:
|
Addons syntax
"Addons": [
{
"Version": String,
"Config": String,
"Name": String
}
]
Addons properties
Property | Type | Required | Editable | Description | Constraint |
Version | String | No | No | The version of the component. | None. |
Config | String | No | Yes | The configurations of the component. | None. |
Name | String | Yes | No | The component name. | None. |
WaitUntil syntax
"WaitUntil": [
{
"FirstMatch": Boolean,
"Timeout": Integer,
"JsonPath": String,
"Namespace": String,
"Stage": String,
"Name": String,
"ValueType": String,
"Kind": String,
"Value": String,
"Operator": String
}
]
WaitUntil properties
Property | Type | Required | Editable | Description | Constraint |
FirstMatch | Boolean | No | Yes | Specifies whether to return only the first matched result in the results that are filtered by using the JSONPath expression. | Valid values:
|
Timeout | Integer | No | Yes | The timeout period for waiting for the conditions to be met. | Unit: seconds. |
JsonPath | String | No | Yes | The JSONPath expression that you want to use to filter results. | None. |
Namespace | String | No | Yes | The Kubernetes namespace of the resource. | Default value: DefaultNamespace. |
Stage | String | No | No | The one or more stages at which the system waits. | Valid values:
|
Name | String | Yes | Yes | The name of the Kubernetes resource that you want to query. | None. |
ValueType | String | No | Yes | The value type. | Default value: String. |
Kind | String | Yes | Yes | The type of the Kubernetes resource that you want to query. | None. |
Value | String | No | Yes | The value to be compared with the result of the JSONPath expression. | None. |
Operator | String | Yes | Yes | The operator that you want to use in the comparison between the value and the result of the JSONPath expression. | None. |
Return values
Fn::GetAtt
ClusterId: the cluster ID.
WaitUntilData: the JSONPath values in WaitUntil.