From 977f1e73284e19632cc12335e57c230a924cf51a Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 20 May 2020 23:36:43 +0300 Subject: [PATCH] sig-cluster-lifecycle: remove kube-deploy from the list of projects Remove: - The sub-project from sigs.yaml - The reference in incubator.md (also remove kubernetes-anywhere) Mark the slack channel #kube-deploy as archived. Leave the mentions and links in these outdated design documents: - /contributors/design-proposals/cluster-lifecycle/local-cluster-ux.md - /contributors/design-proposals/multi-platform.md - /sig-cluster-lifecycle/migrated-from-wiki/roadmap-cluster-deployment.md --- communication/slack-config/channels.yaml | 1 + incubator.md | 4 +--- sig-cluster-lifecycle/README.md | 5 ----- 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 e159549ce..8ae213211 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 10d7b7036..750ff0dee 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 0d7f52ba8..a615eb0a7 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 diff --git a/sigs.yaml b/sigs.yaml index b814efada..cf26f51c5 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -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