-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Phase Skipping for Kubeadm & Relase (#10)
Adds a new array of phases to skip during kubeadm cluster creation. Adds in some new scripting to make things a lot more user friendly to work with, especially with revision bumps. Finally releases new charts for CAPI and the Openstack cluster.
- Loading branch information
1 parent
d347a62
commit ec49678
Showing
14 changed files
with
80 additions
and
31 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
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
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
apiVersion: v2 | ||
appVersion: v1.6.2 | ||
appVersion: v1.7.4 | ||
name: cluster-api | ||
description: A Helm chart to deploy Cluster API | ||
type: application | ||
version: v0.2.0 | ||
version: v0.2.1 | ||
icon: https://assets.unikorn-cloud.org/assets/images/logos/dark-on-light/icon.png | ||
|
||
dependencies: | ||
- name: cluster-api-core | ||
version: v0.2.0 | ||
version: v0.2.1 | ||
repository: file://../cluster-api-core | ||
- name: cluster-api-bootstrap-kubeadm | ||
version: v0.2.0 | ||
version: v0.2.1 | ||
repository: file://../cluster-api-bootstrap-kubeadm | ||
condition: kubeadm.enabled | ||
- name: cluster-api-control-plane-kubeadm | ||
version: v0.2.0 | ||
version: v0.2.1 | ||
repository: file://../cluster-api-control-plane-kubeadm | ||
condition: kubeadm.enabled | ||
- name: cluster-api-provider-openstack | ||
version: v0.2.0 | ||
version: v0.2.1 | ||
repository: file://../cluster-api-provider-openstack | ||
condition: openstack.enabled |
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