diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-07-29 12:04:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 12:04:57 -0700 |
| commit | 71fec13b5da83d0aaa3465008ac6354283917d84 (patch) | |
| tree | eb1a413ff5bc39a39a1fc9f53258360da774a5f8 | |
| parent | c7fffe8511350dbf5d16a08d45ef6b8510f4aefc (diff) | |
| parent | 0a904d0227f272028a2bb2ed098a0aefdb79e21c (diff) | |
Merge pull request #5919 from mrbobbytables/remove-booktube
SCL: Remove booktube subproject
| -rw-r--r-- | communication/slack-config/channels.yaml | 1 | ||||
| -rw-r--r-- | sig-cluster-lifecycle/README.md | 5 | ||||
| -rw-r--r-- | sigs.yaml | 5 |
3 files changed, 1 insertions, 10 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index b4db39b4..ae5d59ea 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -24,6 +24,7 @@ channels: - name: bazel - name: bindings-discuss - name: bootkube + archived: true - name: brigade - name: camptocamp-devops-stack - name: cdk diff --git a/sig-cluster-lifecycle/README.md b/sig-cluster-lifecycle/README.md index 344c2381..f0a766a1 100644 --- a/sig-cluster-lifecycle/README.md +++ b/sig-cluster-lifecycle/README.md @@ -48,11 +48,6 @@ subprojects, and resolve cross-subproject technical issues and decisions. ## Subprojects The following [subprojects][subproject-definition] are owned by sig-cluster-lifecycle: -### bootkube -- **Owners:** - - [kubernetes-sigs/bootkube](https://github.com/kubernetes-sigs/bootkube/blob/master/OWNERS) -- **Contact:** - - Slack: [#bootkube](https://kubernetes.slack.com/messages/bootkube) ### cluster-addons - **Owners:** - [kubernetes-sigs/cluster-addons](https://github.com/kubernetes-sigs/cluster-addons/blob/master/OWNERS) @@ -962,11 +962,6 @@ sigs: github: dims name: Davanum Srinivas subprojects: - - name: bootkube - contact: - slack: bootkube - owners: - - https://raw.githubusercontent.com/kubernetes-sigs/bootkube/master/OWNERS - name: cluster-addons contact: slack: cluster-addons |
