|
1 |
| -# Kubernetes Template Project |
2 |
| - |
3 |
| -The Kubernetes Template Project is a template for starting new projects in the GitHub organizations owned by Kubernetes. All Kubernetes projects, at minimum, must have the following files: |
4 |
| - |
5 |
| -- a `README.md` outlining the project goals, sponsoring sig, and community contact information |
6 |
| -- an `OWNERS` with the project leads listed as approvers ([docs on `OWNERS` files][owners]) |
7 |
| -- a `CONTRIBUTING.md` outlining how to contribute to the project |
8 |
| -- an unmodified copy of `code-of-conduct.md` from this repo, which outlines community behavior and the consequences of breaking the code |
9 |
| -- a `LICENSE` which must be Apache 2.0 for code projects, or [Creative Commons 4.0] for documentation repositories, without any custom content |
10 |
| -- a `SECURITY_CONTACTS` with the contact points for the Product Security Team |
11 |
| - to reach out to for triaging and handling of incoming issues. They must agree to abide by the |
12 |
| - [Embargo Policy](https://git.k8s.io/security/private-distributors-list.md#embargo-policy) |
13 |
| - and will be removed and replaced if they violate that agreement. |
| 1 | +# aws-fsx-openzfs-csi-driver |
14 | 2 |
|
| 3 | +Amazon FSx for OpenZFS Cloud Container Storage Interface(CSI) Driver |
15 | 4 | ## Community, discussion, contribution, and support
|
16 | 5 |
|
17 | 6 | Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
|
18 | 7 |
|
19 | 8 | You can reach the maintainers of this project at:
|
20 | 9 |
|
21 |
| -- [Slack](https://slack.k8s.io/) |
22 |
| -- [Mailing List](https://groups.google.com/a/kubernetes.io/g/dev) |
| 10 | +- [Slack channel](https://kubernetes.slack.com/messages/sig-cloud-provider) |
| 11 | +- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-cloud-provider) |
23 | 12 |
|
24 | 13 | ### Code of conduct
|
25 | 14 |
|
26 | 15 | Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
|
27 |
| - |
28 |
| -[owners]: https://git.k8s.io/community/contributors/guide/owners.md |
29 |
| -[Creative Commons 4.0]: https://git.k8s.io/website/LICENSE |
0 commit comments