Risky Operations on Cluster Nodes

Precautions for Using a Cluster

Precautions for Using a Node

Some of the resources on the node need to run some necessary Kubernetes system components and resources to make the node as part of your cluster. Therefore, the total number of node resources and the number of assignable node resources in Kubernetes are different. The larger the node specifications, the more the containers deployed on the node. Therefore, Kubernetes needs to reserve more resources.

To ensure node stability, CCE cluster nodes reserve some resources for Kubernetes components (such as kubelet, kube-proxy, and docker) based on node specifications.

You are advised not to install software or modify the operating system (OS) configuration on a cluster node. This may cause exceptions on Kubernetes components installed on the node, and make the node unavailable.

Risky Operations on Nodes

After logging in to a node created by CCE, do not perform the following operations. Otherwise, the node will become unready.

Table 1 Operations that will cause nodes to become unready

SN

Risky Operation

Impact

Solution

1

Reinstall the operating system using the original image or another image

The node will become unready.

Delete the node and buy a new node.

2

Modify OS configuration

The node will become unready.

Restore the original configuration or buy the node again.

3

Delete the opt directory, /var/paas directory, or a data disk

The node will become unready.

Delete the node and buy a new node.

4

Format and partition a node disk

The node will become unready.

Delete the node and buy a new node.

5

Modify a security group

The node will become unready or the cluster will exhibit unexpected behavior.

Correct the security group settings based on security group settings of normal clusters.