|
1 |
| -# Introduction |
| 1 | +# Kubernetes Cluster API Provider IBM Cloud |
| 2 | + |
| 3 | +<p align="center"> |
| 4 | +<img src="https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png" width="100x"> |
| 5 | +<img src="../images/ibm-cloud.svg" height="100x" width="200x" alt="IBM Cloud"> |
| 6 | +</p> |
| 7 | + |
| 8 | +------ |
| 9 | +<p align="center">Kubernetes-native declarative infrastructure for IBM Cloud.</p> |
| 10 | + |
| 11 | +## What is the Cluster API Provider IBM Cloud |
| 12 | + |
| 13 | + |
| 14 | +The [Cluster API](https://github.com/kubernetes-sigs/cluster-api) brings declarative, Kubernetes-style APIs to cluster creation, configuration and management. |
| 15 | + |
| 16 | +The API itself is shared across multiple cloud providers allowing for true IBM Cloud |
| 17 | +hybrid deployments of Kubernetes. It is built atop the lessons learned from |
| 18 | +previous cluster managers such as [kops](https://github.com/kubernetes/kops) and |
| 19 | +[kubicorn](http://kubicorn.io/). |
| 20 | + |
| 21 | +## Quick Start |
| 22 | + |
| 23 | +Check out the [getting started](./getting-started.html) section to create your first Kubernetes cluster on IBM Cloud using Cluster API. |
| 24 | + |
| 25 | +## Tilt-based development environment |
| 26 | + |
| 27 | +See [developer guide](/developer/tilt.html) section for details. |
| 28 | + |
| 29 | + |
| 30 | +## Documentation |
| 31 | + |
| 32 | +Please see our [Book](https://cluster-api-ibmcloud.sigs.k8s.io) for in-depth user documentation. |
| 33 | + |
| 34 | +Additional docs can be found in the `/docs` directory, and the [index is here](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/tree/main/docs). |
| 35 | + |
| 36 | +## Getting involved and contributing |
| 37 | + |
| 38 | +Are you interested in contributing to cluster-api-provider-ibmcloud? We, the |
| 39 | +maintainers and community, would love your suggestions, contributions, and help! |
| 40 | +Also, the maintainers can be contacted at any time to learn more about how to get |
| 41 | +involved. |
| 42 | + |
| 43 | +In the interest of getting more new people involved, we tag issues with |
| 44 | +[`good first issue`](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/issues?q=is%3Aissue+label%3A%22good+first+issue%22+is%3Aopen). |
| 45 | +These are typically issues that have smaller scope but are good ways to start |
| 46 | +to get acquainted with the codebase. |
| 47 | + |
| 48 | +We also encourage all active community participants to act as if they are |
| 49 | +maintainers, even if you don't have "official" write permissions. This is a |
| 50 | +community effort, we are here to serve the Kubernetes community. If you have an |
| 51 | +active interest and you want to get involved, you have real power! Don't assume |
| 52 | +that the only people who can get things done around here are the "maintainers". |
| 53 | + |
| 54 | +We also would love to add more "official" maintainers, so show us what you can |
| 55 | +do! |
| 56 | + |
| 57 | +This repository uses the Kubernetes bots. See a full list of the commands [here](https://prow.k8s.io/command-help). |
| 58 | + |
| 59 | +### Join us |
| 60 | + |
| 61 | +The community holds a weekly meeting every Friday at 09:00 (IST) / 03:30 (UTC) on [Zoom](https://zoom.us/j/9392903494). Subscribe to the [SIG Cluster Lifecycle](https://groups.google.com/g/kubernetes-sig-cluster-lifecycle) Google Group for access to documents and calendars |
| 62 | + |
| 63 | + |
| 64 | +### Other ways to communicate with the contributors |
| 65 | + |
| 66 | +Please check in with us in the [#cluster-api-ibmcloud](https://kubernetes.slack.com/archives/C02F4CX3ALF) channel on Slack. |
| 67 | + |
| 68 | +## Github issues |
| 69 | + |
| 70 | +### Bugs |
| 71 | + |
| 72 | +If you think you have found a bug please follow the instructions below. |
| 73 | + |
| 74 | +- Please spend a small amount of time giving due diligence to the issue tracker. Your issue might be a duplicate. |
| 75 | +- Get the logs from the cluster controllers. Please paste this into your issue. |
| 76 | +- Open a [bug report](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/issues/new?assignees=&labels=&template=bug_report.md). |
| 77 | +- Remember users might be searching for your issue in the future, so please give it a meaningful title to helps others. |
| 78 | + |
| 79 | +### Tracking new features |
| 80 | + |
| 81 | +We also use the issue tracker to track features. If you have an idea for a feature, or think you can help Cluster API Provider IBMCloud become even more awesome, then follow the steps below. |
| 82 | + |
| 83 | +- Open a [feature request](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/issues/new?assignees=&labels=&template=feature_request.md). |
| 84 | +- Remember users might be searching for your issue in the future, so please |
| 85 | + give it a meaningful title to helps others. |
| 86 | +- Clearly define the use case, using concrete examples. EG: I type `this` and |
| 87 | + cluster-api-provider-ibmcloud does `that`. |
| 88 | +- Some of our larger features will require some design. If you would like to |
| 89 | + include a technical design for your feature please include it in the issue. |
| 90 | +- After the new feature is well understood, and the design agreed upon we can |
| 91 | + start coding the feature. We would love for you to code it. So please open |
| 92 | + up a **WIP** *(work in progress)* pull request, and happy coding. |
0 commit comments