diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-11-28 09:32:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-28 09:32:06 -0800 |
| commit | 243586c4e5d9933e8c21309c6b80e1d395c25f5c (patch) | |
| tree | 8d0e1086705baa924719972c91c89feb1f8bfd5d | |
| parent | 0bdd8dc7789527033be6f8b48551b668917c2672 (diff) | |
| parent | 3963ce85d78075239f0462dc8298ae6c04b5e6f4 (diff) | |
Merge pull request #6982 from moficodes/master
Add existing spotlights in a list
| -rw-r--r-- | communication/contributor-comms/storytelling-resources/sig-spotlight-blog-process.md | 6 | ||||
| -rw-r--r-- | communication/contributor-comms/storytelling-resources/sig-spotlights.md | 12 |
2 files changed, 13 insertions, 5 deletions
diff --git a/communication/contributor-comms/storytelling-resources/sig-spotlight-blog-process.md b/communication/contributor-comms/storytelling-resources/sig-spotlight-blog-process.md index 056047d5..29245ef9 100644 --- a/communication/contributor-comms/storytelling-resources/sig-spotlight-blog-process.md +++ b/communication/contributor-comms/storytelling-resources/sig-spotlight-blog-process.md @@ -7,8 +7,4 @@ The steps to create a SIG Spotlight blog post are as follows: 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. 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. -Example past spotlights: - -February 7, 2022 [SIG-Multicluster](https://kubernetes.io/blog/2022/02/07/sig-multicluster-spotlight-2022/) - -June 30, 2020 [SIG-Windows](https://kubernetes.io/blog/2020/06/30/sig-windows-spotlight-2020/) +[Past Spotlights](./sig-spotlights.md) diff --git a/communication/contributor-comms/storytelling-resources/sig-spotlights.md b/communication/contributor-comms/storytelling-resources/sig-spotlights.md new file mode 100644 index 00000000..29ddcb2e --- /dev/null +++ b/communication/contributor-comms/storytelling-resources/sig-spotlights.md @@ -0,0 +1,12 @@ +# SIG Spotlights + +These are all the spot lights that are published to date: + +| SIG | Label | Link | Author | Publish Date | +|-----|-------|------|--------|--------------| +| [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 | +| [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 | +| [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 | +| [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 | +| [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 | +| [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 | |
