You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: sig-storage/CONTRIBUTING.md
+12-8
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ We recommend the following presentations, docs, and videos to help get familiar
4
4
5
5
| Date | Title | Link | Description |
6
6
| --- | --- | --- | --- |
7
+
| 2023 January 23 | PV/PVC Controller Deep Dive |[Slides](https://docs.google.com/presentation/d/1XI_XzxlAYF6dqRfQQsoBd-UWRHssH2Ts5KwK5NDIMgg/edit)| A walk through of the PV controller source code following the Dynamic Volume Provisioning with CSI scenario |
8
+
| 2022 November 9 | Kubernetes SIG Storage Deep Dive |[Video](https://www.youtube.com/watch?v=_XXn3-yDZA0)| An overview and update of SIG Storage by Xing Yang, VMware & Mauricio Poppe, Google at KubeCon NA 2022. |
9
+
| 2022 May 16 | Kubernetes SIG Storage Deep Dive |[Video](https://www.youtube.com/watch?v=dsEeQqRSg74)| An overview and update of SIG Storage by Xing Yang, VMware & Jan Šafránek, Red Hat at KubeCon Europe 2022. |
10
+
| 2020 November 20 | Intro & Deep Dive: Kubernetes SIG-Storage |[Video](https://www.youtube.com/watch?v=rnCdvWToPPM&t=2s)| An overview and update of SIG Storage by Xing Yang and Michelle Au at KubeCon/CloudNativeCon NA 2020. |
7
11
| 2020 November 20 | Intro & Deep Dive: Kubernetes SIG-Storage |[Video](https://www.youtube.com/watch?v=rnCdvWToPPM&t=2s)| An overview and update of SIG Storage by Xing Yang and Michelle Au at KubeCon/CloudNativeCon NA 2020. |
8
12
| 2020 November 20 | Intro & Deep Dive: Kubernetes Data Protection WG |[Video](https://www.youtube.com/watch?v=g8HEQnLVo04)| An overview of Data Protection WG by Xing Yang and Xiangqian Yu at KubeCon/CloudNativeCon NA 2020. |
9
13
| 2020 November 18 | Beyond File and Block Storage in Kubernetes |[Video](https://www.youtube.com/watch?v=Y3GgJb71Cwo)| An introduction of Container Object Storage Interface (COSI) by Sidhartha Mani at KubeCon/CloudNativeCon NA 2020. |
@@ -21,20 +25,20 @@ We recommend the following presentations, docs, and videos to help get familiar
21
25
| 2016 March 25 | The State of State | [Video](https://www.youtube.com/watch?v=jsTQ24CLRhI&index=6&list=PLosInM-8doqcBy3BirmLM4S_pmox6qTw3) | The State of State at KubeCon/CloudNativeCon EU 2016 by Matthew Bates
22
26
| 2016 March 25 | Kubernetes Storage 101 | [Video](https://www.youtube.com/watch?v=ZqTHe6Xj0Ek&list=PLosInM-8doqcBy3BirmLM4S_pmox6qTw3&index=38) | Kubernetes Storage 101 at KubeCon/CloudNativeCon EU 2016 by Erin Boyd
23
27
24
-
Keep in mind that these artifacts reflect the state of the art at the time they were created. In Kubernetes we try very hard to maintain backwards compatibility, but Kubernetes is a fast moving project and we do add features going forward and attending the Storage SIG meetings and the Storage SIG Google group are both good ways of continually staying up to speed.
28
+
Keep in mind that these artifacts reflect the state of the art at the time they were created. In Kubernetes we try very hard to maintain backwards compatibility, but Kubernetes is a fast moving project and we do add features going forward and attending the Storage SIG meetings and the Storage SIG Google group are both good ways of continually staying up to speed.
25
29
26
30
### How to help
27
31
28
32
We love having folks help in any capacity! We recommend you start by reading the overall [Kubernetes contributor's guide](/contributors/guide)
29
33
30
34
### Helping with Features
31
-
If you have a feature idea, please submit a feature proposal PR first and put it on the [Storage SIG Meeting Agenda](https://docs.google.com/document/d/1-8KEG8AjAgKznS9NFm3qWqkGyCHmvU6HVl0sk5hwoAE/edit#heading=h.bag869lp4lyz).
32
-
Our PR review bandwidth is fairly small, as such, we strongly recommend that you do not start writing the implementation before you've
33
-
discussed the feature with the community. This helps the community understand what you're trying to do with the proposal and helps the
34
-
community and you work through the approach until there is consensus. The community then will also be able to communicate with you how
35
-
soon they will be able to review your proposal PR, to set expectations. However, generally speaking once the your proposal PR is merged,
36
-
your implementation PR review and merge should go fairly quickly as the review is focused on the implementation quality and not
37
-
what you are proposing. We are really trying to improve our test coverage and documentation, so please include functional tests, e2e tests
35
+
If you have a feature idea, please submit a feature proposal PR first and put it on the [Storage SIG Meeting Agenda](https://docs.google.com/document/d/1-8KEG8AjAgKznS9NFm3qWqkGyCHmvU6HVl0sk5hwoAE/edit#heading=h.bag869lp4lyz).
36
+
Our PR review bandwidth is fairly small, as such, we strongly recommend that you do not start writing the implementation before you've
37
+
discussed the feature with the community. This helps the community understand what you're trying to do with the proposal and helps the
38
+
community and you work through the approach until there is consensus. The community then will also be able to communicate with you how
39
+
soon they will be able to review your proposal PR, to set expectations. However, generally speaking once the your proposal PR is merged,
40
+
your implementation PR review and merge should go fairly quickly as the review is focused on the implementation quality and not
41
+
what you are proposing. We are really trying to improve our test coverage and documentation, so please include functional tests, e2e tests
0 commit comments