You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: github-management/kubernetes-repositories.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,9 @@ against the kubernetes/org repo.
22
22
-[Core Repositories](#core-repositories)
23
23
*[Goals](#goals-2)
24
24
*[Rules](#rules-1)
25
+
-[Maintenance Mode](#maintenance-mode)
26
+
*[Roadmap](#roadmap)
27
+
*[How-tos](#how-tos)
25
28
-[Removing Repositories](#removing-repositories)
26
29
*[Grounds for removal](#grounds-for-removal)
27
30
-[FAQ](#faq)
@@ -136,6 +139,34 @@ ecosystem. Carries the endorsement of the Kubernetes community.
136
139
Kubernetes steering committee elections. in the Kubernetes community
137
140
* Repository must be approved by SIG-Architecture
138
141
142
+
## Maintenance Mode
143
+
144
+
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.
145
+
146
+
When in maintenance mode, the community can expect the following from the owners
147
+
of the project/repository:
148
+
149
+
* No concrete plan on introduction of new features
150
+
* Incoming Issues and PR(s) will not be looked at in any regular cadence
151
+
* Minimal upkeep for project language and dependency updates
152
+
* Security-related features/updates to be taken care of
153
+
* Explicit guidance around removal/transition to active state
154
+
155
+
### Process for transitioning to maintenance mode
156
+
157
+
* SIG Chairs or TLs can open PRs to add the label and a preamble in the README.md
158
+
for the project.
159
+
* In addition, a notice will be sent out by the SIG Chairs or TLs to the [#k-dev]()
160
+
mailing list with a fortnight for lazy consensus once the PR is opened.
161
+
162
+
### Rules
163
+
164
+
* Steering committee liaisons can also recommend a project/repository to transition to
165
+
maintenance mode during the annual reporting process.
166
+
* When in doubt, SIG-Architecture will be the decision-maker.
167
+
* Specific members who can help with the process will be identified & added to the
168
+
OWNERS file for performing the required activities.
169
+
139
170
## Removing Repositories
140
171
141
172
As important as it is to add new repositories, it is equally important to prune
0 commit comments