You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that there are some API which we are still using:
Ordinals: ordinal is a numerical identifier for Pods (such as pod-0, pod-1, pod-2),we use it use to uniquely identify and track each Pod instance in a multi-cluster environment, enabling precise scaling operations.
scenario for example: sub-cluster-a-ins:(pod-0、pod-2、pod-5), sub-cluster-b-ins:(pod-1, pod-4, pod-6)
Resources: we use it for customizing resource allocation (Different resource configurations for pods of the same version)
scenario for example:Initially created pod (2 cores 4GB) was found insufficient, subsequently scaled up the specified pod resources to 4 cores 8GB.
Apis marked in red rectanges will be removed if not used. Please leave a message if your application has any dependancy on these apis.
The text was updated successfully, but these errors were encountered: