This document describes how to deploy super nodes in a cluster in the TKE console.
Log in to the TKE console and click Cluster on the left sidebar.
On the cluster list page, click the target cluster ID to enter the cluster details page.
Select Node Management > Super Node on the left sidebar.
Click Create and specify the parameters as prompted.
Note
- We recommend that you configure multiple availability zones for the container network so that your workloads can be automatically distributed to multiple availability zones, which improves usability.
- Ensure that the subnet assigned to the container network has sufficient available IPs, so as to prevent pod creation failure caused by insufficient IPs when creating a large-scale workload.
Note
- The security group configured for a super node is directly associated with its Pods. Configure the network rules as required by the Pods. For example, you need to open port 80 if the Pods provide services via port 80.
- The security group is the default group to which Pods scheduled to the super node are bound. You can specify another security group to overwrite the default one during scheduling.
(Optional) Click More Settings to view or configure more information.
NoteThe value of Taints usually consists of
key
,value
, andeffect
. Valid values ofeffect
:
- PreferNoSchedule: Optional. Try not to schedule a Pod to a node with a taint that cannot be tolerated by the Pod.
- NoSchedule: When a node contains a taint, a Pod without the corresponding toleration must not be scheduled.
- NoExecute: When a node contains a taint, a Pod without the corresponding toleration won't be scheduled to the node and any such Pods on the node will be drained.
Assume that Taints is set tokey1=value1:PreferNoSchedule
. The following figure shows the configurations in the TKE console:
Click Create Super Node. If you select Auto-create a node pool, the super node pool of the super node will be created synchronously.
Apakah halaman ini membantu?