Cluster API provider for Azure Stack HCI
Перейти к файлу
Darren Deng 98b902672c Add default ratelimiter 2024-03-20 14:10:38 +08:00
.gdn Updates to fix pipeline failures 2024-01-22 21:16:25 +05:30
.github/workflows Fix auto update to tigger only based on master 2022-01-20 16:48:35 -08:00
.pipelines Using CAPI 1.5 (#255) 2024-02-13 12:05:12 -05:00
api/v1beta1 Add Availability Set support (#265) 2024-03-19 16:28:48 -07:00
cloud Add Availability Set support (#265) 2024-03-19 16:28:48 -07:00
cmd/manager Add default ratelimiter 2024-03-20 14:10:38 +08:00
config Updates to fix pipeline failures 2024-01-22 21:16:25 +05:30
controllers Add Availability Set support (#265) 2024-03-19 16:28:48 -07:00
docs Document Update (#76) 2020-09-15 22:02:29 -04:00
hack onebranch pipelines 2024-03-12 09:54:26 -07:00
pkg Init commit 2024-01-22 14:47:53 +05:30
scripts Change tool tag 2023-06-07 09:16:27 +00:00
templates Init commit 2024-01-22 14:47:53 +05:30
test/mocks Using CAPI 1.5 (#255) 2024-02-13 12:05:12 -05:00
.dockerignore Move provider to CAPI v1alpha3 2020-04-13 18:57:31 -07:00
.gitignore Update gitignore file 2024-01-22 16:59:15 +05:30
.golangci.yml Move provider to CAPI v1alpha3 2020-04-13 18:57:31 -07:00
AUTHORS Document Update (#76) 2020-09-15 22:02:29 -04:00
CODEOWNERS updating owner 2023-12-15 15:00:28 -08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-03-20 13:18:02 -07:00
CONTRIBUTING.md init 2020-03-31 12:12:03 -07:00
CodeQL.yml fix codeql (#248) 2024-01-05 17:20:49 -05:00
Dockerfile Updates to fix pipeline failures 2024-01-22 21:16:25 +05:30
LICENSE Move to apache license 2020-04-14 10:16:49 -07:00
Makefile Using CAPI 1.5 (#255) 2024-02-13 12:05:12 -05:00
NOTICE.md CELA readiness 2020-06-04 16:47:21 -07:00
PROJECT Update CAPI to v1.1.3 (v1beta1) (#186) 2022-08-04 12:58:14 -07:00
README.md Update Readme doc 2024-02-25 11:52:36 +05:30
SECURITY.md Initial SECURITY.md commit 2020-03-20 13:18:04 -07:00
azure-pipelines-release.yml Using CAPI 1.5 (#255) 2024-02-13 12:05:12 -05:00
azure-pipelines.yml Add static analysis 2022-01-14 17:14:55 -08:00
clusterctl-settings.json Update CAPI to v1.1.3 (v1beta1) (#186) 2022-08-04 12:58:14 -07:00
codeql3000.yml Fixing CodeQL S360 issues 2024-01-24 17:44:20 -08:00
go.mod Add Availability Set support (#265) 2024-03-19 16:28:48 -07:00
go.sum Add Availability Set support (#265) 2024-03-19 16:28:48 -07:00
metadata.yaml Remove them in metadata.yaml 2024-02-25 11:22:51 +05:30

README.md

Kubernetes Cluster API Provider Azure Stack HCI


Kubernetes-native declarative infrastructure for Azure Stack HCI.

What is the Cluster API Provider Azure Stack HCI

The Cluster API brings declarative, Kubernetes-style APIs to cluster creation, configuration and management. Cluster API Provider for Azure Stack HCI(CAPH) is an implementation of Cluster API for Azure Stack HCI.

The API itself is shared across multiple cloud providers allowing for true Azure Stack HCI hybrid deployments of Kubernetes.

Quick Start

Check out the Cluster API Quick Start to create your first Kubernetes cluster on Azure Stack HCI using Cluster API.


Support Policy

This provider's versions are compatible with the following versions of Cluster API:

Cluster API v1beta1 (v1.2) Cluster API v1beta1 (v1.4) Cluster API v1beta1 (v1.5)
CAPH v1beta1 (v1.1.8) X X
CAPH v1beta1 (v1.1.9) X X
CAPH v1beta1 (v1.1.10) X X
CAPH v1beta1 (v1.1.11) X X
CAPH v1beta1 (v1.1.12) X X
CAPH v1beta1 (v1.1.13) X X
CAPH v1beta1 (v1.1.14) X

This provider's versions are able to install and manage the following versions of Kubernetes:

k8s 1.24 k8s 1.25 k8s 1.26 k8s 1.27
CAPH v1beta1 (v1.1.8) X
CAPH v1beta1 (v1.1.9) X
CAPH v1beta1 (v1.1.10) X
CAPH v1beta1 (v1.1.11) X
CAPH v1beta1 (v1.1.12) X
CAPH v1beta1 (v1.1.13) X
CAPH v1beta1 (v1.1.14) X

Each version of Cluster API Provider for Azure Stack HCI will attempt to support at least two Kubernetes versions e.g., Cluster API for Azure Stack HCI v1.1.13 supports Kubernetes 1.25, 1.26 and 1.27.

NOTE: As the versioning for this project is tied to the versioning of Cluster API, future modifications to this policy may be made to more closely align with other providers in the Cluster API ecosystem.


Documentation

Documentation is in the /docs directory, and the index is here.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Github issues

Bugs

If you think you have found a bug please follow the instructions below.

  • Please spend a small amount of time giving due diligence to the issue tracker. Your issue might be a duplicate.
  • Get the logs from the cluster controllers. Please paste this into your issue.
  • Open a bug report.
  • Remember users might be searching for your issue in the future, so please give it a meaningful title to helps others.
  • Feel free to reach out to the cluster-api community on kubernetes slack.

Tracking new features

We also use the issue tracker to track features. If you have an idea for a feature, or think you can help ClusterAPI become even more awesome follow the steps below.

  • Open a feature request.
  • Remember users might be searching for your issue in the future, so please give it a meaningful title to helps others.
  • Clearly define the use case, using concrete examples. EG: I type this and cluster-api-provider-azurestackhci does that.
  • Some of our larger features will require some design. If you would like to include a technical design for your feature please include it in the issue.
  • After the new feature is well understood, and the design agreed upon we can start coding the feature. We would love for you to code it. So please open up a WIP (work in progress) pull request, and happy coding.