diff --git a/docs/resources/cce_cluster_v3.md b/docs/resources/cce_cluster_v3.md index a3064f5cd..53d4c6c38 100644 --- a/docs/resources/cce_cluster_v3.md +++ b/docs/resources/cce_cluster_v3.md @@ -182,8 +182,14 @@ The following arguments are supported: * `eni_subnet_cidr` - (Optional) Specifies the ENI network segment. Specified when creating a CCE Turbo cluster. Changing this parameter will create a new cluster resource. -* `authentication_mode` - (Optional) Authentication mode of the cluster, possible values are `rbac` and `authenticating_proxy`. - Defaults to `rbac`. Changing this parameter will create a new cluster resource. +* `authentication_mode` - (Optional) Cluster authentication mode. + * Clusters of Kubernetes v1.11 and earlier + Possible values: `x509`, `rbac`, and `authenticating_proxy` + * Clusters of Kubernetes v1.13 and later + Possible values: `rbac` and `authenticating_proxy` + + Default value: `x509` + Changing this parameter will create a new cluster resource. * `authenticating_proxy_ca` - (Optional) CA root certificate provided in the `authenticating_proxy` mode. Deprecated, use `authenticating_proxy` instead. diff --git a/releasenotes/notes/cce-cluster-auth-mode-doc-f8b1ea0b96cbdfe9.yaml b/releasenotes/notes/cce-cluster-auth-mode-doc-f8b1ea0b96cbdfe9.yaml new file mode 100644 index 000000000..e59515ad2 --- /dev/null +++ b/releasenotes/notes/cce-cluster-auth-mode-doc-f8b1ea0b96cbdfe9.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + **[CCE]** Update ``authentication_mode`` description in ``resource/opentelekomcloud_cce_cluster_v3`` documentation (`#2788 `_)