Skip to content

Commit

Permalink
[Doc] CCE: Fix doc cce_node_v3 (#2774)
Browse files Browse the repository at this point in the history
[Doc] CCE: Fix doc cce_node_v3

Summary of the Pull Request
Update supported OS versions
PR Checklist

 Refers to: #2759
 Documentation updated.
 Release notes added.

Reviewed-by: Anton Sidelnikov
  • Loading branch information
muneeb-jan authored Jan 9, 2025
1 parent 7b152a9 commit fc622cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/resources/cce_node_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ The following arguments are supported:
* `os` - (Optional, ForceNew, String) Node OS. Changing this parameter will create a new resource.

Supported OS depends on kubernetes version of the cluster.
* Clusters of Kubernetes `v1.13` or later support `EulerOS 2.5`.
* Clusters of Kubernetes `v1.17` or later support `EulerOS 2.5` and `CentOS 7.7`.
* Clusters of Kubernetes `v1.21` or later support `EulerOS 2.5`, `EulerOS 2.9`, and `CentOS 7.7`.
* Clusters of Kubernetes `v1.25` or later support `EulerOS 2.5`, `EulerOS 2.9`, `CentOS 7.7` and `Ubuntu 22.04`.
| OS | Kubernetes version |
| :----------- | :----------------- |
| HCE OS 2.0 | `v1.29`, `v1.28`, `v1.27`, `v1.25` |
| Ubuntu 22.04 | `v1.29`, `v1.28`, `v1.27`, `v1.25` |
| EulerOS release 2.9 | `v1.29`, `v1.28`, `v1.27`, `v1.25`, `v1.23`, `v1.21`, `V1.19` |
| EulerOS release 2.5 | `v1.25`, `v1.23`, `v1.21`, `V1.19` |

* `billing_mode` - (Optional, ForceNew, Int) Node's billing mode: The value is `0` (on demand). Changing this parameter will create a new resource.

Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/cce-fix-doc-node-v3-2cf14159590ba778.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
doc:
- |
**[CCE]** Fixed doc for cce_node_v3 (`#2774 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2774>`_)

0 comments on commit fc622cf

Please sign in to comment.