diff options
| author | Bob Killen <bobkillen@google.com> | 2023-01-13 17:36:52 -0600 |
|---|---|---|
| committer | Bob Killen <bobkillen@google.com> | 2023-01-13 17:36:52 -0600 |
| commit | ce37d2ab9e539515cf46361d5cee25b1e16c0d1a (patch) | |
| tree | c69a305ebbcaa6b8190c234503ff7adebf1cd8b6 | |
| parent | 5803128dcab54c4a6d43dbd1063e4c7e374d7342 (diff) | |
sig-cluster-lifecycle: Add cluster-api-addon-provider-helm repo
| -rw-r--r-- | sig-cluster-lifecycle/README.md | 4 | ||||
| -rw-r--r-- | sigs.yaml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sig-cluster-lifecycle/README.md b/sig-cluster-lifecycle/README.md index 49390aea..96eef072 100644 --- a/sig-cluster-lifecycle/README.md +++ b/sig-cluster-lifecycle/README.md @@ -77,6 +77,10 @@ A project focused on providing declarative APIs and tooling to simplify provisio - Cluster API office hours: [Wednesdays at 10:00 PT (Pacific Time)](https://zoom.us/j/861487554?pwd=dTVGVVFCblFJc0VBbkFqQlU0dHpiUT09) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=10:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/1ushaVqAKYnZ2VN_aa3GyKlS4kEd6bSug13xaXOakAQI/edit). - [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4). +### cluster-api-addon-provider-helm +Implementation of Cluster Add-on Provider for Helm, an add-on orchestration solution for Cluster API using Helm. +- **Owners:** + - [kubernetes-sigs/cluster-api-addon-provider-helm](https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/blob/main/OWNERS) ### cluster-api-operator Leverages a declarative API and an operator to empower admins to handle the lifecycle of Cluster API providers within the management cluster - **Owners:** @@ -1050,6 +1050,11 @@ sigs: url: https://zoom.us/j/861487554?pwd=dTVGVVFCblFJc0VBbkFqQlU0dHpiUT09 archive_url: https://docs.google.com/document/d/1ushaVqAKYnZ2VN_aa3GyKlS4kEd6bSug13xaXOakAQI/edit recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4 + - name: cluster-api-addon-provider-helm + description: Implementation of Cluster Add-on Provider for Helm, an add-on orchestration + solution for Cluster API using Helm. + owners: + - https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/blob/main/OWNERS - name: cluster-api-operator description: Leverages a declarative API and an operator to empower admins to handle the lifecycle of Cluster API providers within the management cluster |
