Update content
BIN
api-ref/source/_static/images/en-us_image_0000001207129076.png
Normal file
After Width: | Height: | Size: 205 KiB |
BIN
api-ref/source/_static/images/en-us_image_0000001207129902.png
Normal file
After Width: | Height: | Size: 209 KiB |
BIN
api-ref/source/_static/images/en-us_image_0000001207457192.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
api-ref/source/_static/images/en-us_image_0000001207617538.png
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
api-ref/source/_static/images/en-us_image_0000001207618830.png
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
api-ref/source/_static/images/en-us_image_0000001251962373.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
api-ref/source/_static/images/en-us_image_0000001252018205.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
api-ref/source/_static/images/en-us_image_0000001252020583.png
Normal file
After Width: | Height: | Size: 74 KiB |
498
api-ref/source/apis/cluster_management/accepting_a_node.rst
Normal file
@ -22,6 +22,10 @@ Cluster Management
|
||||
- :ref:`Reading Job Progress <cce_02_0247>`
|
||||
- :ref:`Querying the Access Information of a Specified Cluster <cce_02_0347>`
|
||||
- :ref:`Modifying the Access Information of a Specified Cluster <cce_02_0346>`
|
||||
- :ref:`Accepting a Node <addnode>`
|
||||
- :ref:`Resetting a Node <resetnode>`
|
||||
- :ref:`Removing a Node <removenode>`
|
||||
- :ref:`Migrating a Node <migratenode>`
|
||||
- :ref:`Creating a Node Pool <cce_02_0354>`
|
||||
- :ref:`Querying a Specified Node Pool <cce_02_0355>`
|
||||
- :ref:`Updating a Specified Node Pool <cce_02_0356>`
|
||||
@ -49,6 +53,10 @@ Cluster Management
|
||||
reading_job_progress
|
||||
querying_the_access_information_of_a_specified_cluster
|
||||
modifying_the_access_information_of_a_specified_cluster
|
||||
accepting_a_node
|
||||
resetting_a_node
|
||||
removing_a_node
|
||||
migrating_a_node
|
||||
creating_a_node_pool
|
||||
querying_a_specified_node_pool
|
||||
updating_a_specified_node_pool
|
||||
|
342
api-ref/source/apis/cluster_management/migrating_a_node.rst
Normal file
221
api-ref/source/apis/cluster_management/removing_a_node.rst
Normal file
519
api-ref/source/apis/cluster_management/resetting_a_node.rst
Normal file
@ -10,7 +10,13 @@ Change History
|
||||
+-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Date | Revision |
|
||||
+===================================+============================================================================================================================================================================+
|
||||
| 2023-02-10 | Supported clusters of v1.25. |
|
||||
| 2023-02-10 | - Supported clusters of v1.25. |
|
||||
| | - Added the **storage** field in :ref:`Table 5 <cce_02_0242__table3150105216225>`. |
|
||||
| | - Added :ref:`Attaching Disks to a Node <node_storage_example>`. |
|
||||
| | - Added :ref:`Accepting a Node <addnode>`. |
|
||||
| | - Added :ref:`Resetting a Node <resetnode>`. |
|
||||
| | - Added :ref:`Removing a Node <removenode>`. |
|
||||
| | - Added :ref:`Migrating a Node <migratenode>`. |
|
||||
+-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 2022-05-24 | - Supported clusters of v1.23. |
|
||||
| | - Add a note about how to automatically install ICAgent. For details, see :ref:`Creating a Cluster <cce_02_0236>`. |
|
||||
@ -69,7 +75,7 @@ Change History
|
||||
| | - Updated **spec** in :ref:`Table 3 <cce_02_0238__table34052983203655>`. |
|
||||
| | - Added **description** in :ref:`Table 4 <cce_02_0238__table1034041612134>`. |
|
||||
| | - Deleted **patchVersion** in :ref:`Table 10 <cce_02_0238__table17575013586>`. |
|
||||
| | - Added **publicKey** in :ref:`Table 21 <cce_02_0242__table2039318361484>`. |
|
||||
| | - Added **publicKey** in :ref:`Table 28 <cce_02_0242__table2039318361484>`. |
|
||||
| | - Added **initialNodeCount** in Table 6. |
|
||||
| | - Added **minNodeCount** in Table 17. |
|
||||
| | - Updated Table 19. |
|
||||
|
385
api-ref/source/examples/attaching_disks_to_a_node.rst
Normal file
14
api-ref/source/examples/index.rst
Normal file
@ -0,0 +1,14 @@
|
||||
:original_name: cce_02_0237.html
|
||||
|
||||
.. _cce_02_0237:
|
||||
|
||||
Examples
|
||||
========
|
||||
|
||||
- :ref:`Attaching Disks to a Node <node_storage_example>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
attaching_disks_to_a_node
|
@ -6,6 +6,7 @@ Cloud Container Service - API Reference
|
||||
:maxdepth: 1
|
||||
|
||||
api_usage_guidelines
|
||||
examples/index
|
||||
apis/index
|
||||
kubernetes_apis/index
|
||||
permissions_policies_and_supported_actions
|
||||
|