Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2023-06-12 01:43:36 +00:00
parent dbd0e5b39a
commit 3dd0a60a5a
8 changed files with 76 additions and 236 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,6 @@ Add-ons
- :ref:`metrics-server <cce_10_0205>`
- :ref:`gpu-beta <cce_10_0141>`
- :ref:`volcano <cce_10_0193>`
- :ref:`dolphin <cce_10_0371>`
.. toctree::
:maxdepth: 1
@ -29,4 +28,3 @@ Add-ons
metrics-server
gpu-beta
volcano
dolphin

View File

@ -9,30 +9,26 @@ CCE provides multiple types of add-ons to extend cluster functions and meet feat
.. important::
CCE uses Helm templates to deploy add-ons. To modify or upgrade an add-on, perform operations on the **Add-ons** page or use open APIs. Exceptions may occur if you modify add-on resources in the background.
CCE uses Helm templates to deploy add-ons. To modify or upgrade an add-on, perform operations on the **Add-ons** page or use open APIs. Do not directly modify resources related to add-ons in the background. Otherwise, add-on exceptions or other unexpected problems may occur.
.. table:: **Table 1** Add-on list
+-------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Add-on Name | Introduction |
+=========================================================================+=====================================================================================================================================================================================================================================================================================================================================================================================================================================+
+=========================================================================+=================================================================================================================================================================================================================================================================================================================================+
| :ref:`coredns (System Resource Add-On, Mandatory) <cce_10_0129>` | The coredns add-on is a DNS server that provides domain name resolution services for Kubernetes clusters. coredns chains plug-ins to provide additional features. |
+-------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`storage-driver (System Resource Add-On, Discarded) <cce_10_0127>` | storage-driver is a FlexVolume driver used to support IaaS storage services such as EVS, SFS, and OBS. |
+-------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`everest (System Resource Add-On, Mandatory) <cce_10_0066>` | Everest is a cloud native container storage system. Based on the Container Storage Interface (CSI), clusters of Kubernetes v1.15.6 or later obtain access to cloud storage services. |
+-------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`npd <cce_10_0132>` | node-problem-detector (npd for short) is an add-on that monitors abnormal events of cluster nodes and connects to a third-party monitoring platform. It is a daemon running on each node. It collects node issues from different daemons and reports them to the API server. The npd add-on can run as a DaemonSet or a daemon. |
+-------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`autoscaler <cce_10_0154>` | The autoscaler add-on resizes a cluster based on pod scheduling status and resource usage. |
+-------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`metrics-server <cce_10_0205>` | metrics-server is an aggregator for monitoring data of core cluster resources. |
+-------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`gpu-beta <cce_10_0141>` | gpu-beta is a device management add-on that supports GPUs in containers. It supports only NVIDIA drivers. |
+-------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`volcano <cce_10_0193>` | Volcano provides general-purpose, high-performance computing capabilities, such as job scheduling, heterogeneous chip management, and job running management, serving end users through computing frameworks for different industries, such as AI, big data, gene sequencing, and rendering. |
+-------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`dolphin <cce_10_0371>` | dolphin is a pod network monitoring add-on, which, in the current version, can be used to collect statistics about public network traffic of Kata containers in CCE Turbo clusters and common containers that use containerd as the runtime. |
| | |
| | This add-on collects how many IPv4 packets and bytes are received and sent (including those sent to the public network). PodSelectors can be used to select monitoring backends to support multiple monitoring tasks and optional monitoring metrics. You can also obtain label information of pods. The monitoring information has been adapted to the Prometheus format. You can call the Prometheus API to view monitoring data. |
+-------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

View File

@ -13,7 +13,6 @@ Change History
| 2023-05-30 | - Added\ :ref:`Configuring a Node Pool <cce_10_0652>`. |
| | - Added\ :ref:`Configuring Health Check for Multiple Ports <cce_10_0684>`. |
| | - Added\ :ref:`NetworkAttachmentDefinition <cce_10_0196>`. |
| | - Added\ :ref:`dolphin <cce_10_0371>`. |
| | - Updated\ :ref:`Creating a Node <cce_10_0363>`. |
| | - Updated\ :ref:`Creating a Node Pool <cce_10_0012>`. |
| | - Updated\ :ref:`OS Patch Notes for Cluster Nodes <cce_bulletin_0301>`. |

View File

@ -18,7 +18,7 @@ import os
import sys
extensions = [
'otcdocstheme'
'otcdocstheme',
]
otcdocs_auto_name = False

View File

@ -24,7 +24,7 @@ Notes and Constraints
- Network isolation is not supported for IPv6 addresses.
- Network policies do not support egress rules except for clusters of v1.23 or later.
- Network policies only allow clusters of v1.23 or later to set ingress and egress rules. Egress rules cannot be set on clusters of other versions.
Egress rules are supported only in the following operating systems:

View File

@ -5,7 +5,7 @@
Node Fault Detection Policy
===========================
The node fault check function depends on :ref:`node-problem-detector (npd) <cce_10_0132>`. npd is a cluster node monitoring add-on. The add-on instances run on each node. This section describe how to enable node fault detection.
The node fault detection function depends on the :ref:`node-problem-detector (npd) <cce_10_0132>` add-on. The add-on instances run on nodes and monitor nodes. This section describes how to enable node fault detection.
Prerequisites
-------------
@ -15,7 +15,7 @@ The :ref:`npd <cce_10_0132>` add-on has been installed in the cluster.
Enabling Node Fault Detection
-----------------------------
#. Log in to the CCE console and access the cluster console.
#. Log in to the CCE console and click the cluster name to access the cluster console.
#. In the navigation pane on the left, choose **Nodes**. Check whether the npd add-on has been installed in the cluster or whether the add-on has been upgraded to the latest version. After the npd add-on has been installed, you can use the fault detection function.
@ -34,7 +34,7 @@ Enabling Node Fault Detection
Customized Check Items
----------------------
#. Log in to the CCE console and access the cluster console.
#. Log in to the CCE console and click the cluster name to access the cluster console.
#. Choose Node Management on the left and click **Node Fault Detection Policy**.
@ -65,7 +65,7 @@ Customized Check Items
+==========================+======================================================================================================================================================================================================+
| Prompting Exception | Reports the Kuberentes events. |
+--------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Disabling scheduling | Reports the Kuberentes events and adds the NoSchedule taint to the node. |
| Disabling scheduling | Reports the Kuberentes events and adds the **NoSchedule** taint to the node. |
+--------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Evict Node Load | Reports the Kuberentes events and adds the **NoExecute** taint to the node. This operation will evict workloads on the node and interrupt services. Exercise caution when performing this operation. |
+--------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+