-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from Mikroways/ft/capi-cloudstack
Ft/capi cloudstack
- Loading branch information
Showing
15 changed files
with
5,480 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: v2 | ||
name: cluster-api-cloudstack | ||
description: Install Cluster API manifests to generate a fully working Kubernetes cluster | ||
keywords: | ||
- clusterapi | ||
- provisioning | ||
- bootstrapping | ||
- kubernetes | ||
- cloudstack | ||
version: 0.1.0 | ||
home: https://cluster-api.sigs.k8s.io/ | ||
sources: | ||
- https://cluster-api.sigs.k8s.io/ | ||
maintainers: | ||
- name: Matias Gudin | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# cluster-api-cloudstack | ||
|
||
Install [Cluster API (CAPI)](https://cluster-api.sigs.k8s.io/) manifests to | ||
generate a fully working [Kubernetes Cloudstack cluster (CAPC provider)](https://github.com/kubernetes-sigs/cluster-api-provider-cloudstack). | ||
|
||
This chart replaces `clusterctl config cluster` by a customizable and enhanced | ||
version of manifests. | ||
|
||
## Requirements | ||
|
||
A working management CAPI cluster with CAPC support. This chart was developed with | ||
CAPI verison **v1beta1** in mind. | ||
|
||
If capi has **ClusterResourceSets enabled**, we provided manifests to install: | ||
* Cloud config secret to be used by CSI and CCM | ||
* External cloudstack cloud controler manager | ||
* Calico manifests | ||
|
||
> You can opt to include CCM and calico using values. | ||
## Values | ||
|
||
To understand which values can be set, please read [`values.yaml`](./values.yaml). | ||
|
Oops, something went wrong.