Releases: cloudscale-ch/cluster-api-provider-cloudscale
Releases · cloudscale-ch/cluster-api-provider-cloudscale
v0.1.0-beta.1
Immutable
release. Only release title and notes can be modified.
⚠️ This is a pre-release. CAPCS v0.1.0-beta.1 is the first public beta and is not recommended for production use.
APIs and behavior may change before the stable v0.1.0 release.
What's New
This is the first release of the Cluster API InfraProvider for cloudscale.ch (CAPCS).
Features
- Cluster Lifecycle —
CloudscaleClustersupports managed networks, pre-existing networks, load balancers, and
floating IPs. - Machine Provisioning —
CloudscaleMachineprovisions cloudscale.ch servers with cloud-init and configurable
network interfaces. - Private Networking — Multiple cluster templates for public-LB/private-nodes and floating-IP topologies.
- Autoscaling from Zero — Machine capacity reporting enables cluster-autoscaler scale-from-zero.
- E2E Test Suite — Lifecycle, HA, upgrade, self-hosted, MD-remediation, and Kubernetes conformance tests.
Cluster Templates
| Flavor | Network | Control-Plane Endpoint | Notes |
|---|---|---|---|
| (default) | Managed (10.100.0.0/24) |
Public LB (DualStack) | — |
fip |
Pre-existing | Floating IP (IPv4) | Requires CLOUDSCALE_NETWORK_UUID |
public-lb-private-nodes |
Pre-existing + NAT | Public LB | Requires NAT gateway |
pre-existing-network |
Pre-existing | Public LB (DualStack) | Requires CLOUDSCALE_NETWORK_UUID |
Quick Start
export CLOUDSCALE_API_TOKEN=<your-api-token>
clusterctl init --infrastructure cloudscale-ch-cloudscaleSee the README for environment variables and cluster generation examples.
Consult the official Cluster-API quickstart documentation for more information.
Known Limitations
- Beta APIs are subject to change.
- Some cloudscale.ch platform features may not yet be exposed.
v0.1.0-alpha.7
Immutable
release. Only release title and notes can be modified.
internal use only
Do not use yet
v0.1.0-alpha.6
Immutable
release. Only release title and notes can be modified.
internal use only
Do not use yet