Kubernetes
Resize MetalLB address pool
Set how many private IPs MetalLB can hand to LoadBalancer services.
put/api/v1/k8s/clusters/{cluster_id}/metallb-pool
Path parameters
cluster_idstring required
Cluster ID (short id, e.g. q7z7zg)
Headers
X-Project-IDstring uuid required
Project ID. Required for all mutating operations (create, delete, power actions, resize).
Request body
Example request
{
"size": 16
}Response
Updated pool
Example response
{
"pool": {
"addresses": "10.1.0.238-10.1.0.253"
}
}Changes
Changed in 1 of the 28 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○