Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt
Cluster API Provider for KubeVirt
https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt
Last synced: 3 months ago
JSON representation
Cluster API Provider for KubeVirt
- Host: GitHub
- URL: https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt
- Owner: kubernetes-sigs
- License: apache-2.0
- Created: 2021-09-24T23:08:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T05:43:54.000Z (4 months ago)
- Last Synced: 2024-07-21T06:39:45.212Z (4 months ago)
- Language: Go
- Size: 1000 KB
- Stars: 109
- Watchers: 7
- Forks: 61
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Go Report Card](https://goreportcard.com/badge/sigs.k8s.io/cluster-api-provider-kubevirt)](https://goreportcard.com/report/sigs.k8s.io/cluster-api-provider-kubevirt)
[![Coverage Status](https://coveralls.io/repos/github/kubernetes-sigs/cluster-api-provider-kubevirt/badge.png?branch=main)](https://coveralls.io/github/kubernetes-sigs/cluster-api-provider-kubevirt?branch=main)
# Kubernetes Cluster API Provider KubevirtKubernetes-native declarative infrastructure for Kubevirt.
## What is the Cluster API Provider Kubevirt?
The [Cluster API](https://github.com/kubernetes-sigs/cluster-api) brings declarative Kubernetes-style APIs to cluster creation, configuration and management. The API itself is shared across multiple cloud providers allowing for true Kubevirt hybrid deployments of Kubernetes.
## Quick Start
Checkout our [Cluster API Quick Start](https://cluster-api.sigs.k8s.io/user/quick-start.html) to create your first Kubernetes cluster.
## Getting Involved and Contributing
Are you interested in contributing to cluster-api-provider-kubevirt? We, the maintainers and the community, would love your suggestions, support and contributions! The maintainers of the project can be contacted anytime to learn about how to get involved.
In the interest of getting new people involved have issues marked as [`good-first-issues`](https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/labels/good%20first%20issue). Although the issues have a smaller scope but are very helpful in getting accquintated with the codebase. For more see the [issue tracker](https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/issues?q=is%3Aissue+is%3Aopen). If you're unsure where to start, feel free to reach out to discuss.
See also: Our own [contributor guide](CONTRIBUTING.md) and the Kubernetes [community page](https://kubernetes.io/community).
We also encourage ALL active community participants to act as if they are maintainers, even if you don't have 'official' written permissions. This is a community effort and we are here to serve the Kubernetes community. If you have an active interest and you want to get involved, you have real power!
### Office hours
- Join the [SIG Cluster Lifecycle](https://groups.google.com/g/kubernetes-sig-cluster-lifecycle) Google Group to documents and calendar.
- Participate in the conversations on [Kubernetes Discuss](https://discuss.kubernetes.io/c/contributors/cluster-api/23)- **Meetings:**
- Cluster API Provider KubeVirt Syncup Meetings: [Tuesdays at 8:00 PT (Pacific Time)](https://zoom.us/j/94685513559?pwd=cnI3RUQyZ3RrckpOc1BQNDA1Q1BrZz09) (weekly starting Tuesday, December 7th, 2021). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=8:00&tz=PT%20%28Pacific%20Time%29).
- [Meeting notes and Agenda](https://docs.google.com/document/d/1ZAnRLCKOVbDqrsrYis2OR0aZIAlqp576gCJVCkMNiHM/edit?usp=sharing).### Other ways to communicate with the maintainers
Please check in with us in the [#cluster-api-kubevirt](https://sigs.k8s.io/cluster-api-provider-kubevirt). You can also join our [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-dev)
## Github Issues
### Bugs
If you think you have found a bug please follow the instruction below.
- Please give a small amount of time giving due diligence to the issue tracker. Your issue might be a duplicate.
- Get the logs from the custom controllers and please paste them in the issue.
- Open a bug report.
- Remember users might be searching the issue in the future, so please make sure to give it a meaningful title to help others.
- Feel free to reach out to the community on slack.### Tracking new feature
We also have an issue tracker to track features. If you think you have a feature idea, that could make Cluster API provider Kubevirt become even more awesome, then follow these steps.
- Open a feature request
- Remember users might be searching for the issue in the future, so please make sure to give it a meaningful title to help others.
- Clearly define the use case with concrete examples. Example: type `this` and cluster-api-provider-kubevirt does `that`.
- Some of our larger features will require some design. If you would like to include a technical design to your feature, please go ahead.
- After the new feature is well understood, and the design is 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)* PR and happy coding!### Code of conduct
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).