Provisioning status with the following error:
Quota for IP addresses is exceeded
You may not have enough free quota for the IP addresses the cluster requires. To find out if that is the case, get and compare the following information:- See the complete list of required allocations in Network requirements for Managed Service for Kubernetes® clusters.
- Check your free quota on the Administration → Limits → Quotas page in the web console.
- Remove unused resources to free up quota.
- Request a quota increase on the Administration → Limits → Quotas page.
Selected subnet is too small
The subnet you specified during cluster creation may not have enough CIDR blocks. To find out if that is the case, get and compare the following information:- See the complete list of required allocations in Network requirements for Managed Service for Kubernetes® clusters.
-
Get the subnet metadata:
To find the available CIDR blocks, check the
cidrvalues in thespec.ipv4_private_pools.pools.cidrslist in the response.
- Add a pool with more CIDR blocks to the subnet.
- Use another, larger subnet for your cluster.
CIDR block is too large
If you specified a CIDR block for Kubernetes services that is too large, no free blocks for other control plane requirements may be left in the subnet. To find out if that is the case, get and compare the following information:-
Get the subnet metadata:
To find the available CIDR blocks, check the
cidrvalues in thespec.ipv4_private_pools.pools.cidrslist in the response. -
Check the value of the
spec.kube_network.service_cidrsparameter that you set during cluster creation.
- Specify a smaller block for services in the
spec.kube_network.service_cidrsparameter. - Add a pool with more CIDR blocks to the subnet.
- Use another, larger subnet for your cluster.