1.1.0
This commit is contained in:
@@ -25,6 +25,7 @@ description: |-
|
||||
### Optional
|
||||
|
||||
- `additional_sans` (List of String) is used to define settings and actions that should be performed before any other component in the cluster starts. It allows you to configure things like node registration, network setup, and other initialization tasks. insert a valid JSON string with all levels of nesting.
|
||||
- `chipset` (String) Type of the emulated system
|
||||
- `cluster_config` (String) is used to configure the behavior and settings of the Kube-proxy, which is responsible for network proxying and load balancing within the cluster. It includes parameters such as proxy mode, cluster IP ranges, and other Kube-proxy specific configurations. insert a valid JSON string with all levels of nesting.
|
||||
- `cpu` (Number) Node CPU count.
|
||||
- `desc` (String) Text description of this instance.
|
||||
@@ -39,7 +40,7 @@ description: |-
|
||||
- `kubelet_config` (String) is used to configure the behavior and settings of the Kube-proxy, which is responsible for network proxying and load balancing within the cluster. It includes parameters such as proxy mode, cluster IP ranges, and other Kube-proxy specific configurations. insert a valid JSON string with all levels of nesting.
|
||||
- `lb_sysctl_params` (Attributes List) Custom sysctl values for Load Balancer instance. Applied on boot. (see [below for nested schema](#nestedatt--lb_sysctl_params))
|
||||
- `num` (Number) Number of VMs to create. Can be either 1,3 or 5
|
||||
- `oidc_cert` (String) insert ssl certificate in x509 pem format
|
||||
- `oidc_cert` (String) Insert ssl certificate in x509 pem format
|
||||
- `permanently` (Boolean) whether to completely delete the k8s cluster
|
||||
- `ram` (Number) Node RAM in MB.
|
||||
- `restore` (Boolean) if true, restore the k8s cluster from Recycle Bin
|
||||
@@ -55,6 +56,7 @@ description: |-
|
||||
- `account_id` (Number)
|
||||
- `account_name` (String)
|
||||
- `acl` (Attributes) (see [below for nested schema](#nestedatt--acl))
|
||||
- `address_vip` (Attributes) (see [below for nested schema](#nestedatt--address_vip))
|
||||
- `bservice_id` (Number)
|
||||
- `created_by` (String)
|
||||
- `created_time` (Number)
|
||||
@@ -145,6 +147,15 @@ Read-Only:
|
||||
|
||||
|
||||
|
||||
<a id="nestedatt--address_vip"></a>
|
||||
### Nested Schema for `address_vip`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `backend_ip` (String)
|
||||
- `frontend_ip` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--detailed_info"></a>
|
||||
### Nested Schema for `detailed_info`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user