Skip to main content
Version: latest

Updates the cluster configuration information

PUT 

/v1/cloudconfigs/tke/:configUid/clusterConfig

Updates the cluster configuration information

Request

Path Parameters

    configUid stringrequired

    Cluster's cloud config uid

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    clusterConfig

    object

    Cluster level configuration for tencent cloud and applicable for all the machine pools

    endpointAccess

    object

    TKEEndpointAccess specifies how control plane endpoints are accessible

    IsExtranetboolean

    IsExtranet Whether it is external network access (TRUE external network access FALSE internal network access, default value: FALSE)

    privateboolean

    Private points VPC-internal control plane access to the private endpoint

    privateCIDRstring

    Deprecated. PrivateCIDRs specifies which blocks can access the public endpoint

    publicboolean

    Public controls whether control plane endpoints are publicly accessible

    publicCIDRsstring[]

    Deprecated. PublicCIDRs specifies which blocks can access the public endpoint

    securityGroupstring

    Tencent security group

    subnetIdstring

    Tencent Subnet

    regionstringrequired
    sshKeyIDsstring[]
    vpcIDstring

    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

The resource was updated successfully

Loading...