Skip to content

Releases: cloudscale-ch/cluster-api-provider-cloudscale

v0.1.0-beta.1

07 May 15:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.1.0-beta.1 Pre-release
Pre-release

⚠️ 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 LifecycleCloudscaleCluster supports managed networks, pre-existing networks, load balancers, and
    floating IPs.
  • Machine ProvisioningCloudscaleMachine provisions 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-cloudscale

See 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

28 Apr 11:52
Immutable release. Only release title and notes can be modified.
1aa4b5d

Choose a tag to compare

v0.1.0-alpha.7 Pre-release
Pre-release

internal use only

Do not use yet

v0.1.0-alpha.6

10 Apr 06:29
Immutable release. Only release title and notes can be modified.
22ff8d7

Choose a tag to compare

v0.1.0-alpha.6 Pre-release
Pre-release

internal use only

Do not use yet