diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-07-11 17:20:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-11 17:20:46 -0700 |
| commit | 9d39e8172019c95a927cf1aef7062c26e4e56336 (patch) | |
| tree | c5d77fb9d870bba30d680369843dc550876884e6 /github-management | |
| parent | a843caa9b14a54232a08012693367cc52c583b30 (diff) | |
| parent | 7b2c66507ddeba11b05f5bb967016676e507d934 (diff) | |
Merge pull request #5649 from divya-mohan0209/patch-4
Adding section about Maintenance mode
Diffstat (limited to 'github-management')
| -rw-r--r-- | github-management/kubernetes-repositories.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/github-management/kubernetes-repositories.md b/github-management/kubernetes-repositories.md index bcc43210..c7c357a6 100644 --- a/github-management/kubernetes-repositories.md +++ b/github-management/kubernetes-repositories.md @@ -22,6 +22,9 @@ against the kubernetes/org repo. - [Core Repositories](#core-repositories) * [Goals](#goals-2) * [Rules](#rules-1) +- [Maintenance Mode](#maintenance-mode) + * [Roadmap](#roadmap) + * [How-tos](#how-tos) - [Removing Repositories](#removing-repositories) * [Grounds for removal](#grounds-for-removal) - [FAQ](#faq) @@ -136,6 +139,34 @@ ecosystem. Carries the endorsement of the Kubernetes community. Kubernetes steering committee elections. in the Kubernetes community * Repository must be approved by SIG-Architecture +## Maintenance Mode + +Projects that are considered "done" or not pursuing the development of new features but are relied on as a dependency can be considered in Maintenance mode. + +When in maintenance mode, the community can expect the following from the owners +of the project/repository: + + * No concrete plan on introduction of new features + * Incoming Issues and PR(s) will not be looked at in any regular cadence + * Minimal upkeep for project language and dependency updates + * Security-related features/updates to be taken care of + * Explicit guidance around removal/transition to active state + +### Process for transitioning to maintenance mode + + * SIG Chairs or TLs can open PRs to add the label and a preamble in the README.md + for the project. + * In addition, a notice will be sent out by the SIG Chairs or TLs to the [#k-dev]() + mailing list with a fortnight for lazy consensus once the PR is opened. + +### Rules + + * Steering committee liaisons can also recommend a project/repository to transition to + maintenance mode during the annual reporting process. + * When in doubt, SIG-Architecture will be the decision-maker. + * Specific members who can help with the process will be identified & added to the + OWNERS file for performing the required activities. + ## Removing Repositories As important as it is to add new repositories, it is equally important to prune |
