Updates the cluster configuration information
PUT/v1/cloudconfigs/tke/:configUid/clusterConfig
Updates the cluster configuration information
Request
Path Parameters
Cluster's cloud config uid
Header Parameters
Scope the request to the specified project uid
- application/json
Body
clusterConfig
object
Cluster level configuration for tencent cloud and applicable for all the machine pools
endpointAccess
object
Endpoints specifies access to this cluster's control plane endpoints
IsExtranet Whether it is external network access (TRUE external network access FALSE internal network access, default value: FALSE)
Private points VPC-internal control plane access to the private endpoint
Deprecated. PrivateCIDRs specifies which blocks can access the public endpoint
Public controls whether control plane endpoints are publicly accessible
Deprecated. PublicCIDRs specifies which blocks can access the public endpoint
Tencent security group
Tencent Subnet
VPC Id to deploy cluster into should have one public and one private subnet for the the cluster creation, this field is optional, If VPC Id is not provided a fully managed VPC will be created
Responses
- 204
The resource was updated successfully