Skip to content

Commit 1c2ef78

Browse files
authored
Merge branch 'kubernetes:master' into master
2 parents 0064d23 + ee8c446 commit 1c2ef78

File tree

3 files changed

+104
-0
lines changed

3 files changed

+104
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
-------------------------------------------------------------
2+
name: Arnaud Meukam
3+
ID: ameukam
4+
info:
5+
- employer: VMware
6+
- slack: Arnaud
7+
-------------------------------------------------------------
8+
9+
## SIGS
10+
11+
- SIG K8s Infra: SIG Chair
12+
- SIG Release: Release Manager Associate
13+
- SIG Testing
14+
15+
## What I have done
16+
17+
I have been involved with the Kubernetes project since 2018. Joined as a shadow in the SIG Release shadow program. I later joined the Kubernetes Infrastructure SIG and became SIG Chair.
18+
19+
- Boostrap registry.k8s.io as the new distribution platform for our container images
20+
- Establish a partnership with Fastly to ensure our binaries to distributed to a CDN network.
21+
- Driving the strategy on how to extend our infrastructure footprint to AWS
22+
- Member of the past release teams (1.12, 1.13, 1.14)
23+
- Former Github Admin for all organizations of the projects
24+
25+
## What I'll do
26+
27+
As a member of the community, I am committed to pushing the project's progress while preserving the community's ideals. My primary goal is to keep Kubernetes at the cutting edge of innovation while retaining a user-centric approach. I will work relentlessly to encourage collaboration among all stakeholders, empowering developers, operators, and end users alike.
28+
29+
I am passionate about making Kubernetes more accessible to newcomers, streamlining the onboarding process. Additionally, I will champion initiatives that prioritize sustainability and efficiency, ensuring Kubernetes remains a sustainable choice for organizations of all sizes.
30+
31+
I will advocate for strategic decisions that align with both the project's technical excellence and its broader impact on the cloud-native ecosystem. Through transparent communication, active engagement with the community, and a commitment to inclusivity, I aim to drive Kubernetes forward as a powerful and versatile platform that meets the evolving needs of the industry.
32+
33+
In collaboration with my fellow committee members, I will work to nurture a culture of diversity, and collaboration, ensuring that Kubernetes continues to thrive as an open-source project.
34+
35+
## Resources About Me
36+
37+
- Twitter: [@ameukam](https://twitter.com/ameukam)
38+
- Talks:
39+
- [Why We Moved the Kubernetes Image Registry](https://www.youtube.com/watch?v=9CdzisDQkjE)
40+
- [KCNA 22 - Kubernetes Infra SIG: Intro And Updates](https://www.youtube.com/watch?v=mJAC4asDCOw)
41+
- [KCEU 23 - Kubernetes Infra SIG: Intro And Updates](https://www.youtube.com/watch?v=_QAElyKyN1o)
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
-------------------------------------------------------------
2+
name: Stephen Augustus
3+
ID: justaugustus
4+
info:
5+
- employer: Cisco
6+
- slack: justaugustus
7+
-------------------------------------------------------------
8+
9+
## SIGs
10+
11+
- SIG Release
12+
- SIG Release Chair
13+
- Release Manager
14+
- Release Engineering subproject owner
15+
16+
## External open source roles
17+
18+
- OpenSSF Governing Board member
19+
- OpenAPI Initiative Business Governing Board member
20+
- Maintainer:
21+
- [OpenSSF Scorecard](https://github.com/ossf/scorecard)
22+
- [CNCF Dex](https://dexidp.io/)
23+
24+
## What I have done
25+
26+
Throughout my career in Kubernetes, I have identified and contributed to high-impact areas of the project, founded, staffed, and mentored multiple governance groups, and created process and policy in its absence.
27+
28+
### Emeritus roles
29+
30+
- SIG PM Chair
31+
- SIG Azure Chair
32+
- WG Naming Lead
33+
- [Cluster API Azure][capz] maintainer (SIG Cluster Lifecycle)
34+
- [Enhancements][enhancements] subproject owner (SIG Architecture)
35+
- [New Membership Coordinator][nmc] (GitHub Management subproject)
36+
- Release Team member
37+
38+
## What I'll do
39+
40+
My continued goal is to **_reduce/remove friction in contributing to Kubernetes._**
41+
42+
To help ensure the **sustainability** of the project, I will focus on three areas; _effectiveness_, _agility_, and _sponsorship_:
43+
44+
Supporting initiatives that bolster the **Effectiveness** of our governance bodies, both in actuality and community perception.
45+
46+
Improve mechanisms to achieve quality decisions, without sacrificing **Agility**.
47+
48+
**Sponsorship** of efforts that allow community members to sustain contributions to the Kubernetes project and the wider ecosystem.
49+
50+
## Resources About Me
51+
52+
- [whois.auggie.dev (personal website)](https://whois.auggie.dev/)
53+
- [GitHub](https://github.com/justaugustus)
54+
- [LinkedIn](https://www.linkedin.com/in/stephenaugustus)
55+
- [X (Twitter)](https://twitter.com/stephenaugustus)
56+
- [YouTube (talk playlist)](https://youtube.com/playlist?list=PLnRXOw13j0MsfAinWbb1AJ5b9CAx9uBNM)
57+
58+
[capz]: https://sigs.k8s.io/cluster-api-provider-azure
59+
[enhancements]: https://git.k8s.io/community/sig-architecture#enhancements
60+
[nmc]: https://git.k8s.io/community/github-management#new-membership-coordinator

elections/steering/documentation/template/election-template.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## RENAME THIS FILE TO election.yaml
22
name: {{YEAR}} Steering Committee Election
33
organization: Kubernetes
4+
# Start of day in UTC for opening: 2023-08-29 00:00:01
45
start_datetime: {{DATETIME VOTING STARTS IN UTC}}
6+
# End of day Anywhere on Earth for closing. Write 2023-09-26 as: 2023-09-27 11:59:59
57
end_datetime: {{DATETIME VOTING ENDS IN UTC}}
68
no_winners: {{# BEING ELECTED}}
79
allow_no_opinion: True
@@ -15,4 +17,5 @@ election_officers:
1517
- {{EO 3}}
1618
eligibility: Kubernetes Org members with {{NUM}} or more contributions in the last year can vote. See [the election guide](https://github.com/kubernetes/community/tree/master/elections/steering/{{YEAR}})
1719
exception_description: Not all contributions are measured by DevStats. If you have contributions that are not so measured, then please request an exception to allow you to vote via the Elekto application.
20+
# End of day Anywhere on Earth for closing. Write 2023-09-23 as: 2023-09-24 11:59:59
1821
exception_due: {{DATETIME 3-4 DAYS BEFORE VOTING ENDS}}

0 commit comments

Comments
 (0)