Item | Default Value | Where to Check | Quota Increase Allowed or Not |
Clusters in a region | 20 | Yes, the upper limit of quota is unlimited | |
| | Nodes in a cluster | 5,000 |
| | Image namespaces in a region | 10 |
| | Image repositories in a region | 500 |
| | Tags of an image | 100 |
Item | Default Value | Where to Check | Quota Increase Allowed or Not |
Pay-as-you-go CVM instances in an AZ | 30 or 60 | Yes |
Item | IP Address Range | Affected Scope | Where to Check | Modification Allowed or Not |
VPC network - Subnet | Custom | Number of nodes that can be added to the subnet | No You can use a new subnet | |
Container CIDR block | Custom | Maximum number of nodes per cluster Maximum number of services per cluster Maximum number of Pods per node | Basic information page for the cluster - Container CIDR block | No |
kubectl get resourcequota tke-default-quota -o yaml
tke-default-quota
object of a specified namespace, add --namespace
to specify the namespace.Cluster Model | Pods | ConfigMap | CRDs/Other K8s Resources |
L5 | 600 | 256 | 1,250 |
L20 | 1,500 | 512 | 2,500 |
L50 | 3,000 | 1,024 | 5,000 |
L100 | 6,000 | 2,048 | 10,000 |
L200 | 15,000 | 4,096 | 20,000 |
L500 | 30,000 | 6,144 | 50,000 |
L1000 | 90,000 | 8,192 | 100,000 |
L3000 | 150,000 | 10,240 | 150,000 |
L5000 | 200,000 | 20,480 | 200,000 |
tke-quota-config
ConfigMap under kube-system
to specify the margin allocation ratio for each namespace. 50%
for the default
namespace, 40%
for the kube-system
namespace, and 10%
for the rest of the namespaces. If the sum of the set percentages exceeds 100%
, TKE considers the ratio invalid and will use the default allocation policy.apiVersion: v1data:default: "50"kube-system: "40"kind: ConfigMapmetadata:name: tke-quota-confignamespace: kube-system
Apakah halaman ini membantu?