Skip to content

Commit c23c618

Browse files
committed
Remove references to kubernetes-incubator
Since the kubernetes-incubator org has now been retired, this commit removes references to the org from our docs. Note that this commit does NOT remove references in the following docs: * design proposals * meeting notes * docs/notes from old events
1 parent db01d9c commit c23c618

File tree

9 files changed

+16
-48
lines changed

9 files changed

+16
-48
lines changed

contributors/devel/sig-node/container-runtime-interface.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ proposals. We are working on adding more documentation for the API.
5858
- [Exec/attach/port-forward streaming requests](https://docs.google.com/document/d/1OE_QoInPlVCK9rMAx9aybRmgFiVjHpJCHI9LrfdNM_s/edit?usp=sharing)
5959
- [Container stdout/stderr logs](https://github.com/kubernetes/kubernetes/blob/release-1.5/docs/proposals/kubelet-cri-logging.md)
6060

61-
## Work-In-Progress CRI runtimes
61+
## CRI runtimes
6262

63-
- [cri-o](https://github.com/kubernetes-incubator/cri-o)
64-
- [rktlet](https://github.com/kubernetes-incubator/rktlet)
63+
- [cri-o](https://github.com/cri-o/cri-o)
64+
- [rktlet](https://github.com/kubernetes-retired/rktlet)
6565
- [frakti](https://github.com/kubernetes/frakti)
66-
- [cri-containerd](https://github.com/kubernetes-incubator/cri-containerd)
66+
- [cri-containerd](https://github.com/containerd/cri)
6767
- [singularity-cri](https://github.com/sylabs/singularity-cri)
6868

6969
## [Status update](#status-update)

github-management/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ project
7272
| [kubernetes](https://github.com/kubernetes) | Core |
7373
| [kubernetes-client](https://github.com/kubernetes-client) | API Client Libraries |
7474
| [kubernetes-csi](https://github.com/kubernetes-csi) | Container Storage Interface Components |
75-
| [kubernetes-incubator](https://github.com/kubernetes-incubator) | Legacy Incubator Projects |
7675
| [kubernetes-retired](https://github.com/kubernetes-retired) | Retired/Archived Projects |
7776
| [kubernetes-security](https://github.com/kubernetes-security) | Private Security Fix Mirror |
7877
| [kubernetes-sigs](https://github.com/kubernetes-sigs) | SIG-related Projects |
@@ -86,6 +85,7 @@ project
8685
| [kubernetes-extensions](https://github.com/kubernetes-extensions) | |
8786
| [kubernetes-federation](https://github.com/kubernetes-federation) | |
8887
| [kubernetes-graveyard](https://github.com/kubernetes-graveyard) | kubernetes-retired should be used instead going forward |
88+
| [kubernetes-incubator](https://github.com/kubernetes-incubator) | Earlier used for legacy incubator projects |
8989
| [kubernetes-incubator-retired](https://github.com/kubernetes-incubator-retired) | kubernetes-retired should be used instead going forward |
9090
| [kubernetes-providers](https://github.com/kubernetes-providers) | |
9191
| [kubernetes-sidecars](https://github.com/kubernetes-sidecars) | |

github-management/kubernetes-repositories.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -164,25 +164,6 @@ circumstances (e.g. a code of conduct violation).
164164

165165
## FAQ
166166

167-
**My project is currently in kubernetes-incubator, what is going to happen to
168-
it?**
169-
170-
Nothing. We’ll grandfather existing projects and they can stay in the incubator
171-
org for as long as they want to. We expect/hope that most projects will either
172-
move out to ecosystem, or into SIG or Core repositories following the same
173-
approval process described below.
174-
175-
**My project wants to graduate from incubator, how can it do that?**
176-
177-
Either approval from a SIG to graduate to a SIG repository, or approval from
178-
SIG-Architecture to graduate into the core repository.
179-
180-
**My incubator project wants to go GA, how can it do that?**
181-
182-
For now, the project determines if and when it is GA. For the future, we may
183-
define a cross Kubernetes notion of GA for core and sig repositories, but that’s
184-
not in this proposal.
185-
186167
**My project is currently in core, but doesn’t seem to fit these guidelines,
187168
what’s going to happen?**
188169

github-management/new-membership-procedure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ required to be eligible to sponsor a new member. These requirements are:
4747

4848
- Sponsors must be a member of the org they are attempting to sponsor for.
4949

50-
For example, if the membership being requested is for kubernetes-incubator,
50+
For example, if the membership being requested is for kubernetes-sigs,
5151
then the sponsor should be a member of either that org, or main Kubernetes
5252
org (as members of the main org have implicit membership in other orgs).
5353

github-management/org-owners-guide.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ for all orgs going forward. Notable discrepancies at the moment:
7575
`kubernetes-sig-foo-pr-reviews` teams and are intended mostly as a fallback
7676
notification mechanism when requested reviewers are being unresponsive.
7777
Ideally OWNERS files can be used in lieu of these teams.
78-
- `admins-foo` and `maintainers-foo` teams as used by the kubernetes-incubator
79-
org. This was a mistake that swapped the usual convention, and we would like
80-
to rename the team
8178

8279
### Structure and Process
8380

sig-cluster-lifecycle/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@ The following [subprojects][subproject-definition] are owned by sig-cluster-life
139139
- **Meetings:**
140140
- kops Office Hours: [Fridays at 09:00 PT (Pacific Time)](https://zoom.us/j/97072789944?pwd=VVlUR3dhN2h5TEFQZHZTVVd4SnJUdz09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29).
141141
- [Meeting notes and Agenda](https://docs.google.com/document/d/12QkyL0FkNbWPcLFxxRGSPt_tNPBHbmni3YLY-lHny7E/edit).
142-
### kube-aws
143-
- **Owners:**
144-
- https://raw.githubusercontent.com/kubernetes-incubator/kube-aws/master/OWNERS
145-
- **Contact:**
146-
- Slack: [#kube-aws](https://kubernetes.slack.com/messages/kube-aws)
147142
### kube-up
148143
- **Owners:**
149144
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cluster/OWNERS

sig-instrumentation/charter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ APIs).
2828

2929
[List of subprojects](https://github.com/kubernetes/community/tree/master/sig-instrumentation#subprojects)
3030

31-
- Components required for any Kubernetes cluster in regards to observability. Also referred to as the [core metrics pipeline][core-metrics-pipeline], meaning metrics that are to be consumed by the scheduler, kubectl and autoscaling. ([kubernetes-incubator/metrics-server](https://github.com/kubernetes-incubator/metrics-server), [kubernetes/heapster](https://github.com/kubernetes/heapster))
32-
- Interfaces/API definitions required for any Kubernetes cluster in regards to observability. These the APIs defined in order to interface external system (such as Prometheus, Stackdriver, etc.) to be exposed to Kubernetes as a common interface, in order for Kubernetes to be able to treat metric sources as a generic metrics API. ([kubernetes/metrics](https://github.com/kubernetes/metrics), [kubernetes-incubator/custom-metrics-apiserver](https://github.com/kubernetes-incubator/custom-metrics-apiserver))
31+
- Components required for any Kubernetes cluster in regards to observability. Also referred to as the [core metrics pipeline][core-metrics-pipeline], meaning metrics that are to be consumed by the scheduler, kubectl and autoscaling. ([kubernetes-sigs/metrics-server](https://github.com/kubernetes-sigs/metrics-server), [kubernetes/heapster](https://github.com/kubernetes/heapster))
32+
- Interfaces/API definitions required for any Kubernetes cluster in regards to observability. These the APIs defined in order to interface external system (such as Prometheus, Stackdriver, etc.) to be exposed to Kubernetes as a common interface, in order for Kubernetes to be able to treat metric sources as a generic metrics API. ([kubernetes/metrics](https://github.com/kubernetes/metrics), [kubernetes-sigs/custom-metrics-apiserver](https://github.com/kubernetes-sigs/custom-metrics-apiserver))
3333
- Well established but optional components or adapters for Kubernetes clusters, if endorsed by members. Each component must have two or more members as maintainers. ([kubernetes/kube-state-metrics](https://github.com/kubernetes/kube-state-metrics), not yet officially owned by SIG-Instrumentation, but an example prospect for this category: [DirectXMan12/k8s-prometheus-adapter](https://github.com/DirectXMan12/k8s-prometheus-adapter))
3434

3535
#### Cross-cutting and Externally Facing Processes

sig-service-catalog/charter.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ This SIG’s main goals are:
2525

2626
### Code, Binaries and services
2727

28-
- [Source Repository](https://github.com/kubernetes-incubator/service-catalog)
29-
- See [OWNERS](https://raw.githubusercontent.com/kubernetes-incubator/service-catalog/master/OWNERS) for who has access.
28+
- [Source Repository](https://github.com/kubernetes-sigs/service-catalog)
29+
- See [OWNERS](https://raw.githubusercontent.com/kubernetes-sigs/service-catalog/master/OWNERS) for who has access.
3030
- [Image Repository](https://quay.io/organization/kubernetes-service-catalog)
3131
- Canary builds are published on pushes to master.
3232
- Release builds (and latest) are published on tags.
@@ -44,7 +44,7 @@ This SIG’s main goals are:
4444
- Files hosted on Azure blob storage.
4545
- Azure account managed by Carolyn Van Slyck (Microsoft) and Aaron Schlesinger
4646
(Microsoft).
47-
- [Travis](https://travis-ci.org/kubernetes-incubator/service-catalog)
47+
- [Travis](https://travis-ci.org/kubernetes-sigs/service-catalog)
4848
- Runs the CI builds.
4949
- Maintainers have access.
5050
- [Jenkins](https://service-catalog-jenkins.appspot.com/)
@@ -61,7 +61,7 @@ This SIG's charter deviates from the
6161
[sig-governance](https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md)
6262
roles. We do not have the Tech Lead role, and have a honorary Emeritus Chair role.
6363

64-
- [Maintainers](https://github.com/orgs/kubernetes-incubator/teams/maintainers-service-catalog/members)
64+
- [Maintainers](https://github.com/orgs/kubernetes-sigs/teams/service-catalog-maintainers/members)
6565
- Maintainer is equivalent to the standard [Kubernetes definition of
6666
Approver](https://github.com/kubernetes/community/blob/master/community-membership.md#approver).
6767
- Responsible for reviewing pull requests, and approving pull requests for merge.
@@ -115,7 +115,7 @@ roles. We do not have the Tech Lead role, and have a honorary Emeritus Chair rol
115115
- Must accept and adhere to the Kubernetes [Embargo
116116
Policy](https://git.k8s.io/security/private-distributors-list.md#embargo-policy).
117117
- Defined in
118-
[SECURITY_CONTACTS](https://github.com/kubernetes-incubator/service-catalog/blob/master/SECURITY_CONTACTS)
118+
[SECURITY_CONTACTS](https://github.com/kubernetes-sigs/service-catalog/blob/master/SECURITY_CONTACTS)
119119
file.
120120

121121
## Organizational management
@@ -129,15 +129,15 @@ roles. We do not have the Tech Lead role, and have a honorary Emeritus Chair rol
129129
reports, deep dives, etc.) should make their slides available for perusal and
130130
feedback at least 2 week in advance.
131131
- [Working
132-
groups](https://github.com/kubernetes-incubator/service-catalog/wiki/Working-Groups)
132+
groups](https://github.com/kubernetes-sigs/service-catalog/wiki/Working-Groups)
133133
can be initiated by any member. To create a new one, add the topic to the
134134
weekly call’s agenda for discussion.
135135
- These are not the same as cross-SIG working groups.
136136
- Working groups exist for an unspecified period of time, so that interested
137137
members can meet to discuss and solve problems for our SIG.
138138

139139
### Project management
140-
- [Milestones](https://github.com/kubernetes-incubator/service-catalog/milestones)
140+
- [Milestones](https://github.com/kubernetes-sigs/service-catalog/milestones)
141141
are defined by SIG maintainers.
142142
- Anyone is free to request a discussion of the milestones/plans during
143143
a weekly call.
@@ -147,7 +147,7 @@ roles. We do not have the Tech Lead role, and have a honorary Emeritus Chair rol
147147
- Major releases are planned and discussed among the SIG members during regular
148148
weekly calls.
149149
- The release process is defined
150-
[here](https://github.com/kubernetes-incubator/service-catalog/wiki/Release-Process).
150+
[here](https://github.com/kubernetes-sigs/service-catalog/wiki/Release-Process).
151151
- Anyone can request to work on an issue by commenting on it with `#dibs`.
152152

153153

sigs.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,11 +1024,6 @@ sigs:
10241024
frequency: biweekly
10251025
url: https://zoom.us/j/97072789944?pwd=VVlUR3dhN2h5TEFQZHZTVVd4SnJUdz09
10261026
archive_url: https://docs.google.com/document/d/12QkyL0FkNbWPcLFxxRGSPt_tNPBHbmni3YLY-lHny7E/edit
1027-
- name: kube-aws
1028-
contact:
1029-
slack: kube-aws
1030-
owners:
1031-
- https://raw.githubusercontent.com/kubernetes-incubator/kube-aws/master/OWNERS
10321027
- name: kube-up
10331028
owners:
10341029
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cluster/OWNERS

0 commit comments

Comments
 (0)