Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2023-02-13 13:30:12 +00:00
parent af671570e1
commit 7c4d829d64
4 changed files with 5 additions and 145 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,6 @@ Appendix
- :ref:`Error Codes <cce_02_0250>` - :ref:`Error Codes <cce_02_0250>`
- :ref:`Obtaining a Project ID <cce_02_0341>` - :ref:`Obtaining a Project ID <cce_02_0341>`
- :ref:`Obtaining the Account ID <cce_02_0342>` - :ref:`Obtaining the Account ID <cce_02_0342>`
- :ref:`How to Use ELB in a Cluster <cce_02_0087>`
- :ref:`How to Obtain Parameters in the API URI <cce_02_0271>` - :ref:`How to Obtain Parameters in the API URI <cce_02_0271>`
- :ref:`API Permissions <cce_02_0272>` - :ref:`API Permissions <cce_02_0272>`
- :ref:`Creating a VPC and Subnet <cce_02_0100>` - :ref:`Creating a VPC and Subnet <cce_02_0100>`
@ -27,7 +26,6 @@ Appendix
error_codes error_codes
obtaining_a_project_id obtaining_a_project_id
obtaining_the_account_id obtaining_the_account_id
how_to_use_elb_in_a_cluster
how_to_obtain_parameters_in_the_api_uri how_to_obtain_parameters_in_the_api_uri
api_permissions api_permissions
creating_a_vpc_and_subnet creating_a_vpc_and_subnet

View File

@ -10,14 +10,15 @@ Change History
+-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Date | Revision | | Date | Revision |
+===================================+============================================================================================================================================================================+ +===================================+============================================================================================================================================================================+
| 2023-02-10 | Supported clusters of v1.25. |
+-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 2022-05-24 | - Supported clusters of v1.23. | | 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>`. | | | - Add a note about how to automatically install ICAgent. For details, see :ref:`Creating a Cluster <cce_02_0236>`. |
| | - The native APIs of Kubernetes will no longer be maintained. For details, see :ref:`Overview <kubernetesapi>`. | | | - The native APIs of Kubernetes will no longer be maintained. For details, see :ref:`Overview <kubernetesapi>`. |
+-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 2022-03-24 | Supported clusters of v1.21. | | 2022-03-24 | - Supported clusters of v1.21. |
| | |
| | - The cluster certificate SAN can be customized. For details, see **customSan** field in :ref:`Table 5 <cce_02_0236__table1034041612134>`. | | | - The cluster certificate SAN can be customized. For details, see **customSan** field in :ref:`Table 5 <cce_02_0236__table1034041612134>`. |
| | - Added the **cidrs** field in :ref:`Table 5 <cce_02_0236__table1034041612134>`. | | | - Added the **cidrs** field in :ref:`Table 9 <cce_02_0236__table882310145412>`. |
| | - Added :ref:`Quota Management <quota_lifecycle_management>`. | | | - Added :ref:`Quota Management <quota_lifecycle_management>`. |
+-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 2022-02-17 | - Supported the creation of CCE Turbo Cluster. | | 2022-02-17 | - Supported the creation of CCE Turbo Cluster. |

View File

@ -15,6 +15,7 @@ To find detailed API definitions for different Kubernetes versions, visit the fo
- 1.19: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/ - 1.19: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/
- 1.21: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/ - 1.21: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/
- 1.23: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/ - 1.23: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/
- 1.25: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/
Based on the open source Kubernetes APIs, CCE enhances and adapts following functions. Based on the open source Kubernetes APIs, CCE enhances and adapts following functions.