ALIYUN::CS::ManagedKubernetesCluster类型用于创建Kubernetes托管版集群。
语法
{
"Type": "ALIYUN::CS::ManagedKubernetesCluster",
"Properties": {
"CloudMonitorFlags": Boolean,
"ProxyMode": String,
"WorkerDataDisk": Boolean,
"SnatEntry": Boolean,
"VSwitchIds": List,
"WorkerPeriod": Number,
"WorkerPeriodUnit": String,
"WorkerSystemDiskCategory": String,
"VpcId": String,
"Tags": List,
"WorkerSystemDiskSize": Number,
"WorkerInstanceTypes": List,
"WorkerDataDisks": List,
"LoginPassword": String,
"ContainerCidr": String,
"NumOfNodes": Number,
"Name": String,
"Taint": List,
"KeyPair": String,
"WorkerAutoRenewPeriod": Number,
"WorkerInstanceChargeType": String,
"WorkerAutoRenew": Boolean,
"Addons": List,
"DisableRollback": Boolean,
"ServiceCidr": String,
"KubernetesVersion": String,
"SecurityGroupId": String,
"EndpointPublicAccess": Boolean,
"TimeoutMins": Number
}
}
属性
属性名称 | 类型 | 必须 | 允许更新 | 描述 | 约束 |
---|---|---|---|---|---|
CloudMonitorFlags | Boolean | 否 | 否 | 是否安装云监控插件。 | 取值:
|
ProxyMode | String | 否 | 否 | kube-proxy代理模式。 | 取值:
|
WorkerInstanceChargeType | String | 否 | 否 | Worker节点付费类型。 | 取值:
|
SnatEntry | Boolean | 否 | 否 | 是否为网络配置SNAT。 | 取值:
|
WorkerPeriod | Number | 否 | 否 | 包年包月时长。 | 当WorkerInstanceChargeType取值为PrePaid时,该参数生效且为必选参数,取值:
|
WorkerPeriodUnit | String | 否 | 否 | 包年包月周期类型。 | 当WorkerInstanceChargeType取值为PrePaid时,需要指定周期类型。取值:
|
WorkerSystemDiskCategory | String | 否 | 否 | Worker节点系统盘类型。 | 取值:
|
VpcId | String | 是 | 否 | 专有网络ID。 | 如果不设置,系统会自动创建专有网络,系统创建的专有网络网段为192.168.0.0/16。
VpcId和MasterVSwitchIds只能同时为空或者同时都设置对应的值。 |
Tags | List | 否 | 否 | 集群标签。 | 最多可以设置20组标签。
更多信息,请参见Tags属性。 |
WorkerInstanceTypes | List | 是 | 否 | Worker节点ECS实例规格。 | 更多信息,请参见实例规格族。 |
WorkerDataDisks | List | 否 | 否 | Worker数据盘类型、大小等配置。 | 只有在挂载Worker节点数据盘时有效。
更多信息,请参见WorkerDataDisks属性。 |
LoginPassword | String | 否 | 否 | SSH登录密码。 | 长度为8~30个字符,必须同时包含大写字母、小写字母、数字和特殊字符其中三项。
该参数和KeyPair二选一。 |
ContainerCidr | String | 否 | 否 | 容器网段。 | 不能和专有网络网段冲突。当选择系统自动创建专有网络时,默认使用172.16.0.0/16网段。 |
NumOfNodes | Number | 否 | 否 | Worker节点数。 | 取值:0~300。
默认值:3。 |
Name | String | 是 | 否 | 集群名称。 | 长度为1~63个字符。可包含英文字母、汉字、数字和短划线(-)。 |
WorkerSystemDiskSize | Number | 否 | 否 | Worker节点系统盘大小。 | 默认值:120。
单位:GiB。 |
Taint | List | 否 | 否 | 给节点做污点标记,通常用于Pods的调度策略。 | 若Pods上有相对应的容忍(tolerance)标记,则可以将容忍节点上的污点调度到该节点。 |
WorkerAutoRenewPeriod | Number | 否 | 否 | 自动续费周期。 |
当选择包年包月和自动续费时该参数生效,且为必选值。 取值:
|
WorkerDataDisk | Boolean | 否 | 否 | Worker节点是否挂载数据盘。 | 取值:
|
WorkerAutoRenew | Boolean | 否 | 否 | 是否开启Worker节点自动续费。 | 取值:
|
Addons | List | 否 | 否 | Kubernetes集群的Addon插件的组合。 | 取值:
|
DisableRollback | Boolean | 否 | 否 | 失败是否回滚。 | 取值:
|
ServiceCidr | String | 否 | 否 | 服务网段。 | 不能和专有网络网段以及容器网段冲突。当选择系统自动创建专有网络时,默认使用172.19.0.0/20网段。 |
KubernetesVersion | String | 否 | 否 | 集群版本,与Kubernetes社区基线版本保持一致。建议选择最新版本。 | 目前您可以创建两种最新版本的集群。关于ACK支持的Kubernetes版本,请参见Kubernetes版本发布概览。 |
SecurityGroupId | String | 否 | 否 | 集群ECS实例所属于的安全组ID。 | 无 |
KeyPair | String | 否 | 否 | 密钥对名称。 | 和LoginPassword二选一。 |
EndpointPublicAccess | Boolean | 否 | 否 | 是否开启公网APIServer。 | 取值:
|
TimeoutMins | Number | 否 | 否 | 集群资源栈创建超时时间。 | 默认值:60。
单位:分钟。 |
VSwitchIds | List | 是 | 否 | Worker节点交换机ID。 | 支持添加1~3个交换机。 |
Tags语法
"Tags": [
{
"Key": String,
"Value": String
}
]
Tags属性
属性名称 | 类型 | 必须 | 允许更新 | 描述 | 约束 |
---|---|---|---|---|---|
Key | String | 是 | 否 | 标签键。 | 长度为1~64个字符,不能以aliyun 、acs: 、https:// 或http:// 开头。
|
Value | String | 否 | 否 | 标签值。 | 长度为0~128个字符,不能以aliyun 、acs: 、https:// 或http:// 开头。
|
WorkerDataDisks语法
"WorkerDataDisks": [
{
"Category": String,
"Size": Number
}
]
WorkerDataDisks属性
属性名称 | 类型 | 必须 | 允许更新 | 描述 | 约束 |
---|---|---|---|---|---|
Category | String | 是 | 否 | Worker节点数据盘类型。 | 取值:
|
Size | Number | 是 | 否 | 数据盘大小。 | 取值范围:40~32,768。
单位:GiB。 |
Addons语法
"Addons": [
{
"Version": String,
"Config": String,
"Name": String
}
]
Addons属性
属性名称 | 类型 | 必须 | 允许更新 | 描述 | 约束 |
---|---|---|---|---|---|
Version | String | 否 | 否 | Addon插件的版本。 | 值为空时取最新版本。 |
Config | String | 否 | 否 | Addon插件的配置。 | 值为空时表示无需配置。 |
Name | String | 是 | 否 | Addon插件的名称。 | 无 |
返回值
Fn::GetAtt
- ClusterId:集群ID。
- TaskId:任务ID。系统自动分配,用户查询任务状态。
- WorkerRamRoleName:Worker节点RAM角色名称。
示例
JSON
格式
{
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"EndpointPublicAccess": {
"Type": "Boolean",
"Description": "Whether to enable the public network API Server:\ntrue: which means that the public network API Server is open.\nfalse: If set to false, the API server on the public network will not be created, only the API server on the private network will be created.Default to false.",
"AllowedValues": [
"true",
"false"
],
"Default": false
},
"WorkerPeriod": {
"Type": "Number",
"Description": "The duration of the annual and monthly subscription. It takes effect when the worker_instance_charge_type value is PrePaid and is required. The value range is:\nWhen PeriodUnit = Week, Period values are: {\"1\", \"2\", \"3\", \"4\"}\nWhen PeriodUnit = Month, Period values are: {\"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\", \"9\", \"12\", \"24\", \"36\", \"48\", \"60\"}\nDefault to 1.",
"AllowedValues": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
12,
24,
36,
48,
60
],
"Default": 1
},
"WorkerPeriodUnit": {
"Type": "String",
"Description": "When you specify PrePaid, you need to specify the period. The options are:\nWeek: Time is measured in weeks\nMonth: time in months\nDefault to Month.",
"AllowedValues": [
"Week",
"Month"
],
"Default": "Month"
},
"Addons": {
"Type": "Json",
"Description": "A combination of addon plugins for Kubernetes clusters.\nNetwork plug-in: including Flannel and Terway network plug-ins\nLog service: Optional. If the log service is not enabled, the cluster audit function cannot be used.\nIngress: The installation of the Ingress component is enabled by default."
},
"WorkerSystemDiskCategory": {
"Type": "String",
"Description": "Worker node system disk type. The value range is:\ncloud_efficiency: efficient cloud disk\ncloud_ssd: SSD cloud disk\nDefault to cloud_efficiency.",
"AllowedValues": [
"cloud_efficiency",
"cloud_ssd"
],
"Default": "cloud_efficiency"
},
"WorkerSystemDiskSize": {
"Type": "Number",
"Description": "Worker disk system disk size, the unit is GiB.\nDefault to 120.",
"MinValue": 1,
"Default": 120
},
"Name": {
"Type": "String",
"Description": "The name of the cluster. The cluster name can use uppercase and lowercase letters, Chinese characters, numbers, and dashes."
},
"Taint": {
"Type": "Json",
"Description": "It is used to mark nodes with taints. It is usually used for the scheduling strategy of Pods. The corresponding concept is: tolerance. If there is a corresponding tolerance mark on the Pods, the stain on the node can be tolerated and scheduled to the node."
},
"CloudMonitorFlags": {
"Type": "Boolean",
"Description": "Whether to install the cloud monitoring plugin:\ntrue: indicates installation\nfalse: Do not install\nDefault to false",
"AllowedValues": [
"true",
"false"
],
"Default": false
},
"ServiceCidr": {
"Type": "String",
"Description": "The service network segment cannot conflict with the VPC network segment and the container network segment. When the system is selected to automatically create a VPC, the network segment 172.19.0.0/20 is used by default.",
"Default": "172.19.0.0/20"
},
"WorkerAutoRenew": {
"Type": "Boolean",
"Description": "Whether to enable automatic renewal of Worker nodes. The optional values are:\ntrue: automatic renewal\nfalse: do not renew automatically\nDefault to true.",
"AllowedValues": [
"true",
"false"
],
"Default": true
},
"ProxyMode": {
"Type": "String",
"Description": "kube-proxy proxy mode, supports both iptables and ipvs modes. The default is iptables.",
"AllowedValues": [
"iptables",
"ipvs"
],
"Default": "iptables"
},
"Tags": {
"Type": "Json",
"Description": "Tag the cluster."
},
"DisableRollback": {
"Type": "Boolean",
"Description": "Whether the failure was rolled back:\ntrue: indicates that it fails to roll back\nfalse: rollback failed\nThe default is true. If rollback fails, resources produced during the creation process will be released. False is not recommended.",
"AllowedValues": [
"true",
"false"
],
"Default": true
},
"WorkerInstanceTypes": {
"Type": "CommaDelimitedList",
"Description": "Worker node ECS specification type code. For more details, see Instance Specification Family.",
"MinLength": 1,
"MaxLength": 5
},
"LoginPassword": {
"Type": "String",
"Description": "SSH login password. Password rules are 8-30 characters and contain three items (upper and lower case letters, numbers, and special symbols). Specify one of KeyPair or LoginPassword."
},
"KubernetesVersion": {
"Type": "String",
"Description": "Kubernetes version. Default to 1.16.9-aliyun.1, 1.14.8-aliyun.1 and so on.",
"Default": "1.14.8-aliyun.1"
},
"ContainerCidr": {
"Type": "String",
"Description": "The container network segment cannot conflict with the VPC network segment. When the system is selected to automatically create a VPC, the network segment 172.16.0.0/16 is used by default.",
"Default": "172.16.0.0/16"
},
"KeyPair": {
"Type": "String",
"Description": "Key pair name. Specify one of KeyPair or LoginPassword."
},
"WorkerInstanceChargeType": {
"Type": "String",
"Description": "Worker node payment type. The optional values are:\nPrePaid: prepaid\nPostPaid: Pay as you go\nDefault to PostPaid.",
"AllowedValues": [
"PrePaid",
"PostPaid"
],
"Default": "PostPaid"
},
"VSwitchIds": {
"Type": "CommaDelimitedList",
"Description": "The virtual switch ID of the worker node.",
"MinLength": 1
},
"WorkerDataDisks": {
"Type": "Json",
"Description": "A combination of configurations such as worker data disk type and size. This parameter is valid only when the worker node data disk is mounted."
},
"SecurityGroupId": {
"Type": "String",
"Description": "Specifies the ID of the security group to which the cluster ECS instance belongs."
},
"TimeoutMins": {
"Type": "Number",
"Description": "Cluster resource stack creation timeout, in minutes. The default value is 60.",
"Default": 60
},
"WorkerDataDisk": {
"Type": "Boolean",
"Description": "Whether to mount the data disk. The options are as follows:\ntrue: indicates that the worker node mounts data disks.\nfalse: indicates that the worker node does not mount data disks.\nDefault to false.",
"AllowedValues": [
"true",
"false"
],
"Default": false
},
"VpcId": {
"Type": "String",
"Description": "VPC ID."
},
"NumOfNodes": {
"Type": "Number",
"Description": "Number of worker nodes. The range is [0,300].\nDefault to 3.",
"MinValue": 2,
"MaxValue": 300,
"Default": 3
},
"WorkerAutoRenewPeriod": {
"Type": "Number",
"Description": "Automatic renewal cycle, which takes effect when prepaid and automatic renewal are selected, and is required:\nWhen PeriodUnit = Week, the values are: {\"1\", \"2\", \"3\"}\nWhen PeriodUnit = Month, the value is {\"1\", \"2\", \"3\", \"6\", \"12\"}\nDefault to 1.",
"AllowedValues": [
1,
2,
3,
6,
12
],
"Default": 1
},
"SnatEntry": {
"Type": "Boolean",
"Description": "Whether to configure SNAT for the network.\nWhen a VPC can access the public network environment, set it to false.\nWhen an existing VPC cannot access the public network environment:\nWhen set to True, SNAT is configured and the public network environment can be accessed at this time.\nIf set to false, it means that SNAT is not configured and the public network environment cannot be accessed at this time.\nDefault to true.",
"AllowedValues": [
"true",
"false"
],
"Default": true
}
},
"Resources": {
"ManagedKubernetesCluster": {
"Type": "ALIYUN::CS::ManagedKubernetesCluster",
"Properties": {
"EndpointPublicAccess": {
"Ref": "EndpointPublicAccess"
},
"WorkerPeriod": {
"Ref": "WorkerPeriod"
},
"WorkerPeriodUnit": {
"Ref": "WorkerPeriodUnit"
},
"Addons": {
"Ref": "Addons"
},
"WorkerSystemDiskCategory": {
"Ref": "WorkerSystemDiskCategory"
},
"WorkerSystemDiskSize": {
"Ref": "WorkerSystemDiskSize"
},
"Name": {
"Ref": "Name"
},
"Taint": {
"Ref": "Taint"
},
"CloudMonitorFlags": {
"Ref": "CloudMonitorFlags"
},
"ServiceCidr": {
"Ref": "ServiceCidr"
},
"WorkerAutoRenew": {
"Ref": "WorkerAutoRenew"
},
"ProxyMode": {
"Ref": "ProxyMode"
},
"Tags": {
"Ref": "Tags"
},
"DisableRollback": {
"Ref": "DisableRollback"
},
"WorkerInstanceTypes": {
"Ref": "WorkerInstanceTypes"
},
"LoginPassword": {
"Ref": "LoginPassword"
},
"KubernetesVersion": {
"Ref": "KubernetesVersion"
},
"ContainerCidr": {
"Ref": "ContainerCidr"
},
"KeyPair": {
"Ref": "KeyPair"
},
"WorkerInstanceChargeType": {
"Ref": "WorkerInstanceChargeType"
},
"VSwitchIds": {
"Ref": "VSwitchIds"
},
"WorkerDataDisks": {
"Ref": "WorkerDataDisks"
},
"SecurityGroupId": {
"Ref": "SecurityGroupId"
},
"TimeoutMins": {
"Ref": "TimeoutMins"
},
"WorkerDataDisk": {
"Ref": "WorkerDataDisk"
},
"VpcId": {
"Ref": "VpcId"
},
"NumOfNodes": {
"Ref": "NumOfNodes"
},
"WorkerAutoRenewPeriod": {
"Ref": "WorkerAutoRenewPeriod"
},
"SnatEntry": {
"Ref": "SnatEntry"
}
}
}
},
"Outputs": {
"TaskId": {
"Description": "Task ID. Automatically assigned by the system, the user queries the task status.",
"Value": {
"Fn::GetAtt": [
"ManagedKubernetesCluster",
"TaskId"
]
}
},
"ClusterId": {
"Description": "Cluster instance ID.",
"Value": {
"Fn::GetAtt": [
"ManagedKubernetesCluster",
"ClusterId"
]
}
},
"WorkerRamRoleName": {
"Description": "Worker ram role name.",
"Value": {
"Fn::GetAtt": [
"ManagedKubernetesCluster",
"WorkerRamRoleName"
]
}
}
}
}
YAML
格式
ROSTemplateFormatVersion: '2015-09-01'
Parameters:
EndpointPublicAccess:
Type: Boolean
Description: >-
Whether to enable the public network API Server:
true: which means that the public network API Server is open.
false: If set to false, the API server on the public network will not be
created, only the API server on the private network will be
created.Default to false.
AllowedValues:
- 'true'
- 'false'
Default: false
WorkerPeriod:
Type: Number
Description: >-
The duration of the annual and monthly subscription. It takes effect when
the worker_instance_charge_type value is PrePaid and is required. The
value range is:
When PeriodUnit = Week, Period values are: {"1", "2", "3", "4"}
When PeriodUnit = Month, Period values are: {"1", "2", "3", "4", "5", "6",
"7", "8", "9", "12", "24", "36", "48", "60"}
Default to 1.
AllowedValues:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 12
- 24
- 36
- 48
- 60
Default: 1
WorkerPeriodUnit:
Type: String
Description: |-
When you specify PrePaid, you need to specify the period. The options are:
Week: Time is measured in weeks
Month: time in months
Default to Month.
AllowedValues:
- Week
- Month
Default: Month
Addons:
Type: Json
Description: >-
A combination of addon plugins for Kubernetes clusters.
Network plug-in: including Flannel and Terway network plug-ins
Log service: Optional. If the log service is not enabled, the cluster
audit function cannot be used.
Ingress: The installation of the Ingress component is enabled by default.
WorkerSystemDiskCategory:
Type: String
Description: |-
Worker node system disk type. The value range is:
cloud_efficiency: efficient cloud disk
cloud_ssd: SSD cloud disk
Default to cloud_efficiency.
AllowedValues:
- cloud_efficiency
- cloud_ssd
Default: cloud_efficiency
WorkerSystemDiskSize:
Type: Number
Description: |-
Worker disk system disk size, the unit is GiB.
Default to 120.
MinValue: 1
Default: 120
Name:
Type: String
Description: >-
The name of the cluster. The cluster name can use uppercase and lowercase
letters, Chinese characters, numbers, and dashes.
Taint:
Type: Json
Description: >-
It is used to mark nodes with taints. It is usually used for the
scheduling strategy of Pods. The corresponding concept is: tolerance. If
there is a corresponding tolerance mark on the Pods, the stain on the node
can be tolerated and scheduled to the node.
CloudMonitorFlags:
Type: Boolean
Description: |-
Whether to install the cloud monitoring plugin:
true: indicates installation
false: Do not install
Default to false
AllowedValues:
- 'true'
- 'false'
Default: false
ServiceCidr:
Type: String
Description: >-
The service network segment cannot conflict with the VPC network segment
and the container network segment. When the system is selected to
automatically create a VPC, the network segment 172.19.0.0/20 is used by
default.
Default: 172.19.0.0/20
WorkerAutoRenew:
Type: Boolean
Description: >-
Whether to enable automatic renewal of Worker nodes. The optional values
are:
true: automatic renewal
false: do not renew automatically
Default to true.
AllowedValues:
- 'true'
- 'false'
Default: true
ProxyMode:
Type: String
Description: >-
kube-proxy proxy mode, supports both iptables and ipvs modes. The default
is iptables.
AllowedValues:
- iptables
- ipvs
Default: iptables
Tags:
Type: Json
Description: Tag the cluster.
DisableRollback:
Type: Boolean
Description: >-
Whether the failure was rolled back:
true: indicates that it fails to roll back
false: rollback failed
The default is true. If rollback fails, resources produced during the
creation process will be released. False is not recommended.
AllowedValues:
- 'true'
- 'false'
Default: true
WorkerInstanceTypes:
Type: CommaDelimitedList
Description: >-
Worker node ECS specification type code. For more details, see Instance
Specification Family.
MinLength: 1
MaxLength: 5
LoginPassword:
Type: String
Description: >-
SSH login password. Password rules are 8-30 characters and contain three
items (upper and lower case letters, numbers, and special symbols).
Specify one of KeyPair or LoginPassword.
KubernetesVersion:
Type: String
Description: Kubernetes version. Default to 1.16.9-aliyun.1, 1.14.8-aliyun.1 and so on.
Default: 1.14.8-aliyun.1
ContainerCidr:
Type: String
Description: >-
The container network segment cannot conflict with the VPC network
segment. When the system is selected to automatically create a VPC, the
network segment 172.16.0.0/16 is used by default.
Default: 172.16.0.0/16
KeyPair:
Type: String
Description: Key pair name. Specify one of KeyPair or LoginPassword.
WorkerInstanceChargeType:
Type: String
Description: |-
Worker node payment type. The optional values are:
PrePaid: prepaid
PostPaid: Pay as you go
Default to PostPaid.
AllowedValues:
- PrePaid
- PostPaid
Default: PostPaid
VSwitchIds:
Type: CommaDelimitedList
Description: The virtual switch ID of the worker node.
MinLength: 1
WorkerDataDisks:
Type: Json
Description: >-
A combination of configurations such as worker data disk type and size.
This parameter is valid only when the worker node data disk is mounted.
SecurityGroupId:
Type: String
Description: >-
Specifies the ID of the security group to which the cluster ECS instance
belongs.
TimeoutMins:
Type: Number
Description: >-
Cluster resource stack creation timeout, in minutes. The default value is
60.
Default: 60
WorkerDataDisk:
Type: Boolean
Description: |-
Whether to mount the data disk. The options are as follows:
true: indicates that the worker node mounts data disks.
false: indicates that the worker node does not mount data disks.
Default to false.
AllowedValues:
- 'true'
- 'false'
Default: false
VpcId:
Type: String
Description: VPC ID.
NumOfNodes:
Type: Number
Description: |-
Number of worker nodes. The range is [0,300].
Default to 3.
MinValue: 2
MaxValue: 300
Default: 3
WorkerAutoRenewPeriod:
Type: Number
Description: >-
Automatic renewal cycle, which takes effect when prepaid and automatic
renewal are selected, and is required:
When PeriodUnit = Week, the values are: {"1", "2", "3"}
When PeriodUnit = Month, the value is {"1", "2", "3", "6", "12"}
Default to 1.
AllowedValues:
- 1
- 2
- 3
- 6
- 12
Default: 1
SnatEntry:
Type: Boolean
Description: >-
Whether to configure SNAT for the network.
When a VPC can access the public network environment, set it to false.
When an existing VPC cannot access the public network environment:
When set to True, SNAT is configured and the public network environment
can be accessed at this time.
If set to false, it means that SNAT is not configured and the public
network environment cannot be accessed at this time.
Default to true.
AllowedValues:
- 'true'
- 'false'
Default: true
Resources:
ManagedKubernetesCluster:
Type: 'ALIYUN::CS::ManagedKubernetesCluster'
Properties:
EndpointPublicAccess:
Ref: EndpointPublicAccess
WorkerPeriod:
Ref: WorkerPeriod
WorkerPeriodUnit:
Ref: WorkerPeriodUnit
Addons:
Ref: Addons
WorkerSystemDiskCategory:
Ref: WorkerSystemDiskCategory
WorkerSystemDiskSize:
Ref: WorkerSystemDiskSize
Name:
Ref: Name
Taint:
Ref: Taint
CloudMonitorFlags:
Ref: CloudMonitorFlags
ServiceCidr:
Ref: ServiceCidr
WorkerAutoRenew:
Ref: WorkerAutoRenew
ProxyMode:
Ref: ProxyMode
Tags:
Ref: Tags
DisableRollback:
Ref: DisableRollback
WorkerInstanceTypes:
Ref: WorkerInstanceTypes
LoginPassword:
Ref: LoginPassword
KubernetesVersion:
Ref: KubernetesVersion
ContainerCidr:
Ref: ContainerCidr
KeyPair:
Ref: KeyPair
WorkerInstanceChargeType:
Ref: WorkerInstanceChargeType
VSwitchIds:
Ref: VSwitchIds
WorkerDataDisks:
Ref: WorkerDataDisks
SecurityGroupId:
Ref: SecurityGroupId
TimeoutMins:
Ref: TimeoutMins
WorkerDataDisk:
Ref: WorkerDataDisk
VpcId:
Ref: VpcId
NumOfNodes:
Ref: NumOfNodes
WorkerAutoRenewPeriod:
Ref: WorkerAutoRenewPeriod
SnatEntry:
Ref: SnatEntry
Outputs:
TaskId:
Description: >-
Task ID. Automatically assigned by the system, the user queries the task
status.
Value:
'Fn::GetAtt':
- ManagedKubernetesCluster
- TaskId
ClusterId:
Description: Cluster instance ID.
Value:
'Fn::GetAtt':
- ManagedKubernetesCluster
- ClusterId
WorkerRamRoleName:
Description: Worker ram role name.
Value:
'Fn::GetAtt':
- ManagedKubernetesCluster
- WorkerRamRoleName
在文档使用中是否遇到以下问题
更多建议
匿名提交