Skip to content

Commit c2b22d2

Browse files
Merge pull request #66 from mikeshng/update-mission
update mission statement by:
2 parents e744f4f + 14d867e commit c2b22d2

File tree

1 file changed

+13
-26
lines changed

1 file changed

+13
-26
lines changed

MISSION.md

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ We are initially interested in the following lifecycles associated with expandin
99
1. Cluster Lifecycle. How are clusters provisioned, upgraded, registered, scaled out or in and decommissioned?
1010
2. Policy & Configuration Lifecycle. How are clusters configured, audited, secured, access controlled, managed for quota or cost?
1111
3. Application Lifecycle. How are containerized or hybrid applications delivered across one or more clusters? How are those applications kept current with ongoing changes?
12-
4. Observability. How does a user understand the health of their cluster fleet? How does a user understand the health of distributed applications? How does a user search available clusters or applications and diagnose problems when they occur?
1312

1413
Our initial goals for the project are to define API and reference implementations for common use cases that we have observed as users grow their adoption of Kubernetes:
1514

@@ -18,14 +17,13 @@ Our initial goals for the project are to define API and reference implementation
1817
- Define API for dynamic placement of content and behavior across multiple clusters.
1918
- Define API for policy definition to ensure desired configuration and security settings are auditable or enforceable.
2019
- Define API for distributed application delivery across many clusters and the ability to deliver ongoing updates.
21-
- Define API to collect cluster and application health metrics and alerts across multiple clusters.
2220

2321
We expect that over time, the project will make sense to contribute to an appropriate foundation for stewardship. In the meantime, we intend to engage and contribute where similar use cases are under active discussion in the community including the Kubernetes SIG-Multicluster and SIG-Policy workgroups, among others.
2422

2523
## Contributor Code of Conduct
2624
The Open Cluster Management project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). The English text of the CNCF Code of Conduct is made available here for reference. Additional [language translations](https://github.com/cncf/foundation/blob/master/code-of-conduct.md) are available.
2725

28-
As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
26+
"As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
2927

3028
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.
3129
Examples of unacceptable behavior by participants include:
@@ -36,8 +34,8 @@ Public or private harassment
3634
Publishing others' private information, such as physical or electronic addresses, without explicit permission
3735
Other unethical or unprofessional conduct.
3836
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from the project team.
39-
This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
40-
Instances of abusive, harassing, or otherwise unacceptable behavior in Open Cluster Management may be reported by contacting [NEED POINT OF CONTACT].” [[Reference](https://github.com/cncf/foundation/blob/master/code-of-conduct.md)]
37+
This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
38+
Instances of abusive, harassing, or otherwise unacceptable behavior in Open Cluster Management may be reported by contacting `[email protected]`." [[Reference](https://github.com/cncf/foundation/blob/master/code-of-conduct.md)]
4139

4240
## Getting Involved
4341

@@ -54,29 +52,19 @@ Suggested API and implementations will be accepted in accordance with the broad
5452
To ensure opportunities for broad user contributions, a public forum will be hosted to demonstrate new capabilities, solicit feedback and offer a forum for real time Q&A.
5553
Meeting recordings will be posted to a YouTube channel for offline viewing.
5654

57-
- Public Agenda (Link TBD)
58-
- First Monday of the month
59-
- 5-6 PM US Pacific / 8-9 PM US Eastern / 1-2 AM GMT / 8-9 AM (Tuesday) China
60-
- Third Monday of the month
61-
- 8-9 AM US Pacific / 11 AM - 12 PM US Eastern / 4-5 PM GMT / 8-9 PM (Monday) China
55+
The community meets on a bi-weekly cadence on Thursday at 15:30 UTC.
6256

63-
## Community Architecture Forum
64-
65-
Technical discussions will also be held in an open forum. The topics for the Community Architecture Forum will cover technical review of APIs and relevant implementation details.
66-
Meeting recordings will be posted to a YouTube channel for offline viewing.
67-
68-
69-
- Public Agenda (Link TBD)
70-
- Second Monday of the month
71-
- 5-6 PM US Pacific / 8-9 PM US Eastern / 1-2 AM GMT / 8-9 AM (Tuesday) China
72-
- Fourth Monday of the month
73-
- 8-9 AM US Pacific / 11 AM -12 PM US Eastern / 4-5 PM GMT / 8-9 PM (Monday) China
57+
Meeting Agenda and Topics can be found here: https://github.com/open-cluster-management-io/community/projects/1.
7458

7559
## Communication
7660

77-
A public [Google Group](https://groups.google.com/g/open-cluster-management) has been created to facilitate offline discussion outside of Github issues or Pull Requests.
61+
See the following options to connect with the community:
7862

79-
The project team has chosen to defer a new Slack team until we get enough critical mass in the community to warrant joining another Slack team or workspace.
63+
- [Website](https://open-cluster-management.io)
64+
- [Slack](https://kubernetes.slack.com/archives/C01GE7YSUUF)
65+
- [Mailing group](https://groups.google.com/g/open-cluster-management)
66+
- [Community meetings](https://github.com/open-cluster-management-io/community#community-meetings)
67+
- [YouTube channel](https://www.youtube.com/channel/UC7xxOh2jBM5Jfwt3fsBzOZw)
8068

8169
## Governance
8270

@@ -91,9 +79,8 @@ The project team has chosen to defer a new Slack team until we get enough critic
9179

9280
## Public Roadmap
9381

94-
95-
82+
Roadmap is tracked using GitHub project. See https://github.com/open-cluster-management-io/community/projects/2
9683

9784
## Security Response
9885

99-
Please see https://github.com/open-cluster-management-io/community/blob/master/SECURITY.md.
86+
Please see https://github.com/open-cluster-management-io/community/blob/master/SECURITY.md.

0 commit comments

Comments
 (0)