Skip to content

Commit 243586c

Browse files
authored
Merge pull request #6982 from moficodes/master
Add existing spotlights in a list
2 parents 0bdd8dc + 3963ce8 commit 243586c

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

communication/contributor-comms/storytelling-resources/sig-spotlight-blog-process.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,4 @@ The steps to create a SIG Spotlight blog post are as follows:
77
3) Interview those people - usually the SIG chairs. We generally recommend doing the interview asynchronously via a Google Doc because written responses are easier to work with. The SIG-Multicluster one was done with a recorded zoom interview but it took a long time to complete.
88
4) Write a blog post. The post should be in markdown format and we like to do a round of review on a rough draft before creating a PR. We recommend either hackmd.io or Google Docs for this. Google Docs can be converted to markdown fairly easily.
99

10-
Example past spotlights:
11-
12-
February 7, 2022 [SIG-Multicluster](https://kubernetes.io/blog/2022/02/07/sig-multicluster-spotlight-2022/)
13-
14-
June 30, 2020 [SIG-Windows](https://kubernetes.io/blog/2020/06/30/sig-windows-spotlight-2020/)
10+
[Past Spotlights](./sig-spotlights.md)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SIG Spotlights
2+
3+
These are all the spot lights that are published to date:
4+
5+
| SIG | Label | Link | Author | Publish Date |
6+
|-----|-------|------|--------|--------------|
7+
| [Windows](https://github.com/kubernetes/community/blob/master/sig-windows/README.md) | [windows](https://github.com/kubernetes/kubernetes/labels/sig%2Fwindows) | [SIG-Windows Spotlight](https://kubernetes.io/blog/2020/06/30/sig-windows-spotlight-2020/) | Kaslin Fields | 2020-06-30 |
8+
| [Usability](https://github.com/kubernetes/community/blob/master/sig-usability/README.md) | [usability](https://github.com/kubernetes/kubernetes/labels/sig%2Fusability) | [Spotlight on SIG Usability](https://kubernetes.io/blog/2021/07/15/sig-usability-spotlight-2021/) | Kunal Kushwaha | 2021-07-15 |
9+
| [Node](https://github.com/kubernetes/community/blob/master/sig-node/README.md) | [node](https://github.com/kubernetes/kubernetes/labels/sig%2Fnode) | [Spotlight no SIG Node](https://kubernetes.io/blog/2021/09/27/sig-node-spotlight-2021/) | Dewan Ahmed | 2021-09-27 |
10+
| [Multicluster](https://github.com/kubernetes/community/blob/master/sig-multicluster/README.md) | [multicluster](https://github.com/kubernetes/kubernetes/labels/sig%2Fmulticluster) | [Spotlight on SIG Multicluster](https://kubernetes.io/blog/2022/02/07/sig-multicluster-spotlight-2022/) | Dewan Ahmed <br> Chris Short | 2022-02-07 |
11+
| [Docs](https://github.com/kubernetes/community/blob/master/sig-docs/README.md) | [docs](https://github.com/kubernetes/kubernetes/labels/sig%2Fdocs) | [Spotlight on SIG Docs](https://kubernetes.io/blog/2022/08/02/sig-docs-spotlight-2022/) | Purneswar Prasad | 2022-08-02 |
12+
| [Storage](https://github.com/kubernetes/community/blob/master/sig-storage/README.md) | [storage](https://github.com/kubernetes/kubernetes/labels/sig%2Fstorage) | [Spotlight on SIG Storage](https://kubernetes.io/blog/2022/08/22/sig-storage-spotlight/) | Frederico Muñoz | 2022-08-22 |

0 commit comments

Comments
 (0)