Skip to content

Commit 7e3d678

Browse files
Additional updates from 2022 to 2023
Signed-off-by: Bridget Kromhout <[email protected]>
1 parent 0a4024d commit 7e3d678

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

elections/steering/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
This folder contains information on the Kubernetes Steering elections since 2017.
44

5+
The current Steering election, including all directions on eligibility, voting, and candidates, can be found here: [2023 Election]
6+
57
The last Steering election, including all directions on eligibility, voting, and candidates, can be found here: [2022 Election]
68

79
You can also read [documentation] on how to run a Steering Election.
810

11+
[2023 Election]: /elections/steering/2023/
912
[2022 Election]: /elections/steering/2022/
1013
[documentation]: /elections/steering/documentation/

elections/steering/documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ On the rare occasions that a voter nominates the candidate instead of themselves
293293
When a candidate creates an issue, EOs should check if they've copied in the process for endorsements; if not, an EO should. Particularly, voters need to remember to provide their employer name. Then the EO Nominations watches to see when the candidate accumulates the necessary three endorsements from contributors working for different employers. At that point, EO Nominations posts to the issue:
294294

295295
```
296-
<CANDIDATE NAME> has the necessary endorsements and is eligible to run in the Steering Committee election. The candidate should prepare their candidate profile as a PR and submit it, per the instructions at: https://github.com/kubernetes/community/blob/master/elections/steering/2022/README.md#candidacy-process
296+
<CANDIDATE NAME> has the necessary endorsements and is eligible to run in the Steering Committee election. The candidate should prepare their candidate profile as a PR and submit it, per the instructions at: https://github.com/kubernetes/community/blob/master/elections/steering/{{YEAR}}/README.md#candidacy-process
297297
```
298298

299299
In most cases, there are no other eligibility requirements. Candidates are not required to be documented contributors or org members. The Issue will remain open until the candidate profile is merged as a PR.

elections/steering/documentation/template/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Nominees may be found in the [election app].
299299
[pledge to recuse]: https://github.com/kubernetes/steering/blob/master/elections.md#steering-committee-and-election-officer-recusal
300300

301301
[Condorcet]: https://en.wikipedia.org/wiki/Condorcet_method
302-
[prior candidate bios]: https://github.com/kubernetes/community/tree/master/elections/steering/2022
302+
[prior candidate bios]: https://github.com/kubernetes/community/tree/master/elections/steering/{{YEAR-1}}
303303
[election officers]: https://github.com/kubernetes/community/tree/master/elections#recommending-election-officers
304304
[Kubernetes Community Meeting]: https://github.com/kubernetes/community/blob/master/events/community-meeting.md
305305
[Kubernetes Blog]: https://kubernetes.io/blog/
@@ -310,9 +310,9 @@ Nominees may be found in the [election app].
310310
[Elekto]: https://elekto.dev
311311
[election app]: https://elections.k8s.io
312312
[Elekto voting documentation]: https://elekto.dev/docs/voting/
313-
[voters.yaml]: https://github.com/kubernetes/community/blob/master/elections/steering/2022/voters.yaml
314-
[election page]: https://elections.k8s.io/app/elections/steering---2022
315-
[voter exception form]: https://elections.k8s.io/app/elections/steering---2022/exception
313+
[voters.yaml]: https://github.com/kubernetes/community/blob/master/elections/steering/{{YEAR}}/voters.yaml
314+
[election page]: https://elections.k8s.io/app/elections/steering---{{YEAR}}
315+
[voter exception form]: https://elections.k8s.io/app/elections/steering---{{YEAR}}/exception
316316
[public Steering Committee Meeting]: https://github.com/kubernetes/steering/#meetings
317-
[Eligible voters]: https://github.com/kubernetes/community/tree/master/elections/steering/2022#eligibility
317+
[Eligible voters]: https://github.com/kubernetes/community/tree/master/elections/steering/{{YEAR}}#eligibility
318318
[SIGs.yaml]: https://github.com/kubernetes/community/tree/master/sigs.yaml

elections/steering/documentation/template/voters.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
##################################
33
#
44
# The process for determining elegible voters can be found in
5-
# https://github.com/kubernetes/community/tree/master/elections/steering/2022
5+
# https://github.com/kubernetes/community/tree/master/elections/steering/{{YEAR}}
66
#
77
# If you feel you meet the eligibility criteria but do not see your GitHub username
88
# below, please fill out an exception request and the elections team will get back to
9-
# you as quickly as possible: https://elections.k8s.io/app/elections/steering---2022/exception
9+
# you as quickly as possible: https://elections.k8s.io/app/elections/steering---{{YEAR}}/exception
1010
#
1111
# History:
1212
# Log of changes to the file

0 commit comments

Comments
 (0)