diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-05-24 15:11:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-24 15:11:10 -0700 |
| commit | 11473d32d2f10d7ca73b06ca70f15fa0d59c61c8 (patch) | |
| tree | 9afb4326de78f0e1721b7c1beccd70f6db4647a4 | |
| parent | 4042a04c44476d9f4f51b2062ecdfba4eb935e4a (diff) | |
| parent | 977f1e73284e19632cc12335e57c230a924cf51a (diff) | |
Merge pull request #4796 from neolit123/1.19-cleanup-kube-deploy
sig-cluster-lifecycle: remove references to kube-deploy
| -rw-r--r-- | communication/slack-config/channels.yaml | 1 | ||||
| -rw-r--r-- | incubator.md | 4 | ||||
| -rw-r--r-- | sig-cluster-lifecycle/README.md | 5 | ||||
| -rw-r--r-- | sigs.yaml | 5 |
4 files changed, 2 insertions, 13 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index e159549c..8ae21321 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -148,6 +148,7 @@ channels: - name: krex - name: kube-aws - name: kube-deploy + archived: true - name: kube-monkey - name: kube-oidc-proxy - name: kube-router diff --git a/incubator.md b/incubator.md index 10d7b703..750ff0de 100644 --- a/incubator.md +++ b/incubator.md @@ -129,13 +129,11 @@ These are grandfathered in as full projects: These projects are young but have significant user facing docs pointing at their current github.com/kubernetes location. Lets put them through incubation process but leave them at github.com/kubernetes. - github.com/kubernetes/charts - + **Projects to Move to Incubator** - github.com/kubernetes/kube2consul - github.com/kubernetes/frakti -- github.com/kubernetes/kube-deploy -- github.com/kubernetes/kubernetes-anywhere - github.com/kubernetes/application-images - github.com/kubernetes/rktlet - github.com/kubernetes/horizontal-self-scaler diff --git a/sig-cluster-lifecycle/README.md b/sig-cluster-lifecycle/README.md index 0d7f52ba..a615eb0a 100644 --- a/sig-cluster-lifecycle/README.md +++ b/sig-cluster-lifecycle/README.md @@ -135,11 +135,6 @@ The following [subprojects][subproject-definition] are owned by sig-cluster-life - https://raw.githubusercontent.com/kubernetes-incubator/kube-aws/master/OWNERS - **Contact:** - Slack: [#kube-aws](https://kubernetes.slack.com/messages/kube-aws) -### kube-deploy -- **Owners:** - - https://raw.githubusercontent.com/kubernetes/kube-deploy/master/OWNERS -- **Contact:** - - Slack: [#kube-deploy](https://kubernetes.slack.com/messages/kube-deploy) ### kube-up - **Owners:** - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cluster/OWNERS @@ -1019,11 +1019,6 @@ sigs: slack: kube-aws owners: - https://raw.githubusercontent.com/kubernetes-incubator/kube-aws/master/OWNERS - - name: kube-deploy - contact: - slack: kube-deploy - owners: - - https://raw.githubusercontent.com/kubernetes/kube-deploy/master/OWNERS - name: kube-up owners: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cluster/OWNERS |
