All Products
Search
Document Center

Alibaba Cloud Service Mesh:UpdateMeshCRAggregation

Last Updated:Mar 05, 2024

Updates the settings of whether to enable the Kubernetes API on the data plane to access Istio resources.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ServiceMeshIdstringYes

The Service Mesh (ASM) instance ID.

c08ba3fd1e6484b0f8cc1ad8fe10d****
EnabledbooleanNo

Specifies whether to enable the Kubernetes API on the data plane to access Istio resources in the ASM instance. Valid values:

  • true: enables the Kubernetes API to access Istio resources in the ASM instance.
  • false: disables the Kubernetes API to access Istio resources in the ASM instance.
true
CPURequirementstringNo

The number of CPU cores that are requested by the components installed in the Container Service for Kubernetes (ACK) cluster on the data plane if you enable the Kubernetes API to access Istio resources in the ASM instance. You can specify the parameter value in the standard quantity representation used by Kubernetes.

1
MemoryRequirementstringNo

The size of the memory that is requested by the components installed in the ACK cluster on the data plane if you enable the Kubernetes API to access Istio resources in the ASM instance. You can specify the parameter value in the standard quantity representation used by Kubernetes. 1 Mi equals 1,024 KB.

500Mi
CPULimitstringNo

The maximum number of CPU cores that are available for the components installed in the ACK cluster on the data plane if you enable the Kubernetes API to access Istio resources in the ASM instance. You can specify the parameter value in the standard quantity representation used by Kubernetes.

1
MemoryLimitstringNo

The maximum size of the memory that is available for the components installed in the ACK cluster on the data plane if you enable the Kubernetes API to access Istio resources in the ASM instance. You can specify the parameter value in the standard quantity representation used by Kubernetes. 1 Mi equals 1,024 KB.

500Mi
UsePublicApiServerbooleanNo

Specifies whether the Kubernetes API on the data plane uses the public endpoint of the API server to access Istio resources in the ASM instance. Valid values:

  • true: The Kubernetes API on the data plane uses the public endpoint of the API server to access Istio resources in the ASM instance.
  • false: The Kubernetes API on the data plane uses the private endpoint of the API server to access Istio resources in the ASM instance.

Default value: false.

false

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

BD65C0AD-D3C6-48D3-8D93-38D2015C****

Examples

Sample success responses

JSONformat

{
  "RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-09-08The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: UsePublicApiServer