From b69b440c2ee88477fb42b269ce9329e570901f42 Mon Sep 17 00:00:00 2001 From: Justin SB Date: Sun, 21 Mar 2021 10:31:53 -0400 Subject: [PATCH] Add values page As discussed in #10672, we are maintaining the BLM statement on a page dedicated to our values. Additional values mirror the kubernetes project values. We can document additional values by agreement in office hours. --- docs/values.md | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 70 insertions(+) create mode 100644 docs/values.md diff --git a/docs/values.md b/docs/values.md new file mode 100644 index 0000000000000..4c33ace9636f9 --- /dev/null +++ b/docs/values.md @@ -0,0 +1,69 @@ +# kOps values + +kOps is developed by mutual collaboration; we document our values so +that we can collaborate more effectively and without conflict. + +As part of the kubernetes project, we adopt the [kubernetes community values](https://kubernetes.io/community/values/); +they are included [below](#kubernetes-community-values). + +In the kOps project, we emphasize also: + +## Black lives matter. + +We stand in solidarity with the Black community. Racism is +unacceptable. It conflicts with [the core values of the Kubernetes project](https://kubernetes.io/community/values/) +and our community does not tolerate it. + + +# Kubernetes Community Values + +Kubernetes Community culture contributes substantially to the +project's success. The following values have evolved over time, +pushing our project and peers toward constant improvement. + +## Distribution is better than centralization + +The scale of the Kubernetes project is only viable through high-trust +and high-visibility distribution of work, which includes delegation of +authority, decision making, technical design, code ownership, and +documentation. Distributed asynchronous ownership, collaboration, +communication and decision making are the cornerstones of our +world-wide community. + +## Community over product or company + +We are here as a community first. Our allegiance is to the intentional +stewardship of the Kubernetes project for the benefit of all its +members and users everywhere. We support working together publicly for +the common goal of a vibrant interoperable ecosystem, providing an +excellent experience for our users. Individuals gain status through +work. Companies gain status through their commitments to support this +community and fund the resources necessary for the project to operate. + +## Automation over process + +Large projects have a lot of hard yet less exciting work. We value +time spent automating repetitive work more highly than toil. Where +work cannot be automated, our culture recognizes and rewards all types +of contributions while recognizing that heroism is not sustainable. + +## Inclusive is better than exclusive + +Broadly successful and useful technologies require different +perspectives and skill sets, which can only be heard in a welcoming +and respectful environment. Community membership is a privilege, not a +right. Community members earn leadership through effort, scope, +quality, quantity, and duration of contributions. Our community +respects the time and effort put into a discussion, regardless of +where a contributor is on their growth path. + +## Evolution is better than stagnation + +Openness to new ideas and studied technological evolution make +Kubernetes a stronger project. Continual improvement, servant +leadership, mentorship, and respect are the foundations of Kubernetes +culture. Kubernetes community leaders have a duty to find, sponsor, +and promote new community members. Leaders should expect to step +aside. Community members should expect to step up. + +**"Culture eats strategy for breakfast." --Peter Drucker** diff --git a/mkdocs.yml b/mkdocs.yml index 82bf16057438e..7ba776c4e2e55 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -35,6 +35,7 @@ nav: - Welcome: "index.md" - Releases & Versioning: "welcome/releases.md" - Office Hours: "welcome/office_hours.md" + - Values: "values.md" - Getting Started: - Installing: "getting_started/install.md" - Deploying to AWS: "getting_started/aws.md"