ManagedKubernetes
Create a ManagedKubernetes Resource
new ManagedKubernetes(name: string, args: ManagedKubernetesArgs, opts?: CustomResourceOptions);def ManagedKubernetes(resource_name, opts=None, addons=None, availability_zone=None, client_cert=None, client_key=None, cluster_ca_cert=None, cpu_policy=None, enable_ssh=None, exclude_autoscaler_nodes=None, image_id=None, install_cloud_monitor=None, key_name=None, kms_encrypted_password=None, kms_encryption_context=None, kube_config=None, name=None, name_prefix=None, new_nat_gateway=None, node_cidr_mask=None, node_name_mode=None, password=None, pod_cidr=None, pod_vswitch_ids=None, proxy_mode=None, security_group_id=None, service_cidr=None, slb_internet_enabled=None, user_ca=None, user_data=None, version=None, worker_auto_renew=None, worker_auto_renew_period=None, worker_data_disk_category=None, worker_data_disk_size=None, worker_disk_category=None, worker_disk_size=None, worker_instance_charge_type=None, worker_instance_types=None, worker_number=None, worker_period=None, worker_period_unit=None, worker_vswitch_ids=None, __props__=None);func NewManagedKubernetes(ctx *Context, name string, args ManagedKubernetesArgs, opts ...ResourceOption) (*ManagedKubernetes, error)public ManagedKubernetes(string name, ManagedKubernetesArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args ManagedKubernetesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ManagedKubernetesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagedKubernetesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
ManagedKubernetes Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The ManagedKubernetes resource accepts the following input properties:
- Worker
Instance List<string>Types The instance type of worker node. Specify one type for single AZ Cluster, three types for MultiAZ Cluster.
- Worker
Number int The worker node number of the kubernetes cluster. Default to 3. It is limited up to 50 and if you want to enlarge it, please apply white list or contact with us.
- Worker
Vswitch List<string>Ids - Addons
List<Pulumi.
Ali Cloud. CS. Inputs. Managed Kubernetes Addon Args> - Availability
Zone string The Zone where new kubernetes cluster will be located. If it is not be specified, the
vswitch_idsshould be set, its value will be vswitch’s zone.- Client
Cert string The path of client certificate, like
~/.kube/client-cert.pem.- Client
Key string The path of client key, like
~/.kube/client-key.pem.- Cluster
Ca stringCert The path of cluster ca certificate, like
~/.kube/cluster-ca-cert.pem- Cpu
Policy string kubelet cpu policy. options: static|none. default: none.
- Enable
Ssh bool Enable login to the node through SSH. default: false
- Exclude
Autoscaler boolNodes Exclude autoscaler nodes from
worker_nodes. default: false- Image
Id string Custom Image support. Must based on CentOS7 or AliyunLinux2.
- Install
Cloud boolMonitor Install cloud monitor agent on ECS. default: true
- Key
Name string The keypair of ssh login cluster node, you have to create it first. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- Kms
Encrypted stringPassword An KMS encrypts password used to a cs kubernetes. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- Kms
Encryption Dictionary<string, object>Context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating a cs kubernetes withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- Kube
Config string The path of kube config, like
~/.kube/config.- Name string
The kubernetes cluster’s name. It is unique in one Alicloud account.
- Name
Prefix string - New
Nat boolGateway Whether to create a new nat gateway while creating kubernetes cluster. Default to true. Then openapi in Alibaba Cloud are not all on intranet, So turn this option on is a good choice.
- Node
Cidr intMask The node cidr block to specific how many pods can run on single node. 24-28 is allowed. 24 means 2^(32-24)-1=255 and the node can run at most 255 pods. default: 24
- Node
Name stringMode Each node name consists of a prefix, an IP substring, and a suffix. For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, IP substring length is 5, and the suffix is test, the node name will be aliyun.com00055test.
- Password string
The password of ssh login cluster node. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- Pod
Cidr string [Flannel Specific] The CIDR block for the pod network when using Flannel.
- Pod
Vswitch List<string>Ids [Terway Specific] The vswitches for the pod network when using Terway.Be careful the
pod_vswitch_idscan not equal toworker_vswtich_ids.but must be in same availability zones.- Proxy
Mode string Proxy mode is option of kube-proxy. options: iptables|ipvs. default: ipvs.
- Security
Group stringId The ID of security group where the current cluster worker node is located.
- Service
Cidr string The CIDR block for the service network. It cannot be duplicated with the VPC CIDR and CIDR used by Kubernetes cluster in VPC, cannot be modified after creation.
- Slb
Internet boolEnabled Whether to create internet load balancer for API Server. Default to true.
- User
Ca string The path of customized CA cert, you can use this CA to sign client certs to connect your cluster.
- User
Data string Windows instances support batch and PowerShell scripts. If your script file is larger than 1 KB, we recommend that you upload the script to Object Storage Service (OSS) and pull it through the internal endpoint of your OSS bucket.
- Version string
Desired Kubernetes version. If you do not specify a value, the latest available version at resource creation is used and no upgrades will occur except you set a higher version number. The value must be configured and increased to upgrade the version when desired. Downgrades are not supported by ACK.
- Worker
Auto boolRenew Enable worker payment auto-renew, defaults to false.
- Worker
Auto intRenew Period Worker payment auto-renew period. When period unit is
Month, it can be one of {“1”, “2”, “3”, “6”, “12”}. When period unit isWeek, it can be one of {“1”, “2”, “3”}.- Worker
Data stringDisk Category - Worker
Data intDisk Size - Worker
Disk stringCategory The system disk category of worker node. Its valid value are
cloud_ssdandcloud_efficiency. Default tocloud_efficiency.- Worker
Disk intSize The system disk size of worker node. Its valid value range [20~32768] in GB. Default to 40.
- Worker
Instance stringCharge Type Worker payment type.
PrePaidorPostPaid, defaults toPostPaid.- Worker
Period int Worker payment period. When period unit is
Month, it can be one of { “1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “12”, “24”, “36”,”48”,”60”}. When period unit isWeek, it can be one of {“1”, “2”, “3”, “4”}.- Worker
Period stringUnit Worker payment period unit.
MonthorWeek, defaults toMonth.
- Worker
Instance []stringTypes The instance type of worker node. Specify one type for single AZ Cluster, three types for MultiAZ Cluster.
- Worker
Number int The worker node number of the kubernetes cluster. Default to 3. It is limited up to 50 and if you want to enlarge it, please apply white list or contact with us.
- Worker
Vswitch []stringIds - Addons
[]Managed
Kubernetes Addon - Availability
Zone string The Zone where new kubernetes cluster will be located. If it is not be specified, the
vswitch_idsshould be set, its value will be vswitch’s zone.- Client
Cert string The path of client certificate, like
~/.kube/client-cert.pem.- Client
Key string The path of client key, like
~/.kube/client-key.pem.- Cluster
Ca stringCert The path of cluster ca certificate, like
~/.kube/cluster-ca-cert.pem- Cpu
Policy string kubelet cpu policy. options: static|none. default: none.
- Enable
Ssh bool Enable login to the node through SSH. default: false
- Exclude
Autoscaler boolNodes Exclude autoscaler nodes from
worker_nodes. default: false- Image
Id string Custom Image support. Must based on CentOS7 or AliyunLinux2.
- Install
Cloud boolMonitor Install cloud monitor agent on ECS. default: true
- Key
Name string The keypair of ssh login cluster node, you have to create it first. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- Kms
Encrypted stringPassword An KMS encrypts password used to a cs kubernetes. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- Kms
Encryption map[string]interface{}Context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating a cs kubernetes withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- Kube
Config string The path of kube config, like
~/.kube/config.- Name string
The kubernetes cluster’s name. It is unique in one Alicloud account.
- Name
Prefix string - New
Nat boolGateway Whether to create a new nat gateway while creating kubernetes cluster. Default to true. Then openapi in Alibaba Cloud are not all on intranet, So turn this option on is a good choice.
- Node
Cidr intMask The node cidr block to specific how many pods can run on single node. 24-28 is allowed. 24 means 2^(32-24)-1=255 and the node can run at most 255 pods. default: 24
- Node
Name stringMode Each node name consists of a prefix, an IP substring, and a suffix. For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, IP substring length is 5, and the suffix is test, the node name will be aliyun.com00055test.
- Password string
The password of ssh login cluster node. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- Pod
Cidr string [Flannel Specific] The CIDR block for the pod network when using Flannel.
- Pod
Vswitch []stringIds [Terway Specific] The vswitches for the pod network when using Terway.Be careful the
pod_vswitch_idscan not equal toworker_vswtich_ids.but must be in same availability zones.- Proxy
Mode string Proxy mode is option of kube-proxy. options: iptables|ipvs. default: ipvs.
- Security
Group stringId The ID of security group where the current cluster worker node is located.
- Service
Cidr string The CIDR block for the service network. It cannot be duplicated with the VPC CIDR and CIDR used by Kubernetes cluster in VPC, cannot be modified after creation.
- Slb
Internet boolEnabled Whether to create internet load balancer for API Server. Default to true.
- User
Ca string The path of customized CA cert, you can use this CA to sign client certs to connect your cluster.
- User
Data string Windows instances support batch and PowerShell scripts. If your script file is larger than 1 KB, we recommend that you upload the script to Object Storage Service (OSS) and pull it through the internal endpoint of your OSS bucket.
- Version string
Desired Kubernetes version. If you do not specify a value, the latest available version at resource creation is used and no upgrades will occur except you set a higher version number. The value must be configured and increased to upgrade the version when desired. Downgrades are not supported by ACK.
- Worker
Auto boolRenew Enable worker payment auto-renew, defaults to false.
- Worker
Auto intRenew Period Worker payment auto-renew period. When period unit is
Month, it can be one of {“1”, “2”, “3”, “6”, “12”}. When period unit isWeek, it can be one of {“1”, “2”, “3”}.- Worker
Data stringDisk Category - Worker
Data intDisk Size - Worker
Disk stringCategory The system disk category of worker node. Its valid value are
cloud_ssdandcloud_efficiency. Default tocloud_efficiency.- Worker
Disk intSize The system disk size of worker node. Its valid value range [20~32768] in GB. Default to 40.
- Worker
Instance stringCharge Type Worker payment type.
PrePaidorPostPaid, defaults toPostPaid.- Worker
Period int Worker payment period. When period unit is
Month, it can be one of { “1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “12”, “24”, “36”,”48”,”60”}. When period unit isWeek, it can be one of {“1”, “2”, “3”, “4”}.- Worker
Period stringUnit Worker payment period unit.
MonthorWeek, defaults toMonth.
- worker
Instance string[]Types The instance type of worker node. Specify one type for single AZ Cluster, three types for MultiAZ Cluster.
- worker
Number number The worker node number of the kubernetes cluster. Default to 3. It is limited up to 50 and if you want to enlarge it, please apply white list or contact with us.
- worker
Vswitch string[]Ids - addons
Managed
Kubernetes Addon[] - availability
Zone string The Zone where new kubernetes cluster will be located. If it is not be specified, the
vswitch_idsshould be set, its value will be vswitch’s zone.- client
Cert string The path of client certificate, like
~/.kube/client-cert.pem.- client
Key string The path of client key, like
~/.kube/client-key.pem.- cluster
Ca stringCert The path of cluster ca certificate, like
~/.kube/cluster-ca-cert.pem- cpu
Policy string kubelet cpu policy. options: static|none. default: none.
- enable
Ssh boolean Enable login to the node through SSH. default: false
- exclude
Autoscaler booleanNodes Exclude autoscaler nodes from
worker_nodes. default: false- image
Id string Custom Image support. Must based on CentOS7 or AliyunLinux2.
- install
Cloud booleanMonitor Install cloud monitor agent on ECS. default: true
- key
Name string The keypair of ssh login cluster node, you have to create it first. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- kms
Encrypted stringPassword An KMS encrypts password used to a cs kubernetes. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- kms
Encryption {[key: string]: any}Context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating a cs kubernetes withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- kube
Config string The path of kube config, like
~/.kube/config.- name string
The kubernetes cluster’s name. It is unique in one Alicloud account.
- name
Prefix string - new
Nat booleanGateway Whether to create a new nat gateway while creating kubernetes cluster. Default to true. Then openapi in Alibaba Cloud are not all on intranet, So turn this option on is a good choice.
- node
Cidr numberMask The node cidr block to specific how many pods can run on single node. 24-28 is allowed. 24 means 2^(32-24)-1=255 and the node can run at most 255 pods. default: 24
- node
Name stringMode Each node name consists of a prefix, an IP substring, and a suffix. For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, IP substring length is 5, and the suffix is test, the node name will be aliyun.com00055test.
- password string
The password of ssh login cluster node. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- pod
Cidr string [Flannel Specific] The CIDR block for the pod network when using Flannel.
- pod
Vswitch string[]Ids [Terway Specific] The vswitches for the pod network when using Terway.Be careful the
pod_vswitch_idscan not equal toworker_vswtich_ids.but must be in same availability zones.- proxy
Mode string Proxy mode is option of kube-proxy. options: iptables|ipvs. default: ipvs.
- security
Group stringId The ID of security group where the current cluster worker node is located.
- service
Cidr string The CIDR block for the service network. It cannot be duplicated with the VPC CIDR and CIDR used by Kubernetes cluster in VPC, cannot be modified after creation.
- slb
Internet booleanEnabled Whether to create internet load balancer for API Server. Default to true.
- user
Ca string The path of customized CA cert, you can use this CA to sign client certs to connect your cluster.
- user
Data string Windows instances support batch and PowerShell scripts. If your script file is larger than 1 KB, we recommend that you upload the script to Object Storage Service (OSS) and pull it through the internal endpoint of your OSS bucket.
- version string
Desired Kubernetes version. If you do not specify a value, the latest available version at resource creation is used and no upgrades will occur except you set a higher version number. The value must be configured and increased to upgrade the version when desired. Downgrades are not supported by ACK.
- worker
Auto booleanRenew Enable worker payment auto-renew, defaults to false.
- worker
Auto numberRenew Period Worker payment auto-renew period. When period unit is
Month, it can be one of {“1”, “2”, “3”, “6”, “12”}. When period unit isWeek, it can be one of {“1”, “2”, “3”}.- worker
Data stringDisk Category - worker
Data numberDisk Size - worker
Disk stringCategory The system disk category of worker node. Its valid value are
cloud_ssdandcloud_efficiency. Default tocloud_efficiency.- worker
Disk numberSize The system disk size of worker node. Its valid value range [20~32768] in GB. Default to 40.
- worker
Instance stringCharge Type Worker payment type.
PrePaidorPostPaid, defaults toPostPaid.- worker
Period number Worker payment period. When period unit is
Month, it can be one of { “1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “12”, “24”, “36”,”48”,”60”}. When period unit isWeek, it can be one of {“1”, “2”, “3”, “4”}.- worker
Period stringUnit Worker payment period unit.
MonthorWeek, defaults toMonth.
- worker_
instance_ List[str]types The instance type of worker node. Specify one type for single AZ Cluster, three types for MultiAZ Cluster.
- worker_
number float The worker node number of the kubernetes cluster. Default to 3. It is limited up to 50 and if you want to enlarge it, please apply white list or contact with us.
- worker_
vswitch_ List[str]ids - addons
List[Managed
Kubernetes Addon] - availability_
zone str The Zone where new kubernetes cluster will be located. If it is not be specified, the
vswitch_idsshould be set, its value will be vswitch’s zone.- client_
cert str The path of client certificate, like
~/.kube/client-cert.pem.- client_
key str The path of client key, like
~/.kube/client-key.pem.- cluster_
ca_ strcert The path of cluster ca certificate, like
~/.kube/cluster-ca-cert.pem- cpu_
policy str kubelet cpu policy. options: static|none. default: none.
- enable_
ssh bool Enable login to the node through SSH. default: false
- exclude_
autoscaler_ boolnodes Exclude autoscaler nodes from
worker_nodes. default: false- image_
id str Custom Image support. Must based on CentOS7 or AliyunLinux2.
- install_
cloud_ boolmonitor Install cloud monitor agent on ECS. default: true
- key_
name str The keypair of ssh login cluster node, you have to create it first. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- kms_
encrypted_ strpassword An KMS encrypts password used to a cs kubernetes. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- kms_
encryption_ Dict[str, Any]context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating a cs kubernetes withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- kube_
config str The path of kube config, like
~/.kube/config.- name str
The kubernetes cluster’s name. It is unique in one Alicloud account.
- name_
prefix str - new_
nat_ boolgateway Whether to create a new nat gateway while creating kubernetes cluster. Default to true. Then openapi in Alibaba Cloud are not all on intranet, So turn this option on is a good choice.
- node_
cidr_ floatmask The node cidr block to specific how many pods can run on single node. 24-28 is allowed. 24 means 2^(32-24)-1=255 and the node can run at most 255 pods. default: 24
- node_
name_ strmode Each node name consists of a prefix, an IP substring, and a suffix. For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, IP substring length is 5, and the suffix is test, the node name will be aliyun.com00055test.
- password str
The password of ssh login cluster node. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- pod_
cidr str [Flannel Specific] The CIDR block for the pod network when using Flannel.
- pod_
vswitch_ List[str]ids [Terway Specific] The vswitches for the pod network when using Terway.Be careful the
pod_vswitch_idscan not equal toworker_vswtich_ids.but must be in same availability zones.- proxy_
mode str Proxy mode is option of kube-proxy. options: iptables|ipvs. default: ipvs.
- security_
group_ strid The ID of security group where the current cluster worker node is located.
- service_
cidr str The CIDR block for the service network. It cannot be duplicated with the VPC CIDR and CIDR used by Kubernetes cluster in VPC, cannot be modified after creation.
- slb_
internet_ boolenabled Whether to create internet load balancer for API Server. Default to true.
- user_
ca str The path of customized CA cert, you can use this CA to sign client certs to connect your cluster.
- user_
data str Windows instances support batch and PowerShell scripts. If your script file is larger than 1 KB, we recommend that you upload the script to Object Storage Service (OSS) and pull it through the internal endpoint of your OSS bucket.
- version str
Desired Kubernetes version. If you do not specify a value, the latest available version at resource creation is used and no upgrades will occur except you set a higher version number. The value must be configured and increased to upgrade the version when desired. Downgrades are not supported by ACK.
- worker_
auto_ boolrenew Enable worker payment auto-renew, defaults to false.
- worker_
auto_ floatrenew_ period Worker payment auto-renew period. When period unit is
Month, it can be one of {“1”, “2”, “3”, “6”, “12”}. When period unit isWeek, it can be one of {“1”, “2”, “3”}.- worker_
data_ strdisk_ category - worker_
data_ floatdisk_ size - worker_
disk_ strcategory The system disk category of worker node. Its valid value are
cloud_ssdandcloud_efficiency. Default tocloud_efficiency.- worker_
disk_ floatsize The system disk size of worker node. Its valid value range [20~32768] in GB. Default to 40.
- worker_
instance_ strcharge_ type Worker payment type.
PrePaidorPostPaid, defaults toPostPaid.- worker_
period float Worker payment period. When period unit is
Month, it can be one of { “1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “12”, “24”, “36”,”48”,”60”}. When period unit isWeek, it can be one of {“1”, “2”, “3”, “4”}.- worker_
period_ strunit Worker payment period unit.
MonthorWeek, defaults toMonth.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagedKubernetes resource produces the following output properties:
- Connections
Pulumi.
Ali Cloud. CS. Outputs. Managed Kubernetes Connections Map of kubernetes cluster connection information. It contains several attributes to
Block Connections.- Id string
- The provider-assigned unique ID for this managed resource.
- Nat
Gateway stringId The ID of nat gateway used to launch kubernetes cluster.
- Slb
Id string - Slb
Internet string - Slb
Intranet string The ID of private load balancer where the current cluster master node is located.
- Vpc
Id string The ID of VPC where the current cluster is located.
- Worker
Nodes List<Pulumi.Ali Cloud. CS. Outputs. Managed Kubernetes Worker Node> List of cluster worker nodes. It contains several attributes to
Block Nodes.- Worker
Ram stringRole Name The RamRole Name attached to worker node.
- Connections
Managed
Kubernetes Connections Map of kubernetes cluster connection information. It contains several attributes to
Block Connections.- Id string
- The provider-assigned unique ID for this managed resource.
- Nat
Gateway stringId The ID of nat gateway used to launch kubernetes cluster.
- Slb
Id string - Slb
Internet string - Slb
Intranet string The ID of private load balancer where the current cluster master node is located.
- Vpc
Id string The ID of VPC where the current cluster is located.
- Worker
Nodes []ManagedKubernetes Worker Node List of cluster worker nodes. It contains several attributes to
Block Nodes.- Worker
Ram stringRole Name The RamRole Name attached to worker node.
- connections
Managed
Kubernetes Connections Map of kubernetes cluster connection information. It contains several attributes to
Block Connections.- id string
- The provider-assigned unique ID for this managed resource.
- nat
Gateway stringId The ID of nat gateway used to launch kubernetes cluster.
- slb
Id string - slb
Internet string - slb
Intranet string The ID of private load balancer where the current cluster master node is located.
- vpc
Id string The ID of VPC where the current cluster is located.
- worker
Nodes ManagedKubernetes Worker Node[] List of cluster worker nodes. It contains several attributes to
Block Nodes.- worker
Ram stringRole Name The RamRole Name attached to worker node.
- connections
Dict[Managed
Kubernetes Connections] Map of kubernetes cluster connection information. It contains several attributes to
Block Connections.- id str
- The provider-assigned unique ID for this managed resource.
- nat_
gateway_ strid The ID of nat gateway used to launch kubernetes cluster.
- slb_
id str - slb_
internet str - slb_
intranet str The ID of private load balancer where the current cluster master node is located.
- vpc_
id str The ID of VPC where the current cluster is located.
- worker_
nodes List[ManagedKubernetes Worker Node] List of cluster worker nodes. It contains several attributes to
Block Nodes.- worker_
ram_ strrole_ name The RamRole Name attached to worker node.
Look up an Existing ManagedKubernetes Resource
Get an existing ManagedKubernetes resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ManagedKubernetesState, opts?: CustomResourceOptions): ManagedKubernetesstatic get(resource_name, id, opts=None, addons=None, availability_zone=None, client_cert=None, client_key=None, cluster_ca_cert=None, connections=None, cpu_policy=None, enable_ssh=None, exclude_autoscaler_nodes=None, image_id=None, install_cloud_monitor=None, key_name=None, kms_encrypted_password=None, kms_encryption_context=None, kube_config=None, name=None, name_prefix=None, nat_gateway_id=None, new_nat_gateway=None, node_cidr_mask=None, node_name_mode=None, password=None, pod_cidr=None, pod_vswitch_ids=None, proxy_mode=None, security_group_id=None, service_cidr=None, slb_id=None, slb_internet=None, slb_internet_enabled=None, slb_intranet=None, user_ca=None, user_data=None, version=None, vpc_id=None, worker_auto_renew=None, worker_auto_renew_period=None, worker_data_disk_category=None, worker_data_disk_size=None, worker_disk_category=None, worker_disk_size=None, worker_instance_charge_type=None, worker_instance_types=None, worker_nodes=None, worker_number=None, worker_period=None, worker_period_unit=None, worker_ram_role_name=None, worker_vswitch_ids=None, __props__=None);func GetManagedKubernetes(ctx *Context, name string, id IDInput, state *ManagedKubernetesState, opts ...ResourceOption) (*ManagedKubernetes, error)public static ManagedKubernetes Get(string name, Input<string> id, ManagedKubernetesState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Addons
List<Pulumi.
Ali Cloud. CS. Inputs. Managed Kubernetes Addon Args> - Availability
Zone string The Zone where new kubernetes cluster will be located. If it is not be specified, the
vswitch_idsshould be set, its value will be vswitch’s zone.- Client
Cert string The path of client certificate, like
~/.kube/client-cert.pem.- Client
Key string The path of client key, like
~/.kube/client-key.pem.- Cluster
Ca stringCert The path of cluster ca certificate, like
~/.kube/cluster-ca-cert.pem- Connections
Pulumi.
Ali Cloud. CS. Inputs. Managed Kubernetes Connections Args Map of kubernetes cluster connection information. It contains several attributes to
Block Connections.- Cpu
Policy string kubelet cpu policy. options: static|none. default: none.
- Enable
Ssh bool Enable login to the node through SSH. default: false
- Exclude
Autoscaler boolNodes Exclude autoscaler nodes from
worker_nodes. default: false- Image
Id string Custom Image support. Must based on CentOS7 or AliyunLinux2.
- Install
Cloud boolMonitor Install cloud monitor agent on ECS. default: true
- Key
Name string The keypair of ssh login cluster node, you have to create it first. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- Kms
Encrypted stringPassword An KMS encrypts password used to a cs kubernetes. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- Kms
Encryption Dictionary<string, object>Context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating a cs kubernetes withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- Kube
Config string The path of kube config, like
~/.kube/config.- Name string
The kubernetes cluster’s name. It is unique in one Alicloud account.
- Name
Prefix string - Nat
Gateway stringId The ID of nat gateway used to launch kubernetes cluster.
- New
Nat boolGateway Whether to create a new nat gateway while creating kubernetes cluster. Default to true. Then openapi in Alibaba Cloud are not all on intranet, So turn this option on is a good choice.
- Node
Cidr intMask The node cidr block to specific how many pods can run on single node. 24-28 is allowed. 24 means 2^(32-24)-1=255 and the node can run at most 255 pods. default: 24
- Node
Name stringMode Each node name consists of a prefix, an IP substring, and a suffix. For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, IP substring length is 5, and the suffix is test, the node name will be aliyun.com00055test.
- Password string
The password of ssh login cluster node. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- Pod
Cidr string [Flannel Specific] The CIDR block for the pod network when using Flannel.
- Pod
Vswitch List<string>Ids [Terway Specific] The vswitches for the pod network when using Terway.Be careful the
pod_vswitch_idscan not equal toworker_vswtich_ids.but must be in same availability zones.- Proxy
Mode string Proxy mode is option of kube-proxy. options: iptables|ipvs. default: ipvs.
- Security
Group stringId The ID of security group where the current cluster worker node is located.
- Service
Cidr string The CIDR block for the service network. It cannot be duplicated with the VPC CIDR and CIDR used by Kubernetes cluster in VPC, cannot be modified after creation.
- Slb
Id string - Slb
Internet string - Slb
Internet boolEnabled Whether to create internet load balancer for API Server. Default to true.
- Slb
Intranet string The ID of private load balancer where the current cluster master node is located.
- User
Ca string The path of customized CA cert, you can use this CA to sign client certs to connect your cluster.
- User
Data string Windows instances support batch and PowerShell scripts. If your script file is larger than 1 KB, we recommend that you upload the script to Object Storage Service (OSS) and pull it through the internal endpoint of your OSS bucket.
- Version string
Desired Kubernetes version. If you do not specify a value, the latest available version at resource creation is used and no upgrades will occur except you set a higher version number. The value must be configured and increased to upgrade the version when desired. Downgrades are not supported by ACK.
- Vpc
Id string The ID of VPC where the current cluster is located.
- Worker
Auto boolRenew Enable worker payment auto-renew, defaults to false.
- Worker
Auto intRenew Period Worker payment auto-renew period. When period unit is
Month, it can be one of {“1”, “2”, “3”, “6”, “12”}. When period unit isWeek, it can be one of {“1”, “2”, “3”}.- Worker
Data stringDisk Category - Worker
Data intDisk Size - Worker
Disk stringCategory The system disk category of worker node. Its valid value are
cloud_ssdandcloud_efficiency. Default tocloud_efficiency.- Worker
Disk intSize The system disk size of worker node. Its valid value range [20~32768] in GB. Default to 40.
- Worker
Instance stringCharge Type Worker payment type.
PrePaidorPostPaid, defaults toPostPaid.- Worker
Instance List<string>Types The instance type of worker node. Specify one type for single AZ Cluster, three types for MultiAZ Cluster.
- Worker
Nodes List<Pulumi.Ali Cloud. CS. Inputs. Managed Kubernetes Worker Node Args> List of cluster worker nodes. It contains several attributes to
Block Nodes.- Worker
Number int The worker node number of the kubernetes cluster. Default to 3. It is limited up to 50 and if you want to enlarge it, please apply white list or contact with us.
- Worker
Period int Worker payment period. When period unit is
Month, it can be one of { “1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “12”, “24”, “36”,”48”,”60”}. When period unit isWeek, it can be one of {“1”, “2”, “3”, “4”}.- Worker
Period stringUnit Worker payment period unit.
MonthorWeek, defaults toMonth.- Worker
Ram stringRole Name The RamRole Name attached to worker node.
- Worker
Vswitch List<string>Ids
- Addons
[]Managed
Kubernetes Addon - Availability
Zone string The Zone where new kubernetes cluster will be located. If it is not be specified, the
vswitch_idsshould be set, its value will be vswitch’s zone.- Client
Cert string The path of client certificate, like
~/.kube/client-cert.pem.- Client
Key string The path of client key, like
~/.kube/client-key.pem.- Cluster
Ca stringCert The path of cluster ca certificate, like
~/.kube/cluster-ca-cert.pem- Connections
Managed
Kubernetes Connections Map of kubernetes cluster connection information. It contains several attributes to
Block Connections.- Cpu
Policy string kubelet cpu policy. options: static|none. default: none.
- Enable
Ssh bool Enable login to the node through SSH. default: false
- Exclude
Autoscaler boolNodes Exclude autoscaler nodes from
worker_nodes. default: false- Image
Id string Custom Image support. Must based on CentOS7 or AliyunLinux2.
- Install
Cloud boolMonitor Install cloud monitor agent on ECS. default: true
- Key
Name string The keypair of ssh login cluster node, you have to create it first. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- Kms
Encrypted stringPassword An KMS encrypts password used to a cs kubernetes. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- Kms
Encryption map[string]interface{}Context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating a cs kubernetes withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- Kube
Config string The path of kube config, like
~/.kube/config.- Name string
The kubernetes cluster’s name. It is unique in one Alicloud account.
- Name
Prefix string - Nat
Gateway stringId The ID of nat gateway used to launch kubernetes cluster.
- New
Nat boolGateway Whether to create a new nat gateway while creating kubernetes cluster. Default to true. Then openapi in Alibaba Cloud are not all on intranet, So turn this option on is a good choice.
- Node
Cidr intMask The node cidr block to specific how many pods can run on single node. 24-28 is allowed. 24 means 2^(32-24)-1=255 and the node can run at most 255 pods. default: 24
- Node
Name stringMode Each node name consists of a prefix, an IP substring, and a suffix. For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, IP substring length is 5, and the suffix is test, the node name will be aliyun.com00055test.
- Password string
The password of ssh login cluster node. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- Pod
Cidr string [Flannel Specific] The CIDR block for the pod network when using Flannel.
- Pod
Vswitch []stringIds [Terway Specific] The vswitches for the pod network when using Terway.Be careful the
pod_vswitch_idscan not equal toworker_vswtich_ids.but must be in same availability zones.- Proxy
Mode string Proxy mode is option of kube-proxy. options: iptables|ipvs. default: ipvs.
- Security
Group stringId The ID of security group where the current cluster worker node is located.
- Service
Cidr string The CIDR block for the service network. It cannot be duplicated with the VPC CIDR and CIDR used by Kubernetes cluster in VPC, cannot be modified after creation.
- Slb
Id string - Slb
Internet string - Slb
Internet boolEnabled Whether to create internet load balancer for API Server. Default to true.
- Slb
Intranet string The ID of private load balancer where the current cluster master node is located.
- User
Ca string The path of customized CA cert, you can use this CA to sign client certs to connect your cluster.
- User
Data string Windows instances support batch and PowerShell scripts. If your script file is larger than 1 KB, we recommend that you upload the script to Object Storage Service (OSS) and pull it through the internal endpoint of your OSS bucket.
- Version string
Desired Kubernetes version. If you do not specify a value, the latest available version at resource creation is used and no upgrades will occur except you set a higher version number. The value must be configured and increased to upgrade the version when desired. Downgrades are not supported by ACK.
- Vpc
Id string The ID of VPC where the current cluster is located.
- Worker
Auto boolRenew Enable worker payment auto-renew, defaults to false.
- Worker
Auto intRenew Period Worker payment auto-renew period. When period unit is
Month, it can be one of {“1”, “2”, “3”, “6”, “12”}. When period unit isWeek, it can be one of {“1”, “2”, “3”}.- Worker
Data stringDisk Category - Worker
Data intDisk Size - Worker
Disk stringCategory The system disk category of worker node. Its valid value are
cloud_ssdandcloud_efficiency. Default tocloud_efficiency.- Worker
Disk intSize The system disk size of worker node. Its valid value range [20~32768] in GB. Default to 40.
- Worker
Instance stringCharge Type Worker payment type.
PrePaidorPostPaid, defaults toPostPaid.- Worker
Instance []stringTypes The instance type of worker node. Specify one type for single AZ Cluster, three types for MultiAZ Cluster.
- Worker
Nodes []ManagedKubernetes Worker Node List of cluster worker nodes. It contains several attributes to
Block Nodes.- Worker
Number int The worker node number of the kubernetes cluster. Default to 3. It is limited up to 50 and if you want to enlarge it, please apply white list or contact with us.
- Worker
Period int Worker payment period. When period unit is
Month, it can be one of { “1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “12”, “24”, “36”,”48”,”60”}. When period unit isWeek, it can be one of {“1”, “2”, “3”, “4”}.- Worker
Period stringUnit Worker payment period unit.
MonthorWeek, defaults toMonth.- Worker
Ram stringRole Name The RamRole Name attached to worker node.
- Worker
Vswitch []stringIds
- addons
Managed
Kubernetes Addon[] - availability
Zone string The Zone where new kubernetes cluster will be located. If it is not be specified, the
vswitch_idsshould be set, its value will be vswitch’s zone.- client
Cert string The path of client certificate, like
~/.kube/client-cert.pem.- client
Key string The path of client key, like
~/.kube/client-key.pem.- cluster
Ca stringCert The path of cluster ca certificate, like
~/.kube/cluster-ca-cert.pem- connections
Managed
Kubernetes Connections Map of kubernetes cluster connection information. It contains several attributes to
Block Connections.- cpu
Policy string kubelet cpu policy. options: static|none. default: none.
- enable
Ssh boolean Enable login to the node through SSH. default: false
- exclude
Autoscaler booleanNodes Exclude autoscaler nodes from
worker_nodes. default: false- image
Id string Custom Image support. Must based on CentOS7 or AliyunLinux2.
- install
Cloud booleanMonitor Install cloud monitor agent on ECS. default: true
- key
Name string The keypair of ssh login cluster node, you have to create it first. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- kms
Encrypted stringPassword An KMS encrypts password used to a cs kubernetes. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- kms
Encryption {[key: string]: any}Context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating a cs kubernetes withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- kube
Config string The path of kube config, like
~/.kube/config.- name string
The kubernetes cluster’s name. It is unique in one Alicloud account.
- name
Prefix string - nat
Gateway stringId The ID of nat gateway used to launch kubernetes cluster.
- new
Nat booleanGateway Whether to create a new nat gateway while creating kubernetes cluster. Default to true. Then openapi in Alibaba Cloud are not all on intranet, So turn this option on is a good choice.
- node
Cidr numberMask The node cidr block to specific how many pods can run on single node. 24-28 is allowed. 24 means 2^(32-24)-1=255 and the node can run at most 255 pods. default: 24
- node
Name stringMode Each node name consists of a prefix, an IP substring, and a suffix. For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, IP substring length is 5, and the suffix is test, the node name will be aliyun.com00055test.
- password string
The password of ssh login cluster node. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- pod
Cidr string [Flannel Specific] The CIDR block for the pod network when using Flannel.
- pod
Vswitch string[]Ids [Terway Specific] The vswitches for the pod network when using Terway.Be careful the
pod_vswitch_idscan not equal toworker_vswtich_ids.but must be in same availability zones.- proxy
Mode string Proxy mode is option of kube-proxy. options: iptables|ipvs. default: ipvs.
- security
Group stringId The ID of security group where the current cluster worker node is located.
- service
Cidr string The CIDR block for the service network. It cannot be duplicated with the VPC CIDR and CIDR used by Kubernetes cluster in VPC, cannot be modified after creation.
- slb
Id string - slb
Internet string - slb
Internet booleanEnabled Whether to create internet load balancer for API Server. Default to true.
- slb
Intranet string The ID of private load balancer where the current cluster master node is located.
- user
Ca string The path of customized CA cert, you can use this CA to sign client certs to connect your cluster.
- user
Data string Windows instances support batch and PowerShell scripts. If your script file is larger than 1 KB, we recommend that you upload the script to Object Storage Service (OSS) and pull it through the internal endpoint of your OSS bucket.
- version string
Desired Kubernetes version. If you do not specify a value, the latest available version at resource creation is used and no upgrades will occur except you set a higher version number. The value must be configured and increased to upgrade the version when desired. Downgrades are not supported by ACK.
- vpc
Id string The ID of VPC where the current cluster is located.
- worker
Auto booleanRenew Enable worker payment auto-renew, defaults to false.
- worker
Auto numberRenew Period Worker payment auto-renew period. When period unit is
Month, it can be one of {“1”, “2”, “3”, “6”, “12”}. When period unit isWeek, it can be one of {“1”, “2”, “3”}.- worker
Data stringDisk Category - worker
Data numberDisk Size - worker
Disk stringCategory The system disk category of worker node. Its valid value are
cloud_ssdandcloud_efficiency. Default tocloud_efficiency.- worker
Disk numberSize The system disk size of worker node. Its valid value range [20~32768] in GB. Default to 40.
- worker
Instance stringCharge Type Worker payment type.
PrePaidorPostPaid, defaults toPostPaid.- worker
Instance string[]Types The instance type of worker node. Specify one type for single AZ Cluster, three types for MultiAZ Cluster.
- worker
Nodes ManagedKubernetes Worker Node[] List of cluster worker nodes. It contains several attributes to
Block Nodes.- worker
Number number The worker node number of the kubernetes cluster. Default to 3. It is limited up to 50 and if you want to enlarge it, please apply white list or contact with us.
- worker
Period number Worker payment period. When period unit is
Month, it can be one of { “1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “12”, “24”, “36”,”48”,”60”}. When period unit isWeek, it can be one of {“1”, “2”, “3”, “4”}.- worker
Period stringUnit Worker payment period unit.
MonthorWeek, defaults toMonth.- worker
Ram stringRole Name The RamRole Name attached to worker node.
- worker
Vswitch string[]Ids
- addons
List[Managed
Kubernetes Addon] - availability_
zone str The Zone where new kubernetes cluster will be located. If it is not be specified, the
vswitch_idsshould be set, its value will be vswitch’s zone.- client_
cert str The path of client certificate, like
~/.kube/client-cert.pem.- client_
key str The path of client key, like
~/.kube/client-key.pem.- cluster_
ca_ strcert The path of cluster ca certificate, like
~/.kube/cluster-ca-cert.pem- connections
Dict[Managed
Kubernetes Connections] Map of kubernetes cluster connection information. It contains several attributes to
Block Connections.- cpu_
policy str kubelet cpu policy. options: static|none. default: none.
- enable_
ssh bool Enable login to the node through SSH. default: false
- exclude_
autoscaler_ boolnodes Exclude autoscaler nodes from
worker_nodes. default: false- image_
id str Custom Image support. Must based on CentOS7 or AliyunLinux2.
- install_
cloud_ boolmonitor Install cloud monitor agent on ECS. default: true
- key_
name str The keypair of ssh login cluster node, you have to create it first. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- kms_
encrypted_ strpassword An KMS encrypts password used to a cs kubernetes. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- kms_
encryption_ Dict[str, Any]context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating a cs kubernetes withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- kube_
config str The path of kube config, like
~/.kube/config.- name str
The kubernetes cluster’s name. It is unique in one Alicloud account.
- name_
prefix str - nat_
gateway_ strid The ID of nat gateway used to launch kubernetes cluster.
- new_
nat_ boolgateway Whether to create a new nat gateway while creating kubernetes cluster. Default to true. Then openapi in Alibaba Cloud are not all on intranet, So turn this option on is a good choice.
- node_
cidr_ floatmask The node cidr block to specific how many pods can run on single node. 24-28 is allowed. 24 means 2^(32-24)-1=255 and the node can run at most 255 pods. default: 24
- node_
name_ strmode Each node name consists of a prefix, an IP substring, and a suffix. For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, IP substring length is 5, and the suffix is test, the node name will be aliyun.com00055test.
- password str
The password of ssh login cluster node. You have to specify one of
passwordkey_namekms_encrypted_passwordfields.- pod_
cidr str [Flannel Specific] The CIDR block for the pod network when using Flannel.
- pod_
vswitch_ List[str]ids [Terway Specific] The vswitches for the pod network when using Terway.Be careful the
pod_vswitch_idscan not equal toworker_vswtich_ids.but must be in same availability zones.- proxy_
mode str Proxy mode is option of kube-proxy. options: iptables|ipvs. default: ipvs.
- security_
group_ strid The ID of security group where the current cluster worker node is located.
- service_
cidr str The CIDR block for the service network. It cannot be duplicated with the VPC CIDR and CIDR used by Kubernetes cluster in VPC, cannot be modified after creation.
- slb_
id str - slb_
internet str - slb_
internet_ boolenabled Whether to create internet load balancer for API Server. Default to true.
- slb_
intranet str The ID of private load balancer where the current cluster master node is located.
- user_
ca str The path of customized CA cert, you can use this CA to sign client certs to connect your cluster.
- user_
data str Windows instances support batch and PowerShell scripts. If your script file is larger than 1 KB, we recommend that you upload the script to Object Storage Service (OSS) and pull it through the internal endpoint of your OSS bucket.
- version str
Desired Kubernetes version. If you do not specify a value, the latest available version at resource creation is used and no upgrades will occur except you set a higher version number. The value must be configured and increased to upgrade the version when desired. Downgrades are not supported by ACK.
- vpc_
id str The ID of VPC where the current cluster is located.
- worker_
auto_ boolrenew Enable worker payment auto-renew, defaults to false.
- worker_
auto_ floatrenew_ period Worker payment auto-renew period. When period unit is
Month, it can be one of {“1”, “2”, “3”, “6”, “12”}. When period unit isWeek, it can be one of {“1”, “2”, “3”}.- worker_
data_ strdisk_ category - worker_
data_ floatdisk_ size - worker_
disk_ strcategory The system disk category of worker node. Its valid value are
cloud_ssdandcloud_efficiency. Default tocloud_efficiency.- worker_
disk_ floatsize The system disk size of worker node. Its valid value range [20~32768] in GB. Default to 40.
- worker_
instance_ strcharge_ type Worker payment type.
PrePaidorPostPaid, defaults toPostPaid.- worker_
instance_ List[str]types The instance type of worker node. Specify one type for single AZ Cluster, three types for MultiAZ Cluster.
- worker_
nodes List[ManagedKubernetes Worker Node] List of cluster worker nodes. It contains several attributes to
Block Nodes.- worker_
number float The worker node number of the kubernetes cluster. Default to 3. It is limited up to 50 and if you want to enlarge it, please apply white list or contact with us.
- worker_
period float Worker payment period. When period unit is
Month, it can be one of { “1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “12”, “24”, “36”,”48”,”60”}. When period unit isWeek, it can be one of {“1”, “2”, “3”, “4”}.- worker_
period_ strunit Worker payment period unit.
MonthorWeek, defaults toMonth.- worker_
ram_ strrole_ name The RamRole Name attached to worker node.
- worker_
vswitch_ List[str]ids
Supporting Types
ManagedKubernetesAddon
ManagedKubernetesConnections
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
- Api
Server stringInternet API Server Internet endpoint.
- Api
Server stringIntranet API Server Intranet endpoint.
- Master
Public stringIp - Service
Domain string Service Access Domain.
- Api
Server stringInternet API Server Internet endpoint.
- Api
Server stringIntranet API Server Intranet endpoint.
- Master
Public stringIp - Service
Domain string Service Access Domain.
- api
Server stringInternet API Server Internet endpoint.
- api
Server stringIntranet API Server Intranet endpoint.
- master
Public stringIp - service
Domain string Service Access Domain.
- api_
server_ strinternet API Server Internet endpoint.
- api_
server_ strintranet API Server Intranet endpoint.
- master_
public_ strip - service_
domain str Service Access Domain.
ManagedKubernetesWorkerNode
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.