kubernetes_create_cluster
Create a Kubernetes (Kapsule) cluster on Scaleway with specified type, version, and CNI plugin. The cluster is tagged for later identification and safe deletion.
Instructions
Create a Kubernetes (Kapsule) cluster.
The cluster is tagged created_by=scaleway-mcp so it can later be
identified and safely deleted by this server. Pools are added separately
once the cluster exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cni | No | Container Network Interface plugin, e.g. ``cilium`` (default), ``calico``, ``flannel``. | cilium |
| name | No | Optional cluster name (a random one is generated if omitted). | |
| tags | No | Optional additional tags. | |
| type_ | Yes | Cluster type, e.g. ``kapsule`` or ``multicloud``. | |
| region | No | Region. Defaults to the configured region. | |
| project | No | Optional project ID. Defaults to the configured project. | |
| version | Yes | Kubernetes version, e.g. ``1.30.2`` (see ``list_cluster_versions``). | |
| description | No | Optional cluster description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||