Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.23 KB

File metadata and controls

41 lines (28 loc) · 1.23 KB

Cloud Provider STACKIT

GitHub License

This repository contains varous components for running Kubernetes on STACKIT. This provider allows your Kubernetes cluster to integrate directly with STACKIT APIs.

Features

This repository hosts the following components:

  • Cloud Controller Manager (CCM)
  • STACKIT CSI driver
  • Kubernetes Resources for the Manager
  • Ginko bootstrapped Test Suite

Does not include:

  • readyz and healthz
  • Kubernetes Client with self authorization by inClusterConfig

Version Compatibility

The minor versions of cloud-provider-stackit are specifically aligned with the minor versions of kubernetes/kubernetes. To ensure compatibility, you must use the cloud provider release that matches your cluster's Kubernetes minor version.

Currently Supported Kubernetes Versions:

  • v1.33.x
  • v1.34.x
  • v1.35.x

User Documentation