CCE Container Storage (Everest)
Introduction
Everest is a cloud native container storage system, which enables clusters of Kubernetes v1.15.6 or later to access cloud storage services through the CSI.
Everest is a system resource add-on. It is installed by default when a cluster of Kubernetes v1.15 or later is created.
Notes and Constraints
- In version 1.2.0 of the Everest add-on, key authentication is optimized when OBS is used. After the Everest add-on is upgraded from a version earlier than 1.2.0, restart all workloads that use OBS in the cluster. Otherwise, workloads may not be able to use OBS.
- Nodes running Huawei Cloud EulerOS 1.1 support the Everest add-ons of v2.x.x (v2.1.9 or later) and v1.2.x (v1.2.70 or later), but do not support the add-ons of v1.3.x.
Installing the Add-on
This add-on has been installed by default. If it is uninstalled due to some reasons, you can reinstall it by performing the following steps:
- Log in to the CCE console and click the cluster name to access the cluster console. In the navigation pane, choose Add-ons, locate CCE Container Storage (Everest) on the right, and click Install.
- On the Install Add-on page, configure the specifications as needed.
- If you selected Preset, you can choose between Small, Medium, or Large as needed. The system will automatically set the number of add-on pods and resource quotas according to the preset specifications. You can see the configurations on the console.
The small specification is best for clusters with up to 50 nodes and 500 PVCs. The medium specification works well for clusters with up to 200 nodes and 2000 PVCs. The large specification is perfect for clusters with up to 1000 nodes and 10,000 PVCs.
- If you selected Custom, you can adjust the number of pods and resource quotas as needed. The requested CPU and memory can be adjusted based on the number of nodes and PVCs. For details, see Table 1.
In non-typical scenarios, the formulas for estimating the limits are as follows:
- everest-csi-controller
- CPU limit: 250m for 200 or fewer nodes, 350m for 1000 nodes, and 500m for 2000 nodes
- Memory limit = (200 MiB + Number of nodes x 1 MiB + Number of PVCs x 0.2 MiB) x 1.2
- everest-csi-driver
- CPU limit: 300m for 200 or fewer nodes, 500m for 1000 nodes, and 800m for 2000 nodes
- Memory limit: 300 MiB for 200 or fewer nodes, 600 MiB for 1000 nodes, and 900 MiB for 2000 nodes
Table 1 Recommended configuration limits in typical scenarios Configuration Scenario
everest-csi-controller
everest-csi-driver
Nodes
PVs/PVCs
Add-on Pods
CPU Cores (Limit = Request)
Memory (Limit = Request)
CPU Cores (Limit = Request)
Memory (Limit = Request)
50
1000
2
250m
600 MiB
300m
300 MiB
200
1000
2
250m
1 GiB
300m
300 MiB
1000
1000
2
350m
2 GiB
500m
600 MiB
1000
5000
2
450m
3 GiB
500m
600 MiB
2000
5000
2
550m
4 GiB
800m
900 MiB
2000
10000
2
650m
5 GiB
800m
900 MiB
- everest-csi-controller
- If you selected Preset, you can choose between Small, Medium, or Large as needed. The system will automatically set the number of add-on pods and resource quotas according to the preset specifications. You can see the configurations on the console.
- Configure the add-on parameters.
Table 2 Add-on parameters Item
Configuration Method
Description
Reserved EVS Disks for Non-Container Workloads
Visualized GUI configuration
Number of disks on the node reserved for custom use. This parameter is supported when the add-on version is 2.3.11 or later.
Assume that a maximum of 20 EVS disks can be attached to a node, and the value of this parameter is set to 6. Then 14 (20-6) disks can be attached to this node when the system schedules the EVS disk attachment workloads. The reserved six disks include one system disk and one data disk that have been attached to the node. You can attach four EVS disks to this node as additional data disks or raw disks for a local storage pool.
Prohibit Global Secret from Mounting Object Storage
Visualized GUI configuration
Whether the default AK/SK can be used when an object bucket or parallel file system is mounted.
- is: If you do not specify a custom secret for mounting OBS storage, the global secret you uploaded will be used.
- No: If you do not specify a custom secret for mounting OBS storage, only the global secret you uploaded can be used. Otherwise, the mounting will fail.
Concurrent EVS Disk Attaching Tasks
Visualized GUI configuration
Number of workers that can be concurrently processed by Everest for attaching EVS volumes. The default value is 60.
Concurrent EVS Disk Detaching Tasks
Visualized GUI configuration
Number of workers that can be concurrently processed by Everest for detaching EVS volumes. The default value is 60.
Distributed Volume Mounting
Visualized GUI configuration
When enabled, the everest-csi-driver component on each node is responsible for attaching or detaching EVS disks.
If disabled, the everest-csi-controller component takes on this responsibility.
flow_control
Extended Parameter Settings
The default configuration is used. After installing the CCE Container Storage (Everest) add-on, you can refer to ConfigMap everest-driver-th-config in the kube-system namespace for more details.
over_subscription
Extended parameter settings
Overcommitment ratio of the local storage pool (local_storage). The default value for the local storage pool size is set to 80. If the pool size is 100 GiB, it can be overcommitted up to 180 GiB. (Total capacity after overcommitment = (1 + Overcommitment ratio) x Actual capacity)
enable_local_autoexpander
Extended parameter settings
Whether to enable automatic scale-out for the local storage pool of thin volumes. If this function is enabled, automatic scale-out is triggered based on the scale-out threshold and scale-out step of the local storage pool.
expansion_threshold
Extended parameter settings
Capacity expansion threshold of the local storage pool of the thin volume. When the usage of the local storage pool of the thin volume exceeds the threshold, the local storage pool is automatically expanded.
expansion_step
Extended parameter settings
Capacity expansion step of a single EVS disk in the local storage pool of thin provisioning volumes (unit: Gi)
expansion_max_evs_size
Extended parameter settings
Maximum capacity of a single EVS disk in the local storage pool of thin provisioning volumes (unit: Gi)
volume_attaching_flow_ctrl
Extended parameter settings
Maximum number of EVS volumes that can be attached by the Everest add-on within 1 minute. The default value is 0, indicating that the performance of attaching EVS volumes is determined by the underlying storage resources.
In the extended parameter settings, you can customize the advanced configurations that are not displayed on the GUI. If the settings in the extended parameters conflict with those on the GUI, the settings in the extended parameters will work.
- Configure deployment policies for the add-on pods.
- Scheduling policies do not take effect on add-on instances of the DaemonSet type.
- When configuring multi-AZ deployment or node affinity, ensure that there are nodes meeting the scheduling policy and that resources are sufficient in the cluster. Otherwise, the add-on cannot run.
Table 3 Configurations for add-on scheduling Parameter
Description
Multi AZ
- Preferred: Deployment pods of the add-on will be preferentially scheduled to nodes in different AZs. If all the nodes in the cluster are deployed in the same AZ, the pods will be scheduled to different nodes in that AZ.
- Equivalent mode: Deployment pods of the add-on are evenly scheduled to the nodes in the cluster in each AZ. If a new AZ is added, you are advised to increase add-on pods for cross-AZ HA deployment. With the Equivalent multi-AZ deployment, the difference between the number of add-on pods in different AZs will be less than or equal to 1. If resources in one of the AZs are insufficient, pods cannot be scheduled to that AZ.
- Required: Deployment pods of the add-on are forcibly scheduled to nodes in different AZs. There can be at most one pod in each AZ. If nodes in a cluster are not in different AZs, some add-on pods cannot run properly. If a node is faulty, add-on pods on it may fail to be migrated.
Node Affinity
- Not configured: Node affinity is disabled for the add-on.
- Node Affinity: Specify the nodes where the add-on is deployed. If you do not specify the nodes, the add-on will be randomly scheduled based on the default cluster scheduling policy.
- Specified Node Pool Scheduling: Specify the node pool where the add-on is deployed. If you do not specify the node pool, the add-on will be randomly scheduled based on the default cluster scheduling policy.
- Custom Policies: Enter the labels of the nodes where the add-on is to be deployed for more flexible scheduling policies. If you do not specify node labels, the add-on will be randomly scheduled based on the default cluster scheduling policy.
If multiple custom affinity policies are configured, ensure that there are nodes that meet all the affinity policies in the cluster. Otherwise, the add-on cannot run.
Toleration
Using both taints and tolerations allows (not forcibly) the add-on Deployment to be scheduled to a node with the matching taints, and controls the Deployment eviction policies after the node where the Deployment is located is tainted.
The add-on adds the default tolerance policy for the node.kubernetes.io/not-ready and node.kubernetes.io/unreachable taints, respectively. The tolerance time window is 60s.
For details, see Configuring Tolerance Policies.
- Click Install.
Components
Component |
Description |
Resource Type |
---|---|---|
everest-csi-controller |
Used to create, delete, snapshot, expand, attach, and detach storage volumes. If the cluster version is 1.19 or later and the add-on version is 1.2.x, the pod of the everest-csi-controller component also has an everest-localvolume-manager container by default. This container manages the creation of LVM storage pools and local PVs on the node. |
Deployment |
everest-csi-driver |
Used to mount and unmount PVs and resize file systems. If the add-on version is 1.2.x and the region where the cluster is located supports node-attacher, the pod of the everest-csi-driver component also contains an everest-node-attacher container. This container is responsible for distributed EVS attaching. This configuration item is available in some regions. |
DaemonSet |
Collecting Prometheus Metrics
everest-csi-controller exposes Prometheus metrics over port 3225. You can create an on-premises Prometheus collector to identify and obtain everest-csi-controller metrics from http://{{everest-csi-controller pod IP address}}:3225/metrics.
Prometheus metrics can be exposed only when the Everest add-on version is 2.4.4 or later.
Metric |
Type |
Description |
Label |
Example |
---|---|---|---|---|
everest_action_result_total |
Counter |
Invoking of different functions |
action: indicates different functions. For details, see Table 6. result: indicates that the invoking is successful or fails. |
everest_action_result_total{action="create_snapshot:disk.csi.everest.io",result="success"} 2 |
everest_function_duration_seconds_bucket |
Histogram |
Number of times that different functions are executed at different time |
function: indicates different functions. For details, see Table 6. |
everest_function_duration_seconds_bucket{function="create_snapshot:disk.csi.everest.io",le="10"} 2 |
everest_function_duration_seconds_sum |
Histogram |
Total invoking time of different functions |
function: indicates different functions. For details, see Table 6. |
everest_function_duration_seconds_sum{function="create:disk.csi.everest.io"} 24.381399053 |
everest_function_duration_seconds_count |
Histogram |
Number of invoking times of different functions |
function: indicates different functions. For details, see Table 6. |
everest_function_duration_seconds_count{function="attach:disk.csi.everest.io"} 4 |
action and function specify different CSI drivers and their functions, and are in the format of {Function}:{CSI driver}. For example, create:disk.csi.everest.io specifies that the function is to create a volume and the volume type is EVS disk.
Change History
Add-on Version |
Supported Cluster Version |
New Feature |
---|---|---|
2.4.75 |
v1.23 v1.25 v1.27 v1.28 v1.29 v1.30 |
On Huawei Cloud EulerOS 2.0 nodes, you can configure the EVS PVC's fstype to xfs. |
2.4.72 |
v1.23 v1.25 v1.27 v1.28 v1.29 v1.30 |
CCE clusters 1.30 are supported. |
2.4.44 |
v1.23 v1.25 v1.27 v1.28 v1.29 |
|
2.4.28 |
v1.23 v1.25 v1.27 v1.28 v1.29 |
Fixed some issues. |
2.4.21 |
v1.23 v1.25 v1.27 v1.28 v1.29 |
|
2.4.8 |
v1.21 v1.23 v1.25 v1.27 v1.28 v1.29 |
|
2.3.23 |
v1.21 v1.23 v1.25 v1.27 v1.28 |
Subdirectories can be created in an SFS Turbo file system. |
2.3.21 |
v1.21 v1.23 v1.25 v1.27 v1.28 |
Fixed some issues. |
2.3.14 |
v1.21 v1.23 v1.25 v1.27 v1.28 |
CCE clusters 1.28 are supported. |
2.1.51 |
v1.19 v1.21 v1.23 v1.25 v1.27 |
Supported Huawei Cloud EulerOS 2.0. |
2.1.30 |
v1.19 v1.21 v1.23 v1.25 |
|
2.1.13 |
v1.19 v1.21 v1.23 v1.25 |
Optimized the performance of creating subpath PVCs in batches for SFS Turbo volumes. |
2.1.9 |
v1.19 v1.21 v1.23 v1.25 |
|
2.0.9 |
v1.19 v1.21 v1.23 |
|
1.3.28 |
v1.19 v1.21 v1.23 |
|
1.3.22 |
v1.19 v1.21 v1.23 |
Handled occasional read and write failures after repeated disk mounting. |
1.3.20 |
v1.19 v1.21 v1.23 |
Handled occasional read and write failures after repeated disk mounting. |
1.3.17 |
v1.19 v1.21 v1.23 |
|
1.3.8 |
v1.23 |
CCE clusters 1.23 are supported. |
1.3.6 |
v1.23 |
CCE clusters 1.23 are supported. |
1.2.78 |
v1.15 v1.17 v1.19 v1.21 |
Supported anti-affinity scheduling of add-on pods on nodes in different AZs. |
1.2.70 |
v1.15 v1.17 v1.19 v1.21 |
Optimized the performance of creating subpath PVCs in batches for SFS Turbo volumes. |
1.2.67 |
v1.15 v1.17 v1.19 v1.21 |
|
1.2.61 |
v1.15 v1.17 v1.19 v1.21 |
|
1.2.55 |
v1.15 v1.17 v1.19 v1.21 |
Handled occasional read and write failures after repeated disk mounting. |
1.2.53 |
v1.15 v1.17 v1.19 v1.21 |
Handled occasional read and write failures after repeated disk mounting. |
1.2.51 |
v1.15 v1.17 v1.19 v1.21 |
|
1.2.44 |
v1.15 v1.17 v1.19 v1.21 |
|
1.2.42 |
v1.15 v1.17 v1.19 v1.21 |
|
1.2.30 |
v1.15 v1.17 v1.19 v1.21 |
Supported emptyDir. |
1.2.28 |
v1.15 v1.17 v1.19 v1.21 |
CCE clusters 1.21 are supported. |
1.2.27 |
v1.15 v1.17 v1.19 v1.21 |
Supports ultra-fast SSD (ESSD) and general-purpose SSD (GPSSD) EVS disks. |
1.2.13 |
v1.15 v1.17 v1.19 |
Supported EulerOS 2.10. |
1.2.9 |
v1.15 v1.17 v1.19 |
|
1.2.5 |
v1.15 v1.17 v1.19 |
|
1.1.12 |
v1.15 v1.17 |
Enhances the reliability of the everest-csi-controller component. |
1.1.11 |
v1.15 v1.17 |
|
1.1.8 |
v1.15 v1.17 |
Supported CCE 1.17. If CCE 1.13 is upgraded to 1.15, Everest can take over all functions of the FlexVolume driver. |
1.1.7 |
v1.15 v1.17 |
Supported CCE 1.17. If CCE 1.13 is upgraded to 1.15, Everest can take over all functions of the FlexVolume driver. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot