forked from ceph/ceph-csi-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
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 ceph#30 from red-hat-storage/sync_us--main
Syncing latest changes from upstream main for ceph-csi-operator
- Loading branch information
Showing
10 changed files
with
211 additions
and
148 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Ceph CSI Operator | ||
|
||
[![Go Report Card](https://goreportcard.com/badge/github.com/ceph/ceph-csi-operator)](https://goreportcard.com/report/github.com/ceph/ceph-csi-operator) | ||
![License](https://img.shields.io/github/license/ceph/ceph-csi-operator) | ||
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://api.mergify.com/v1/badges/ceph/ceph-csi-operator&style=flat)](https://mergify.com) | ||
![Version](https://img.shields.io/github/v/release/ceph/ceph-csi-operator) | ||
|
||
## Table of Contents | ||
|
||
- [Ceph CSI Operator](#ceph-csi-operator) | ||
- [Table of Contents](#table-of-contents) | ||
- [Overview](#overview) | ||
- [Quick Start](#quick-start) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Contributing](#contributing) | ||
- [Reporting Issues](#reporting-issues) | ||
- [Pull Requests](#pull-requests) | ||
- [License](#license) | ||
- [Contact](#contact) | ||
|
||
## Overview | ||
|
||
The Ceph CSI Operator provides native management interfaces for [Ceph-CSI drivers (CephFS, RBD, and NFS)](https://github.com/ceph/ceph-csi) for Kubernetes based environments. The operator automates the deployment, configuration, and management of these drivers using new Kubernetes APIs defined as a set of Custom Resource Definitions (CRDs). | ||
|
||
## Quick Start | ||
|
||
For those eager to get started quickly, follow the steps outlined in the [Quick Start Guide](docs/quick-start.md). | ||
|
||
## Installation | ||
|
||
For detailed installation instructions, including methods using Helm and manual deployment, please visit the [Installation Guide](docs/installation.md). | ||
|
||
## Usage | ||
|
||
To learn how to use the Ceph CSI Operator, refer to the [Usage Guide](docs/usage.md). | ||
|
||
## Contributing | ||
|
||
We welcome contributions to the Ceph CSI Operator! Please follow [development-guide](docs/development-guide.md) | ||
and [coding style guidelines](docs/coding.md) if you are interested to contribute to this repo. | ||
|
||
### Reporting Issues | ||
|
||
If you encounter a problem, please [open an issue](https://github.com/ceph/ceph-csi-operator/issues) on GitHub. Be sure to fill the template when opening an issue. | ||
|
||
### Pull Requests | ||
|
||
We encourage you to submit pull requests for bug fixes, improvements, or new features. Please ensure that your code adheres to our coding standards and includes tests where applicable. | ||
|
||
## License | ||
|
||
The Ceph CSI Operator is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for more details. | ||
|
||
## Contact | ||
|
||
Please use the following to reach members of the community: | ||
|
||
- Slack: Join the | ||
[#ceph-csi](https://ceph-storage.slack.com/archives/C05522L7P60) channel | ||
on the [ceph Slack](https://ceph-storage.slack.com) to discuss anything | ||
related to this project. You can join the Slack by this | ||
[invite link](https://bit.ly/ceph-slack-invite) |
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
4 changes: 2 additions & 2 deletions
4
vendor/github.com/ceph/ceph-csi-operator/api/v1alpha1/driver_types.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.